Description Usage Arguments Details Value Author(s) References See Also Examples
Generates an identity matrix.
1 | Identity(m)
|
m |
Integer. Size. |
The m \times m identity matrix \mathbf{I} is given by
\mathbf{I}_{m} = \mathrm{diag} ≤ft(1, 1, \cdots, 1 \right) .
Numeric matrix.
Ivan Jacob Agaloos Pesigan
Other constructor functions:
IdentityFrom()
,
ZeroMatrixFrom()
,
ZeroMatrix()
1 | Identity(3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.