powered by
Create an identity matrix.
eye(m, n)
Returns matrix of order 1. Defaults to square if second dimension argument n not provided.
n
numeric scalar specifying dimensions for the result
P. Roebuck proebuck1701@gmail.com
ones, zeros
ones
zeros
eye(3)
Run the code above in your browser using DataLab