Previous Up Next

6.47.7  Transconjugate of a matrix: trn

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


Example.
Input:

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

Output:



i1
1−i1+i



Previous Up Next