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