Julia - Identity matrix - eye() alternative
I'm working with what I guess is an older textbook that is using an older version of Julia as they are using the eye() function to create an identity matrix, which appears to not exist in the version I am currently using. What alternative is there for eye()?
Topic julia
Category Data Science