inverse()
Instance Public methods
Returns the inverse of the matrix.
1 2 3 | Matrix[[- 1 , - 1 ], [ 0 , - 1 ]].inverse => - 1 1 0 - 1 |
Returns the inverse of the matrix.
1 2 3 | Matrix[[- 1 , - 1 ], [ 0 , - 1 ]].inverse => - 1 1 0 - 1 |
Designed by : w10schools
service@w10schools.com
Please login to continue.