Qurak

CholeskyDecomposition

利用可能

Returns the upper-triangular Cholesky factor `U` of a Hermitian

CholeskyDecomposition[m]
CholeskyDecomposition[{{4, 2}, {2, 2}}] → {{2, 1}, {0, 1}}CholeskyDecomposition[{{4, 2}, {2, 3}}] → {{2, 1}, {0, Sqrt[2]}}CholeskyDecomposition[{{2.0, 1.0}, {1.0, 2.0}}] → {{1.4142135623730951, 0.7071067811865475}, {0., 1.224744871391589}}CholeskyDecomposition[{{2, I}, {-I, 2}}] → {{Sqrt[2], I/Sqrt[2]}, {0, Sqrt[3/2]}}CholeskyDecomposition[{{4, 2}, {2, 3}}, TargetStructure -> "Structured"] → UpperTriangularMatrix[StructuredArray`StructuredData[{2, 2}, {{2, 1}, {0, Sqrt[2]}}]]

使用箇所

トピック

関連

全 6300 関数 · MCPクライアントから使う