📄 rocca2.ma
字号:
z[x_, h_, t_] := -Sqrt[(-h + t)*(h + t)*(t - x)*(t + x)]/t;hyper[a_, h_, t_] := Plot[-Sqrt[(-h^2 + t^2)*Cos[a]^2 + (x - t*Sin[a])^2], {x, -2*t, 2*t}, PlotRange -> {{-1.5, 1.5}, {0.2, -1}}];Table[hyper[a, 0.8, 1.2], {a, 0, 2 Pi, Pi/20}];Plot[z[x, 0.8, 1.2], {x, -1.2, 1.2}, PlotRange -> All, PlotStyle -> {Thickness[0.01]}, AspectRatio -> Automatic];Plot[-Sqrt[1.2^2 - 0.8^2]*Sqrt[(0.8 - x)*(0.8 + x)]/0.8,{x, -0.8, 0.8}, PlotRange -> All, PlotStyle -> {Thickness[0.01]}, AspectRatio -> Automatic];Show[{%%%, %%, %, Graphics[{Text["-h", {-0.8, 0.1}], Text["h", {0.8, 0.1}]}]}, AspectRatio -> Automatic, AxesLabel -> {"y", None}, AxesOrigin -> {-1.5, 0}, Ticks -> None];Display["junk_ma.eps",%, "EPS"];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -