Owning Class: linalgebra
Requires: MathScript RT Module
c = transpose(a)
Computes the non-conjugate transpose of a matrix.
| Name | Description |
|---|---|
| a | Specifies a matrix. |
| Name | Description |
|---|---|
| c | Returns the non-conjugate transpose of a. |
A = [1-i, 3+4i; 5-7i, -i]
C = transpose(A)