Matrix Kirchhoff's current rule problem
Ältere Kommentare anzeigen
I'm trying to write a script file just to show the results or "current" as a column vector, I keep getting this error: Error using / Matrix dimensions must agree.
Error in RunFcn4 (line 10) current = a / b
My matrix is 6x6 so I'm not sure what this error means. %Solve the system of linear equations a = [ 1 1 1 0 0 0 0 -1 0 1 0 0 0 0 0 -1 1 0 0 0 -1 0 -1 1 0 -10 10 5 -15 0 -10 0 -10 0 0 -20];
b = [0 0 0 0 0 200]'; current = a / b
Akzeptierte Antwort
Weitere Antworten (1)
Go Detroit Lions
am 11 Okt. 2018
0 Stimmen
2 Kommentare
madhan ravi
am 11 Okt. 2018
https://www.mathworks.com/help/index.html read the link especially under examples.
madhan ravi
am 11 Okt. 2018
Bearbeitet: madhan ravi
am 11 Okt. 2018
Kategorien
Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
