system of linear equations multiple unknowns

2 vues (au cours des 30 derniers jours)
Jonne Tommila
Jonne Tommila le 7 Oct 2020
Commenté : Jonne Tommila le 8 Oct 2020
I am clueless.
How to solve this system of linear equation in matrix form

Réponses (2)

Walter Roberson
Walter Roberson le 7 Oct 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 commentaire
Jonne Tommila
Jonne Tommila le 8 Oct 2020
Ahh! Thank you! I did the moving manually and the rest with Matlab.

Connectez-vous pour commenter.


Steven Lord
Steven Lord le 7 Oct 2020
This video is over ten years old but the technique it shows still works.
  1 commentaire
Jonne Tommila
Jonne Tommila le 8 Oct 2020
This video was very helpful. Appreciated mate!

Connectez-vous pour commenter.

Catégories

En savoir plus sur Numerical Integration and Differentiation dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by