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
Actually now it seems to work, there is even a test for this case in commit c01258a
Nevertheless, the code on the website (http://sylvester.jcoglan.com/) should probably be updated.
$M([[2]]).inv()
returns the error:
TypeError: Cannot read property '1' of undefined
in Chrome developer tools inspector.
It should return a matrix of:
[[0.5]] instead.
The text was updated successfully, but these errors were encountered: