next up previous contents index
suivant: Inverse of a matrix monter: Linear algebra précédent: Linear algebra   Table des matières   Index


Transpose of a matrix : tran transpose

tran or transpose takes as argument a matrix A.
tran or transpose returns the transpose matrix of A.
Input :
tran([[1,2],[3,4]])
Output :
[[1,3],[2,4]]



giac documentation written by Renée De Graeve and Bernard Parisse