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=Determinant⁡A·IdentityMatrix⁡Dimensions⁡A.
with⁡StudentLinearAlgebra:
A≔9,4,1|1,3,−1|0,8,1:
C≔Adjoint⁡A
C≔11−1849−72−71023
A·C
103000103000103
Determinant⁡A
103
See Also
LinearAlgebra[Adjoint]
Matrix
Student[LinearAlgebra][Determinant]
Download Help Document