ApCoCoA-1:Slinalg.SEF
From ApCoCoAWiki
Revision as of 16:22, 8 July 2009 by 132.231.54.1 (talk)
Slinalg.SEF
Calculates the Echelon form of a sparse matrix over F2.
Syntax
Slinalg.SEF(NRow : INT ,NCol : INT, Mat : LIST)
Description
Please note: The function(s) explained on this page is/are using the ApCoCoAServer. You will have to start the ApCoCoAServer in order to use it/them.
@param NRow: Number of rows of the matrix.
@param NCol: Number of Columns of the matrix.
@param Mat: List of lists containg positions of non zero elements.
@return A list of lists containing the Echelon form of matrix.
Example
See also