mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
24 lines
465 B
Markdown
24 lines
465 B
Markdown
# Function zeros
|
|
|
|
create a matrix filled with zeros
|
|
|
|
zeros(m) zeros(m, n) zeros([m, n]) zeros([m, n, p, ...])
|
|
|
|
|
|
### Parameters
|
|
|
|
Parameter | Type | Description
|
|
--------- | ---- | -----------
|
|
`size` | ...Number | Array |
|
|
|
|
### Returns
|
|
|
|
Type | Description
|
|
---- | -----------
|
|
Array | Matrix | Number | matrix
|
|
|
|
|
|
|
|
|
|
<!-- Note: This file is automatically generated from source code comments. Changes made in this file will be overridden. -->
|