Top
Back: gaussred_pivot
Forward: mat_rk
FastBack: matrix_lib
FastForward: Commutative algebra
Up: linalg_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: Index
About: About this document

D.3.2.13 gauss_nf

Procedure from library linalg.lib (see linalg_lib).

Usage:
gauss_nf(A); A any constant matrix

Return:
matrix; gauss normal form of A (uses gaussred)

Example:
 
LIB "linalg.lib";
ring r = 0,(x),dp;
matrix A[4][4] = 1,4,4,7,2,5,5,4,4,1,1,3,0,2,2,7;
print(gauss_nf(A));


Top Back: gaussred_pivot Forward: mat_rk FastBack: matrix_lib FastForward: Commutative algebra Up: linalg_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 2-0-4, May 2003, generated by texi2html.