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

inv(matrix) should exist just like matrix.inv() does #13859

Open
abhigyank opened this issue Jan 8, 2018 · 1 comment
Open

inv(matrix) should exist just like matrix.inv() does #13859

abhigyank opened this issue Jan 8, 2018 · 1 comment
Labels

Comments

@abhigyank
Copy link
Contributor

The inverse of a matrix M can be computed as M.inv(). It should also be able to be computed using inv(M) which is more intuitive for people using Matlab or Scilab.
det(Matrix) exists to compute the determinant of a matrix, similarly inv(Matrix) can also be added.

@sharanry
Copy link

sharanry commented Jan 8, 2018

Hey, I am new here. Could I take this up?

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

Successfully merging a pull request may close this issue.

3 participants