chjchchjch 发表于 2009-4-26 08:56:08

解参数方程问题

本帖最后由 ljelly 于 2009-4-27 11:01 编辑

symsw1 w2 t alpha r1 r2;
f=w2*r2*cos(w2*t)-w1*r1*cos(w1*t+alpha);
solve(f,'w2');


??? Error using ==> solve
Unable to find closed form solution.
Error in ==> sym.solve at 49
= solve(S{:});
:'(
是不是意味着没有解析解只有数值解啊?????

wanglei5201118 发表于 2009-4-26 10:20:09

从方程的形式来看,这个方程是应该是个超越方程,很难求出w2的解析表达式,最好求解数值解!

jinzi2006 发表于 2009-4-27 14:53:08

>> solve(f,'w2')
Warning: Explicit solution could not be found.

chjchchjch 发表于 2009-4-27 18:30:39

多谢多谢
页: [1]
查看完整版本: 解参数方程问题