Script that can solve any set of three linear equations?

조회 수: 1 (최근 30일)
AC
AC 2020년 12월 27일
답변: Rishik Ramena 2020년 12월 30일
How do I write a script that can solve any set of three linear equations?
  댓글 수: 4
J. Alex Lee
J. Alex Lee 2020년 12월 28일
do you have familiarity with linear algebra? if not, i would start there rather than matlab (or any computational tool).

댓글을 달려면 로그인하십시오.

답변 (1개)

Rishik Ramena
Rishik Ramena 2020년 12월 30일
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.

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by