Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
how to solve system of equation
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!