Scilab 5.5.2
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this function
orth
直交基底
呼び出し手順
Q=orth(A)
引数
- A
実数または複素数の行列
- Q
実数または複素数の行列
説明
Q=orth(A)
は,
A
の範囲での直交基底である
Q
を返します.
Range(Q
) =
Range(A
) および Q'*Q=eye
.
Q
の列の数は,
QRアルゴリズムで定義された
A
のランクです.
Comments
Add a comment:
Please login to comment this page.