Student[LinearAlgebra]
Adjoint
compute the adjoint of a square Matrix
Calling Sequence
Parameters
Description
Examples
Adjoint(A, options)
A
-
square Matrix
options
(optional) parameters; for a complete list, see LinearAlgebra[Adjoint]
The Adjoint(A) command constructs Matrix M such that A·M=DeterminantA·IdentityMatrixDimensionsA.
withStudentLinearAlgebra:
A≔9,4,1|1,3,−1|0,8,1:
C≔AdjointA
C≔11−1849−72−71023
A·C
103000103000103
DeterminantA
103
See Also
LinearAlgebra[Adjoint]
Matrix
Student[LinearAlgebra][Determinant]
Download Help Document