Making given matrix singular

バージョン 1.2.0.0 (257 Bytes) 作成者: Feng Cheng Chang
Making the given matrix singular by adding a matrix with multiplier.
ダウンロード: 276
更新 2014/11/19

ライセンスの表示

The given square matrix A can becomes a singular matrix M by adding any matrix D with multiplier s. That is,
M = A + D*s,
where s is to be determined, so that M is singular. The scalar s is picked as maximum absolute value among the computed non-zero scalers. If A is singular, then s is zero regardless of D.

引用

Feng Cheng Chang (2024). Making given matrix singular (https://www.mathworks.com/matlabcentral/fileexchange/41442-making-given-matrix-singular), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLinear Algebra についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

Title name changed to 'Making given matrix singular'.

1.1.0.0

Update the original code so that no restriction on A and D.

1.0.0.0