Clear Filters
Clear Filters

how to find inverse to the given matrix using matlab program

1 view (last 30 days)
i have a matrix of 11*11. now i need to find its inverse using matlab code. so can u tell me hw to find it.

Accepted Answer

Image Analyst
Image Analyst on 5 Oct 2014
invm = inv(m);

More Answers (0)

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!