Script that can solve any set of three linear equations?

4 visualizaciones (últimos 30 días)
AC
AC el 27 de Dic. de 2020
Respondida: Rishik Ramena el 30 de Dic. de 2020
How do I write a script that can solve any set of three linear equations?
  4 comentarios
J. Alex Lee
J. Alex Lee el 28 de Dic. de 2020
do you have familiarity with linear algebra? if not, i would start there rather than matlab (or any computational tool).

Iniciar sesión para comentar.

Respuestas (1)

Rishik Ramena
Rishik Ramena el 30 de Dic. de 2020
Since you mentioned that you're not much familiar to MATLAB, you might wanna learn about how to represent equations. This here might help you represent those equations in matrix form. You can then use linsolve with the right inputs to solve those equations.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by