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只需要是数值解

 採用された回答

xaseva
xaseva 2022 年 11 月 24 日

0 投票

是这个吗:
x: 0.500000000000001
y: -0.999999999999999

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB 快速入门 についてさらに検索

タグ

質問済み:

2022 年 11 月 24 日

回答済み:

2022 年 11 月 24 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!