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