Borrar filtros
Borrar filtros

what is command to find adjoint of matrix

42 visualizaciones (últimos 30 días)
Eko wardana
Eko wardana el 10 de En. de 2015
Comentada: Carlos IV Hortinela el 20 de Jul. de 2021
how to find out adjoint of matrix in matlab? what is the command or syntax? please Help Me and answer soon

Respuestas (3)

Javed Akhtar
Javed Akhtar el 12 de Dic. de 2018
Editada: Javed Akhtar el 12 de Dic. de 2018
Use det(A)*inv(A).
adjoint(A) takes symbolic arguments and not real numbers.
  1 comentario
Carlos IV Hortinela
Carlos IV Hortinela el 20 de Jul. de 2021
this is obviously wrong.
Inv matrix A = (1/ Det A)*Adj (transpose A)
hence if you use this formula:
Use det(A)*inv(A).
it will yield Adj (Transpose A)

Iniciar sesión para comentar.


Stalin Samuel
Stalin Samuel el 10 de En. de 2015
det(A)*inv(A)
  1 comentario
Eko wardana
Eko wardana el 10 de En. de 2015
what is your opinion about this problem? why is error? this function or command is true or false??? if true give reason and if false give reason and correct answer... I hope you can answer this Question... thank's!

Iniciar sesión para comentar.


A B
A B el 4 de Mzo. de 2016
I have the same problem to you, I d'ont know how to calculate adjoint of haar wavelet transform,
  1 comentario
Anjan Sahu
Anjan Sahu el 11 de En. de 2019
You can try matlab online the code would work or try re installing the complete version

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing 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