how to find inverse to the given matrix using matlab program

2 Ansichten (letzte 30 Tage)
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.

Akzeptierte Antwort

Image Analyst
Image Analyst am 5 Okt. 2014
invm = inv(m);

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by