Inverse cmd giving errors

1 回表示 (過去 30 日間)
Segun
Segun 2014 年 8 月 27 日
コメント済み: Cemre Oguz Ersahin 2016 年 6 月 17 日
I have getting an error message whenever I tried to use the Inverse command.
>> P=inverse(P) Undefined function 'inverse' for input arguments of type 'double'.

回答 (2 件)

Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh 2014 年 8 月 27 日
Hi Segun,
So what you want to do is, finding the inverse matrix! Alright.
define your matrix as such
x =[2,3,5;4,1,6;1,4,0]
then use inv to find its inverse
Xinverse = inv(x)
Good Luck!
  1 件のコメント
Cemre Oguz Ersahin
Cemre Oguz Ersahin 2016 年 6 月 17 日
Thank you my friend

サインインしてコメントする。


stalin
stalin 2014 年 8 月 27 日
try this P=P' or fliplr(P)or fliplr(P')

カテゴリ

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