linalg[adjoint] - compute the adjoint of a matrix
linalg[adj] - a synonym for adjoint
|
Calling Sequence
|
|
adjoint(A)
adj(A)
|
|
Parameters
|
|
A
|
-
|
square matrix (with all elements assigned)
|
|
|
|
|
Description
|
|
•
|
The function adjoint computes the matrix such that the matrix product of A and adjoint(A) is the product of det(A) and the matrix identity. This is done through the computation of minors of A.
|
•
|
The command with(linalg,adjoint) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?