求解方程组。。
显示 更早的评论
A=[1 2 3 4]
B=[3 5 7 9]
C=[x*y;x*y^2;x*y^3;x*y^4]
求解方程组
A*C=1
B*C=2
的解x,y
x,y只需要是数值解
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 快速入门 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!