查看单个帖子
旧 2014-02-25, 16:22   #1
liangquan
初级会员
 
liangquan 的头像
 
注册日期: 2010-09-12
帖子: 3
声望力: 0
liangquan 正向着好的方向发展
默认 用fsolve求解符号非线性方程组,可以指定解的范围么?

我想求解如下非线性方程组:
l1*cos(theta1)+l2*cos(theta2)=l3+s
l1*sin(theta1)+l2*sin(theta2)=l4

其中l1,l2,l3,l4,s已知,theta1,theta2为未知数。

通过几何方法,知道这个方程有两组解,并大致知道范围,我想用fsolve求出在我指定范围内的那组解,MATLAB的fsolve可以完成么?怎么指定参数?
liangquan 当前离线   回复时引用此帖