how to find inverse to the given matrix using matlab program

1 Ansicht (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)

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