求解符号方程,要求abc关于xyz的方程,怎么求?

求解符号方程,要求abc关于xyz的方程,怎么求?
syms a b c
d=[1 0 0];
e=[x-1.1 y z];
f=[a-x b-y c-z];
f1=(a-x)^2+(b-y)^2+(c-z)^2-1;
f2=cross(d,f);
f3=cross(f,e);
[a,b,c]=solve(f1,f2,f3)
zhanglinong 1年前 已收到1个回答 举报

13067662936 春芽

共回答了21个问题采纳率:85.7% 举报

把代码输入matlab运行即可!

1年前 追问

6

zhanglinong 举报

输入报错啊 Warning: 7 equations in 3 variables. Warning: Explicit solution could not be found. > In solve at 81 In xyzzuobiao at 12 a = [ empty sym ] b = [] c = []
可能相似的问题
Copyright © 2024 YULUCN.COM - 雨露学习互助 - 17 q. 0.028 s. - webmaster@yulucn.com