Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inverse of 1x1 Matrix #7

Open
takfuruya opened this issue Jul 10, 2012 · 1 comment
Open

Inverse of 1x1 Matrix #7

takfuruya opened this issue Jul 10, 2012 · 1 comment

Comments

@takfuruya
Copy link

$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.

@itamarwe
Copy link

itamarwe commented Oct 6, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants