linalg[minor] - compute a minor of a matrix
|
Calling Sequence
|
|
minor(A, r, c)
|
|
Parameters
|
|
A
|
-
|
matrix
|
r, c
|
-
|
positive integers
|
|
|
|
|
Description
|
|
•
|
The function minor returns the (r,c)th minor of the matrix A. This is the matrix obtained by removing the rth row and the cth column of A.
|
•
|
The command with(linalg,minor) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?