Top
Back: D.3.2.12 gaussred_pivot
Forward: D.3.2.14 mat_rk
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.3.2 linalg_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. 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: D.3.2.12 gaussred_pivot Forward: D.3.2.14 mat_rk FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.3.2 linalg_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.