Info

此问题已关闭。 请重新打开它进行编辑或回答。

how to solve system of equation

2 次查看(过去 30 天)
Shan  Chu
Shan Chu 2016-7-7
关闭: MATLAB Answer Bot 2021-8-20
Hi, I got this problem but it's not similar to linsolve.
syms x y
a=rand;
b=rand;
c=rand;
d=rand;
e=rand;
Z=[a b c;b x b; c b a];
I=[d; y; e];
V=[100; 0; 0];
I want to solve x,y subject to Z*I=V

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by