Inverse cmd giving errors

1 vue (au cours des 30 derniers jours)
Segun
Segun le 27 Août 2014
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'.

Réponses (2)

Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh le 27 Août 2014
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 commentaire
Cemre Oguz Ersahin
Cemre Oguz Ersahin le 17 Juin 2016
Thank you my friend

Connectez-vous pour commenter.


stalin
stalin le 27 Août 2014
try this P=P' or fliplr(P)or fliplr(P')

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by