system of linear equations multiple unknowns

1 Ansicht (letzte 30 Tage)
Jonne Tommila
Jonne Tommila am 7 Okt. 2020
Kommentiert: Jonne Tommila am 8 Okt. 2020
I am clueless.
How to solve this system of linear equation in matrix form

Antworten (2)

Walter Roberson
Walter Roberson am 7 Okt. 2020
Move the x y z to one side in a consistent order, and the constants to the other side. Create a matrix A of the x y z coefficients, one row for each equation. create a column vector b of the cconstants . Now A\b is the solution to the equations.
  1 Kommentar
Jonne Tommila
Jonne Tommila am 8 Okt. 2020
Ahh! Thank you! I did the moving manually and the rest with Matlab.

Melden Sie sich an, um zu kommentieren.


Steven Lord
Steven Lord am 7 Okt. 2020
This video is over ten years old but the technique it shows still works.

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by