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 క్లయింట్ నుండి వాడండి