Question: matrix inverse

This question is related to the Question whats the difference between A.B and A&*B

how do you calculate the inverse of a matrix A??

Is it Inverse(A) or inv(A)? Do I have to call [with (Matlab):]??

Please Wait...