how to find inverse to the given matrix using matlab program

2 views (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)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!