what is command to find adjoint of matrix

42 次查看(过去 30 天)
how to find out adjoint of matrix in matlab? what is the command or syntax? please Help Me and answer soon

回答(3 个)

Javed Akhtar
Javed Akhtar 2018-12-12
编辑:Javed Akhtar 2018-12-12
Use det(A)*inv(A).
adjoint(A) takes symbolic arguments and not real numbers.
  1 个评论
Carlos IV Hortinela
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)

请先登录,再进行评论。


Stalin Samuel
Stalin Samuel 2015-1-10
det(A)*inv(A)
  1 个评论
Eko wardana
Eko wardana 2015-1-10
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!

请先登录,再进行评论。


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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by