Script that can solve any set of three linear equations?

How do I write a script that can solve any set of three linear equations?

4 Comments

AC
AC on 27 Dec 2020
Edited: AC on 27 Dec 2020
How would I go about writing the script for this? I'm afraid I have no familiarity with MATLAB and don't know where to start.
do you have familiarity with linear algebra? if not, i would start there rather than matlab (or any computational tool).

Sign in to comment.

Answers (1)

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.

Categories

Find more on Linear Algebra in Help Center and File Exchange

Tags

Asked:

AC
on 27 Dec 2020

Answered:

on 30 Dec 2020

Community Treasure Hunt

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

Start Hunting!