Top
Back: D.3.2.13 gauss_nf
Forward: D.3.2.15 U_D_O
FastBack: Appendix D SINGULAR libraries
FastForward: E Release Notes
Up: D.3.2 linalg_lib
Top: 1 Preface
Contents: Table of Contents
Index: F Index
About: About This Document

D.3.2.14 mat_rk

Procedure from library linalg.lib (see section linalg_lib).

Usage:

mat_rk(A); A any constant matrix

Return:

int, rank of A

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;
mat_rk(A);

Top Back: D.3.2.13 gauss_nf Forward: D.3.2.15 U_D_O FastBack: Appendix D SINGULAR libraries FastForward: E Release Notes Up: D.3.2 linalg_lib Top: 1 Preface Contents: Table of Contents Index: F Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texinfo.