problem in solving matrix
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I'm trying to solve this but doesn't work, i need it asap:
clear all
clc
A=[146 -146 0;146 (-146+18.3*i) (0-18.3*i);0 (0+i*18.3) (2.942+i*16.88)];
V=[415;0;0];
I=V.*inv(A)
0 Commenti
Risposte (1)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!