Script that can solve any set of three linear equations?

4 vues (au cours des 30 derniers jours)
AC
AC le 27 Déc 2020
How do I write a script that can solve any set of three linear equations?
  4 commentaires
J. Alex Lee
J. Alex Lee le 28 Déc 2020
do you have familiarity with linear algebra? if not, i would start there rather than matlab (or any computational tool).

Connectez-vous pour commenter.

Réponses (1)

Rishik Ramena
Rishik Ramena le 30 Déc 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.

Catégories

En savoir plus sur Linear Algebra dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by