Qurak

LUDecomposition

可用

LU decomposition with partial pivoting. Wolfram returns the separate lower- and

LUDecomposition[m]
LUDecomposition[{{0, 1}, {1, 0}}] → {LowerTriangularMatrix[StructuredArray`StructuredData[{2, 2}, {{1, 0}, {0, 1}}]], UpperTriangularMatrix[StructuredArray`StructuredData[{2, 2}, {{1, 0}, {0, 1}}]], PermutationMatrix[StructuredArray`StructuredData[{2, 2}, {Cycles[{{1, 2}}], Infinity}]], 0}LUDecomposition[{{1., 3.}, {2., 1.}}] → {LowerTriangularMatrix[StructuredArray`StructuredData[{2, 2}, {{1., 0.}, {0.5, 1.}}]], UpperTriangularMatrix[StructuredArray`StructuredData[{2, 2}, {{2., 1.}, {0., 2.5}}]], PermutationMatrix[StructuredArray`StructuredData[{2, 2}, {Cycles[{{1, 2}}], Infinity}]], 3.2}

主題

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個