逆行列を求める処理を高速に行いたいです

現在は以下のコーディングで処理を行っています。 z = A\b 他のコーディング、もしくはその他アドバイスがありましたらお願いします。

2 件のコメント

Rena Berman
Rena Berman 2015 年 10 月 23 日
編集済み: Rena Berman 2015 年 10 月 23 日
Question translation: The process of obtaining the inverse matrix I want to do high-speed.
Body translation: Currently, it is processed in the following coding . z = A \ b other coding , or thank you if you have any other advice .
Walter Roberson
Walter Roberson 2015 年 10 月 23 日
How large are the matrices?

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

回答 (1 件)

michio
michio 2016 年 9 月 5 日

4 投票

明示的に逆行列を求める必要はなく線形方程式 Ax = B を求める上では x = A\b がもっとも適切かと思います。 行列のサイズ・特徴にも依存しますが、Parallel Computing Toolbox の組み込み関数を使用したGPUによる並列処理で高速化が図れる場合もあります。

カテゴリ

ヘルプ センター および File ExchangeDownloads についてさらに検索

製品

質問済み:

2015 年 10 月 23 日

回答済み:

2016 年 9 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by