Solving linear equations at each iteration in a for loop.

1 次查看(过去 30 天)
could you give an example of a code where I solve a system of linear equations (4x4) at each iteration during a for loop. For example: if there are 1000 iterations, at each step the system must be solved.

回答(1 个)

Hiro Yoshino
Hiro Yoshino 2020-9-8
what is (are) your problems?
let me know where you got stuck please.
  • programming?
  • solution (mathematical expression)
in MATLAB, linear problem is solved by just using "\".
  2 个评论
LUIS FERNANDO PAZLOPEZ
I am solving a system of coupled differential equations with the runge kutta method. When creating the for loop, at each iteration, I need to solve a system of linear equations (4x4) and take the results to be used in another equation of the loop.
Hiro Yoshino
Hiro Yoshino 2020-9-8
It sounds that you have difficulties in programming with MATLAB, am I right?
The algorithm is relatively straightfoward and if you are just familiar with MATLAB, I'm sure you can do it in a blink of an eye.
I would reccomend that you should start from scratch -
there are some free trainings available for you:

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by