Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

how to solve system of equation

2 visualizzazioni (ultimi 30 giorni)
Shan  Chu
Shan Chu il 7 Lug 2016
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by