|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
eq1=n*(z2-z1)/sqrt((x2-x)^2+(z2-z1)^2)+(z2-q-t)/sqrt((x3-x2)^2+(z2-q-t)^2);
eq2=n*(x2-x)/sqrt((x2-x)^2+(z2-z1)^2)+(x2-x3)/sqrt((x3-x2)^2+(z2-q-t)^2);
eq3=(x2+R-t)^2+z2^2-R^2;
eq4=(x-R)^2+z1^2-R^2;
S=solve(eq1,eq2,eq3,eq4,x2,x3,z1,z2);
运行结果:Warning: Explicit solution could not be found.
> In solve at 140
In sym.solve at 49
In xg2 at 8
这个方程组利用matlab是否可求,如果能,该如何处理? |
|