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