what is command to find adjoint of matrix

30 Ansichten (letzte 30 Tage)
Eko wardana
Eko wardana am 10 Jan. 2015
Bearbeitet: Walter Roberson am 26 Nov. 2024
how to find out adjoint of matrix in matlab? what is the command or syntax? please Help Me and answer soon

Antworten (4)

Javed Akhtar
Javed Akhtar am 12 Dez. 2018
Bearbeitet: Javed Akhtar am 12 Dez. 2018
Use det(A)*inv(A).
adjoint(A) takes symbolic arguments and not real numbers.
  1 Kommentar
Carlos IV Hortinela
Carlos IV Hortinela am 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)

Melden Sie sich an, um zu kommentieren.


Stalin Samuel
Stalin Samuel am 10 Jan. 2015
det(A)*inv(A)
  2 Kommentare
Eko wardana
Eko wardana am 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!
Walter Roberson
Walter Roberson am 26 Nov. 2024
Bearbeitet: Walter Roberson am 26 Nov. 2024
A=[
12 24 34 44
11 21 31 41
13 23 43 53
16 26 35 46]
A = 4×4
12 24 34 44 11 21 31 41 13 23 43 53 16 26 35 46
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>
adjoint(sym(A)), disp(char(ans))
[-330, -60, 60, 300; 450, -276, -108, -60; 500, -840, 200, 40; -520, 816, -112, -80]

Melden Sie sich an, um zu kommentieren.


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

Melden Sie sich an, um zu kommentieren.


Juan
Juan am 26 Nov. 2024
Hey! You gotta install that function in the Symbolic Math Tool Box.

Kategorien

Mehr zu Discrete Multiresolution Analysis finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by