-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Description
I am confused about the function gauss_jordan_elimination. If I feed matrix([0, 1], [1, 0]) into this function I would expect to get the unit matrix of size 2, but instead Numbas complains that "this matrix is not invertible" (even though, in this case, it obviously is invertible ...).
In fact, in
Numbas/runtime/scripts/math.js
Line 3400 in 1a89f9b
| if(f==0) { |
Best regards, Ulrich
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels