mtx_d(A,D,d)

バージョン 1.1.0.0 (340 Bytes) 作成者: Feng Cheng Chang
Making given matrix altered to have a certain constant for its determinant
ダウンロード: 123
更新 2015/2/19

ライセンスの表示

Given a non-singular matrix A, an arbitrary matrix D and a spesfic constant d, applying the following routine
[M,s] = mtx_d(A,D,d)
to find a scaler s and the resulted matrix M, such that
M = A + D*s and det(M) = d.
The constant d may be real or complex. Specially, if d = 0, then M is a singular matrix.

引用

Feng Cheng Chang (2024). mtx_d(A,D,d) (https://www.mathworks.com/matlabcentral/fileexchange/48529-mtx_d-a-d-d), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R12
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersRegion and Image Properties についてさらに検索
タグ タグを追加
謝辞

ヒントを与えたファイル: Matrix inverse and determinant

Community Treasure Hunt

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

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

Update the m-file.

1.0.0.0