Feeds
已回答
求非线性方程的数值解。
不是方法的问题,而是这个方程根本没有根 r=2;L=5;V=8; f = @(x) ((r^2/cos((r-x)/r)-(r-x)*sqrt(2*r*x-x^2))*L-V); fplot(f,[0, 2*r]) [attach]1323...
求非线性方程的数值解。
不是方法的问题,而是这个方程根本没有根 r=2;L=5;V=8; f = @(x) ((r^2/cos((r-x)/r)-(r-x)*sqrt(2*r*x-x^2))*L-V); fplot(f,[0, 2*r]) [attach]1323...
3 years 前 | 0
| 已接受

