soul27 发表于 2006-3-29 11:25

[求助]关于怎样求解代数方程(敬请帮忙,先谢过了)

有一个代数方程,阶次不定,但是含有两个未知数,应该怎样求解?<BR>不知道matlab里有没有专门解法,<BR>如果没有就要编程求解,<BR>二维搜索不是很熟,<BR>一维的可以用二分法,二维的应该也可以,但是没有思路,给点建议吧<BR>

xj2070 发表于 2006-3-29 14:06

re:关于怎样求解代数方程(敬请帮忙,先谢过了)

please check the "solve" fuction in the matlab help to solve noliner <br>simultaneous equations .The basic form is <br>                   =solve('Function name',,innitial value]
[此贴子已经被作者于2006-3-29 14:08:26编辑过]

soul27 发表于 2006-3-29 19:11

我举个例子<BR><BR>要求数值解:x^6*y^5*4+x^3*(y+1)-x^2*y^3*3-12=0<BR><BR>x=?<BR>y=?<BR><BR>主任帮忙啊

xj2070 发表于 2006-3-29 19:42

re:

<P>To one's surprise, the equation you proposed consists two variables will resut in <BR>indefinite solutions.<BR><BR>For example, = solve('a*u^2 + v^2 = 0','u - v = 1') regards 'a' as a<BR>       parameter and solves the two equations for u and v.</P>
页: [1]
查看完整版本: [求助]关于怎样求解代数方程(敬请帮忙,先谢过了)