LeadingPrincipalSubmatrix - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Student[NumericalAnalysis]

  

LeadingPrincipalSubmatrix

  

return a leading submatrix of a square matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

LeadingPrincipalSubmatrix(A,n)

Parameters

A

-

Matrix; a square matrix

n

-

posint; indicates the sub-level of leading principal submatrix

Description

• 

The LeadingPrincipalSubmatrix command returns the n-th leading principal submatrix of A.

• 

The LeadingPrincipalSubmatrix is a special case of the LinearAlgebra[SubMatrix] command.

Examples

withStudentNumericalAnalysis:

AMatrix1,4,7,10,4,5,8,6,7,8,10,5,5,3,5,8

A147104586781055358

(1)

LeadingPrincipalSubmatrixA,3

1474587810

(2)

LeadingPrincipalSubmatrixA,2

1445

(3)

LeadingPrincipalSubmatrixA,1

1

(4)

See Also

LinearAlgebra[SubMatrix]

Student[NumericalAnalysis]

Student[NumericalAnalysis][ComputationOverview]