Euclid    
     

transpose(A)

Returns the transpose of the matrix A.

rowReduce(A)

Returns the reduced row-echelon form of the matrix A.

identityMatrix(n)

Returns an n x n identity matrix.


 Euclid    
Copyright © 2003-2006 Kevin L. Gong