what is command to find adjoint of matrix
68 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how to find out adjoint of matrix in matlab? what is the command or syntax? please Help Me and answer soon
Réponses (4)
Javed Akhtar
le 12 Déc 2018
Modifié(e) : Javed Akhtar
le 12 Déc 2018
Use det(A)*inv(A).
adjoint(A) takes symbolic arguments and not real numbers.
1 commentaire
Carlos IV Hortinela
le 20 Juil 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)
Stalin Samuel
le 10 Jan 2015
det(A)*inv(A)
2 commentaires
Walter Roberson
le 26 Nov 2024
Modifié(e) : Walter Roberson
le 26 Nov 2024
A=[
12 24 34 44
11 21 31 41
13 23 43 53
16 26 35 46]
adjoint(sym(A)), disp(char(ans))
A B
le 4 Mar 2016
I have the same problem to you, I d'ont know how to calculate adjoint of haar wavelet transform,
1 commentaire
Anjan Sahu
le 11 Jan 2019
You can try matlab online the code would work or try re installing the complete version
Juan
le 26 Nov 2024
Hey! You gotta install that function in the Symbolic Math Tool Box.
0 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!