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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by