Filter löschen
Filter löschen

Script that can solve any set of three linear equations?

1 Ansicht (letzte 30 Tage)
AC
AC am 27 Dez. 2020
Beantwortet: Rishik Ramena am 30 Dez. 2020
How do I write a script that can solve any set of three linear equations?
  4 Kommentare
J. Alex Lee
J. Alex Lee am 28 Dez. 2020
do you have familiarity with linear algebra? if not, i would start there rather than matlab (or any computational tool).

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Rishik Ramena
Rishik Ramena am 30 Dez. 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.

Kategorien

Mehr zu Linear Algebra finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by