Script that can solve any set of three linear equations?

1 次查看(过去 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 中查找有关 Linear Algebra 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by