transpose matrix calculator

Calculus in processing ... please wait
The matrix calculator allows to calculate online the transpose of a matrix.
transpose_matrix(`[[3;1;0];[3;2;1];[4;0;1]]`) returns `[[3;3;4];[1;2;0];[0;1;1]]`

Transpose matrix calculator

The matrix calculator allows to calculate online the transpose of a matrix.


The calculator can calculate online the transpose of a matrix. Let M(n,p) a matrice where n is the number of rows and p the number of columns, The transpose of the matrix M(n,p) is the matrix obtained by exchanging rows and columns. The matrix calculator may calculate the transpose of a matrix whose coefficients have letters or numbers, it is a formal matrix calculator.

  • Calculating the transpose of a matrix
  • The calculator can calculate the transpose of a matrix with the results in exact form: to calculate the transpose of matrix `(3,3,4),(1,2,0),(0,1,7)`, enter transpose_matrix(`[[3;1;0];[3;2;1];[4;0;7]]`), after calculation, the result is returned.

    The calculator allows symbolic calculations, it is possible to use letters as well to calculate the transpose of a matrix like this: `((a,3*a,4),(1,2*a,0),(0,c,a/2))`, enter transpose_matrix(`[[a;1;0];[3a;2a;c];[4;0;a/2]]`), after calculation, the result is returned.

    Syntax :

    transpose_matrix(matrix)


    Examples :

    transpose_matrix(`[[3;1;0];[3;2;1];[4;0;1]]`) returns `[[3;3;4];[1;2;0];[0;1;1]]`

    See also
    List of related calculators :