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


Transconjugate of a matrix : trn

trn takes as argument a matrix A.
trn returns the transconjugate of A (i.e. the conjugate of the transpose matrix of A).
Input :
trn([[i, 1+i],[1, 1-i]])
Output after simplification:
[[-i,1],[1-i,1+i]]



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