Student[LinearAlgebra][Minor] - compute a minor of a Matrix
|
Calling Sequence
|
|
Minor(A, r, c, options)
|
|
Parameters
|
|
A
|
-
|
Matrix
|
r
|
-
|
integer; row to omit
|
c
|
-
|
integer; column to omit
|
options
|
-
|
(optional) parameters; for a complete list, see LinearAlgebra[Minor]
|
|
|
|
|
Description
|
|
•
|
The Minor(A, r, c) command, where A is an (square) Matrix, returns the determinant of the submatrix found by omitting the rth row and the cth column of A.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?