フィルターのクリア

What algorithm does mldivide use for rectangular matrices

2 ビュー (過去 30 日間)
Mohamed Elkomy
Mohamed Elkomy 2014 年 1 月 13 日
I have a sparse matrix A involved in Ax=b for A the vertical size is larger than horizontal size does mldivide use sparse QR factorization or another method and in case I make a delta change in A(dA), and delta changes in b (db) then the delta change in x (dx) would be dx=mdldivide((A+dA),(db-dA.x)) newx=x+dx does it use show improvement in time than to use newx=mldivide((A+dA),(b+db))

回答 (0 件)

カテゴリ

Help Center および File ExchangeLinear Algebra についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by