Minor - 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]

  

Minor

  

compute a minor of a Matrix

 

Calling Sequence

Parameters

Description

Examples

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 mxm (square) Matrix, returns the determinant of the m1xm1 submatrix found by omitting the rth row and the cth column of A.

Examples

withStudentLinearAlgebra:

Aa|b|c,d|e|f,g|h|i

Aabcdefghi

(1)

MinorA,3,3

aebd

(2)

B1,2,3,4|5,6,7,8|9,10,11,12|13,14,15,16

B159−1326−10143−71115−481216

(3)

MinorB,2,3

−720

(4)

See Also

LinearAlgebra[Minor]

Student[LinearAlgebra]

Student[LinearAlgebra][Adjoint]

Student[LinearAlgebra][Determinant]