Inverse cmd giving errors

1 visualización (últimos 30 días)
Segun
Segun el 27 de Ag. de 2014
Comentada: Cemre Oguz Ersahin el 17 de Jun. de 2016
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'.

Respuestas (2)

Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh el 27 de Ag. de 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!

stalin
stalin el 27 de Ag. de 2014
try this P=P' or fliplr(P)or fliplr(P')

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by