LUDecomposition コマンド

CAS での書式

LUDecomposition( <行列> )

与えられた行列の LU分解 を計算する.

LUDecomposition({{2,0},{1,1}}) は,行列 \(\begin{pmatrix}0&1\\1&0\end{pmatrix}\),\(\begin{pmatrix}1&0\\2&1\end{pmatrix}\), \(\begin{pmatrix}1&1\\0&-2\end{pmatrix}\)を返す.

こちらも参照: QRDecomposition コマンド.