LDLDecomposition
可用,但與 .wl 參考有差異
Returns the L·D·Lᴴ factorization of a Hermitian (or real symmetric) matrix:
與 .wl 參考的差異: `LDLDecomposition` and `FrobeniusReduce` on inexact or symbolic input
LDLDecomposition[m]
LDLDecomposition[{{4, 2}, {2, 3}}]
→ {LowerTriangularMatrix[StructuredArray`StructuredData[{2, 2}, {{1, 0}, {1/2, 1}}]], DiagonalMatrix[StructuredArray`StructuredData[{2, 2}, {{4, 2}, 0}]]}LDLDecomposition[{{1, 2}, {2, 1}}]
→ {LowerTriangularMatrix[StructuredArray`StructuredData[{2, 2}, {{1, 0}, {2, 1}}]], DiagonalMatrix[StructuredArray`StructuredData[{2, 2}, {{1, -3}, 0}]]}LDLDecomposition[{{2, I}, {-I, 2}}]
→ {LowerTriangularMatrix[StructuredArray`StructuredData[{2, 2}, {{1, 0}, {-1/2*I, 1}}]], DiagonalMatrix[StructuredArray`StructuredData[{2, 2}, {{2, 3/2}, 0}]]}LDLDecomposition[{{4, 2}, {2, 3}}, TargetStructure -> "Dense"]
→ {{{1, 0}, {1/2, 1}}, {{4, 0}, {0, 2}}}- TargetStructure — default Automatic
全部 6300 個函式 ·
從 MCP 用戶端使用這個