You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
det(M) fails if M is a 1x1 matrix, in which case it should just return the one element of that matrix. This might seem like a strange application of det but arises naturally when e.g. computing minors of a matrix.
0 commit comments