what is command to find adjoint of matrix

107 views (last 30 days)
how to find out adjoint of matrix in matlab? what is the command or syntax? please Help Me and answer soon

Answers (3)

Javed Akhtar
Javed Akhtar on 12 Dec 2018
Edited: Javed Akhtar on 12 Dec 2018
Use det(A)*inv(A).
adjoint(A) takes symbolic arguments and not real numbers.
  1 Comment
Carlos IV Hortinela
Carlos IV Hortinela on 20 Jul 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)

Sign in to comment.


Stalin Samuel
Stalin Samuel on 10 Jan 2015
det(A)*inv(A)
  1 Comment
Eko wardana
Eko wardana on 10 Jan 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!

Sign in to comment.


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

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!