Student[NumericalAnalysis]
LeadingPrincipalSubmatrix
return a leading submatrix of a square matrix
Calling Sequence
Parameters
Description
Examples
LeadingPrincipalSubmatrix(A,n)
A
-
Matrix; a square matrix
n
posint; indicates the sub-level of leading principal submatrix
The LeadingPrincipalSubmatrix command returns the n-th leading principal submatrix of A.
The LeadingPrincipalSubmatrix is a special case of the LinearAlgebra[SubMatrix] command.
See Also
LinearAlgebra[SubMatrix]
Student[NumericalAnalysis][ComputationOverview]
Download Help Document