FrobeniusReduce
उपलब्ध, .wl संदर्भ से भिन्न
Returns the Frobenius (rational canonical) form of a square matrix: the block
.wl संदर्भ से भिन्न: `LDLDecomposition` and `FrobeniusReduce` on inexact or symbolic input
FrobeniusReduce[m]
FrobeniusReduce[{{1, 1}, {0, 1}}]
→ {{0, -1}, {1, 2}}FrobeniusReduce[{{2, 0}, {0, 3}}]
→ {{0, -6}, {1, 5}}FrobeniusReduce[{{2, 0, 0}, {0, 2, 0}, {0, 0, 3}}]
→ {{2, 0, 0}, {0, 0, -6}, {0, 1, 5}}FrobeniusReduce[{{1/2, 1/3}, {1/4, 1/5}}]
→ {{0, -1/60}, {1, 7/10}}FrobeniusReduce[{{I, 0}, {0, 2}}]
→ {{0, -2*I}, {1, 2 + I}}FrobeniusReduce[{{1, 2}, {3, 4}}, Modulus -> 5]
→ {{0, 2}, {1, 0}} सभी 6300 फ़ंक्शन ·
इसे किसी MCP क्लाइंट से उपयोग करें