5.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.
-
trn takes one argument:
A, a matrix.
- trn(A) returns the transconjugate of A.
Example
Input:
trn([[i, 1+i],[1, 1-i]])
Output: