作者qrewasd (shu)
看板MATLAB
标题[问题] 数值方法求解
时间Fri Jul 24 21:39:19 2015
beta=-2 % 2,0,-2
a=(omega-(beta^2))^0.5
b=(omega+(beta^2))^0.5
a*b*(1-cosh(b)*cos(a))+(beta^2)*sinh(b)*sin(a)=0
求解 a b omega
我自己试过
结果如下
Warning: Explicit solution could not be found.
> In solve at 81
ans =
[ empty sym ]
请问该如何改写呢?
3Q
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 140.135.96.180
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/MATLAB/M.1437745162.A.903.html