JordanReduce
Verfügbar, weicht von der .wl-Referenz ab
Returns the Jordan canonical form of a square matrix (the Jordan matrix of
Weicht von der .wl-Referenz ab: `JordanReduce` scope
JordanReduce[m]
JordanReduce[{{1, 2}, {2, 1}}]
→ {{3, 0}, {0, -1}}JordanReduce[{{2, 1, 0}, {0, 2, 0}, {0, 0, 1}}]
→ {{1, 0, 0}, {0, 2, 1}, {0, 0, 2}}JordanReduce[{{0, -1}, {1, 0}}]
→ {{I, 0}, {0, -I}}JordanReduce[{{1, 1}, {1, 0}}]
→ {{(1 + Sqrt[5])/2, 0}, {0, (1 - Sqrt[5])/2}} Alle 6300 Funktionen ·
Dies aus einem MCP-Client verwenden