mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
508 B
508 B
Function eye
Create a 2-dimensional identity matrix with size m x n or n x n
eye(n) eye(m, n) eye([m, n])
TODO: more documentation on eye
Parameters
| Parameter | Type | Description |
|---|---|---|
size |
...Number | Matrix | Array |
Returns
| Type | Description |
|---|---|
| Matrix | Array | Number | matrix |