Adjoint - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Student[LinearAlgebra]

  

Adjoint

  

compute the adjoint of a square Matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Adjoint(A, options)

Parameters

A

-

square Matrix

options

-

(optional) parameters; for a complete list, see LinearAlgebra[Adjoint]

Description

• 

The Adjoint(A) command constructs Matrix M such that A·M=DeterminantA·IdentityMatrixDimensionsA.

Examples

withStudentLinearAlgebra:

A9,4,1|1,3,1|0,8,1:

CAdjointA

C11−1849−72−71023

(1)

A·C

103000103000103

(2)

DeterminantA

103

(3)

See Also

LinearAlgebra[Adjoint]

Matrix

Student[LinearAlgebra]

Student[LinearAlgebra][Determinant]