Scilab 5.4.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. 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のランクです.
| Report an issue | ||
| << det | Matrix Analysis | rank >> |