system of linear equations multiple unknowns

Respuestas (2)

Walter Roberson
Walter Roberson el 7 de Oct. de 2020

0 votos

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 comentario

Jonne Tommila
Jonne Tommila el 8 de Oct. de 2020
Ahh! Thank you! I did the moving manually and the rest with Matlab.

Iniciar sesión para comentar.

Steven Lord
Steven Lord el 7 de Oct. de 2020

0 votos

This video is over ten years old but the technique it shows still works.

Categorías

Productos

Versión

R2019a

Preguntada:

el 7 de Oct. de 2020

Comentada:

el 8 de Oct. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by