system of linear equations multiple unknowns
Show older comments
I am clueless.
How to solve this system of linear equation in matrix form

Answers (2)
Walter Roberson
on 7 Oct 2020
0 votes
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 Comment
Jonne Tommila
on 8 Oct 2020
Steven Lord
on 7 Oct 2020
0 votes
This video is over ten years old but the technique it shows still works.
1 Comment
Jonne Tommila
on 8 Oct 2020
Categories
Find more on Numerical Integration and Differentiation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!