필터 지우기
필터 지우기

what is command to find adjoint of matrix

조회 수: 42 (최근 30일)
Eko wardana
Eko wardana 2015년 1월 10일
댓글: Carlos IV Hortinela 2021년 7월 20일
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
Carlos IV Hortinela 2021년 7월 20일
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