system of linear equations multiple unknowns
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am clueless.
How to solve this system of linear equation in matrix form

0 commentaires
Réponses (2)
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.
Voir également
Catégories
En savoir plus sur Numerical Integration and Differentiation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!