萌新求助
mathematica吧
全部回复
仅看楼主
level 2
天璇斩
楼主
萌新刚开始接触mathematica,想问一下图中哪里敲错了啊
2020年05月07日 10点05分
1
level 2
天璇斩
楼主
s = NDSolve[{z''[t] == (1/V - 2*I*A)*z'[t] - V^2*z[t], z[0] == 0,
z'[0] == 0}, z[t], {t, 0, 10}]
Manipulate[
Plot[Evaluate[z[t] /. s], {t, 0, 10},
PlotRange \[RightArrow] All], {V, 1, 5}, {A, -5, 5}]
两行代码
2020年05月07日 10点05分
2
吧务
level 10
asdasd1dsadsa
你那个右键头自己用输入法打的吧,那个是\[RightArrow]。输入选项要求用\[Rule],用->输入就行了。
2020年05月08日 03点05分
3
天璇斩
我试试,谢谢
2020年05月08日 05点05分
1