Solving similar sets of equations multiple times

3 ビュー (過去 30 日間)
Alexander Holmes
Alexander Holmes 2020 年 6 月 29 日
コメント済み: darova 2020 年 6 月 30 日
I have several systems of equations that I want to solve. At each iterations, there's maybe fifty or so sets og equations I want to solve.
Over the course of my code, I solve each of these hundreds of thousands of times using linsolve, but with different parameter values at each iteration (so I can't directly reuse the solution form the equations I have already solved). But is there I way I can do this. I guess I'm thinking similarly to solving them symbolically, but some of the matrices may be getting up to around 100x100, maybe bigger, and so I don't think symbolically solving this will be feasible. Or are there any other ways I can speed up solving these systems of equations, given that it is the same structure at every iteration, but with different parameter values?
  3 件のコメント
Alexander Holmes
Alexander Holmes 2020 年 6 月 30 日
Okay, I just wanted to make sure there wasn't something smarter I should be doing. Thanks for your answer!
darova
darova 2020 年 6 月 30 日
Im just doing my best

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by