Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
spanplus
部分空間の合計
呼び出し手順
[X,dim,dima]=spanplus(A,B[,tol])
引数
- A, B
同数の行を有する実数または複素数の行列
- X
直交またはユニタリ正方行列
- dim, dima
整数, 部分空間の次元
- tol
非負の実数
説明
以下の様な基底Xを計算します:
X
の最初のdima
列が
range(A
)に展開し,
これ以降の(dim-dima
)列が,
A+B
のA
に関する基底を構成.
X
の最初のdim
列は,
A+B
の基底を構成します.
[A,B]
に関する以下の正準形式が定義されます:
[*,*] (dima 行) X'*[A,B]=[0,*] (dim-dima 行) [0,0]
tol
はオプションの引数です(関数のコードを参照).
例
Report an issue | ||
<< spaninter | Subspaces | spantwo >> |