level 2
美女啊230
楼主
下面这个程序我已经在(1.6,10)处插入了D-S,我还想再(-1.6,10)插入B-S,怎么写啊,求助,这个问题可能不难,但我真的不会啊啊,求助
Show[Plot[-9 + 24 \[Beta]^2 - 4 \[Beta]^4, {\[Beta], -2.7, 2.7},
Mesh -> {{0}}, MeshFunctions -> {-9 + 24
#^2 - 4 #
^4 &},
MeshStyle -> {{Orange, PointSize[Large]}},
AxesLabel -> {Style["\[Beta]", 15]}, AxesStyle -> Arrowheads[0.03],
Epilog -> Text[Style["D-S", 20, Bold], {1.6, 10}]],
Plot[-6 + 12 \[Beta] - 4 \[Beta]^2, {\[Beta], -3, 3},
PlotStyle -> Red]]
2023年02月26日 13点02分
1
Show[Plot[-9 + 24 \[Beta]^2 - 4 \[Beta]^4, {\[Beta], -2.7, 2.7},
Mesh -> {{0}}, MeshFunctions -> {-9 + 24
#^2 - 4 #
^4 &},
MeshStyle -> {{Orange, PointSize[Large]}},
AxesLabel -> {Style["\[Beta]", 15]}, AxesStyle -> Arrowheads[0.03],
Epilog -> Text[Style["D-S", 20, Bold], {1.6, 10}]],
Plot[-6 + 12 \[Beta] - 4 \[Beta]^2, {\[Beta], -3, 3},
PlotStyle -> Red]]