hey fellows , in which function to use for this case? Thanks

1 visualización (últimos 30 días)
M. Levi
M. Levi el 22 de Nov. de 2021
Respondida: Anshika Chourasia el 2 de Dic. de 2021
  3 comentarios
M. Levi
M. Levi el 23 de Nov. de 2021
I'm studying linear algebra beside matlab and most of the exercises i encountered in linear algebra with linear equation system have a simple solution and simple code, i'm tend to believe also for this problem have a practicl way to solve.
Dyuman Joshi
Dyuman Joshi el 24 de Nov. de 2021
Editada: Dyuman Joshi el 25 de Nov. de 2021
That's what not what was the intent of the question. What have you tried as in your code. Show your code. Nobody here will do your homework for you

Iniciar sesión para comentar.

Respuestas (2)

Image Analyst
Image Analyst el 25 de Nov. de 2021
Hint, for the first one you have a matrix and two column vectors:
coeffs = [4,2,1;
2,6,-4;
2, -14, 14]
y = [a;b;c]
x = [x1;x2;x3]
You can take it from there.

Anshika Chourasia
Anshika Chourasia el 2 de Dic. de 2021
Please refer the following link for more information on solving system of linear equations: Solve System of Linear Equations - MATLAB & Simulink (mathworks.com)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by