Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
spaninter
共通部分空間
呼び出し手順
[X,dim]=spaninter(A,B [,tol])
引数
- A, B
同数の行を有する実数または複素数の行列
- X
直交またはユニタリ正方行列
- dim
整数, range(
A
) および range(B
)間の共通部分空間の次元
説明
range(A
) および range(B
)の
共通部分を計算します.
X
の最初のdim
列は,この共通部分に展開します.
すなわち,X(:,1:dim)
は,
range(A
) と range(B
)の間の直交基底です.
X
の基底では,
A
および B
がそれぞれ次のように
表されます:
X'*A
および X'*B
.
tol
は閾値です (sqrt(%eps)
がデフォルト値です).
例
Report an issue | ||
<< Subspaces | Subspaces | spanplus >> |