Previous Up Next

15.1.6  Transconjugate of a matrix

The transconjugate of a matrix is the conjugate of the transpose of the matrix. The trn command finds the transconjugate of a matrix.

Example

trn([[i,1+i],[1,1-i]])
     


i1
1−i1+i


          

Previous Up Next