Matrix Transpose Calculator
Here you can calculate a matrix transpose with complex numbers online for free.
Have questions? Read the instructions.
About the method
The algorithm of matrix transpose is pretty simple.
- A new matrix is obtained the following way: each [i, j] element of the new matrix gets the value of the [j, i] element of the original one.
- Dimension also changes to the opposite. For example if you transpose a 'n' x 'm' size matrix you'll get a new one of 'm' x 'n' dimension.
To understand transpose calculation better input any example and examine the solution.