シンボリック関数を使った行列計算
Mostra commenti meno recenti
二次関数のシンボリック関数f(x)を作製してK=3000×6000の行列の行列計算をしているのですが処理が進んでいるのか進んでいないのか分からないくらい処理が続いています。
テスト段階でK=300×600の行列では計算できたのですが、、、さすがに行列内の数値が多すぎるのでしょうか。
テスト段階でエラーメッセージは出ておらず、K=3000×6000の行列の方でもエラーは出ていません。
MATLABの仕様上なのかも含めてご教授お願いします。
2 Commenti
Dyuman Joshi
il 28 Mag 2024
Modificato: Dyuman Joshi
il 28 Mag 2024
Doing 3000×6000 calculations symbolically will be extremely slow, as is evident in your case.
Takanori Aihara
il 29 Mag 2024
Risposte (0)
Categorie
Scopri di più su Symbolic Math Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!