5.4.1.5 Matrix_rational_sparse Objects

class Matrix_rational_sparse
The Matrix_rational_sparse class derives from Matrix, and defines functionality for sparse matrices over the field $ \mathbf{Q}$ of rational numbers.
Matrix_rational_sparse( parent, [entries=True], [coerce_entries=True], [copy=0])

Instances of class Matrix_rational_sparse have the following functions (in addition to inherited functions and special functions):

charpoly,$  $ echelon_form,$  $ hessenberg_form,$  $ pivots

Further documentation:

charpoly( )

Return the characteristic polynomial of this matrix.

hessenberg_form( )

Return the Hessenberg form of this sparse matrix.

See About this document... for information on suggesting changes.