calcul.io
math playground
New
calculation
Help
Instructions
Examples
Functions
Constants
Display Debug info
Functions
Matrix
ctranspose
ctranspose
x'
ctranspose(x)
Complex Conjugate and Transpose a matrix
Try it yourself:
$1
a = [1, 2, 3; 4, 5, 6]
$2
a'
$3
ctranspose(a)
See also:
concat
det
diag
identity
inv
ones
range
size
squeeze
subset
trace
zeros
All functions