JordanReduce
Disponibile, differisce dal riferimento .wl
Returns the Jordan canonical form of a square matrix (the Jordan matrix of
Differisce dal riferimento .wl: `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}} Tutte le 6300 funzioni ·
Usa questo da un client MCP