adjoint
Classical adjoint (adjugate) of square matrix
Syntax
Description
returns
the Classical Adjoint (Adjugate) Matrix
X = adjoint(A)X of A, such that A*X = det(A)*eye(n) =
X*A, where n is the number of rows in
A.
Examples
Input Arguments
More About
Version History
Introduced in R2013aSee Also
ctranspose | det | inv | rank