Calculate the transpose of a 2×2 matrix with complex numbers online for free using our accurate Transpose Matrix Calculator.
Matrix (2×2)
A1
A2
B1
B2
Transpose Matrix
1 + 1i
3
2
4 – 1i
Step | Description |
---|---|
1 | Input matrix is [[1+i, 2], [3, 4-i]]. |
2 | For a 2×2 matrix [[a, b], [c, d]], the transpose is Aแต = [[a, c], [b, d]]. |
3 | Assign elements: a = 1+i, b = 2, c = 3, d = 4-i. |
4 | Form transpose matrix: [[1+i, 3], [2, 4-i]]. |
Final | Transpose Matrix: [[1+i, 3], [2, 4-i]]. |
โค Related