Which choice will NOT give you a 5 x 5 identity matrix?
eye(5)
identity(5)
diag(ones(5, 1))
a = rand(5); round(a * inv(a))