how to find inverse to the given matrix using matlab program

3 ビュー (過去 30 日間)
nishitha
nishitha 2014 年 10 月 5 日
回答済み: Image Analyst 2014 年 10 月 5 日
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.

採用された回答

Image Analyst
Image Analyst 2014 年 10 月 5 日
invm = inv(m);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by