Top
Back: D.3.2.3 inverse_L
Forward: D.3.2.5 orthogonalize
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.4 sym_gauss

Procedure from library linalg.lib (see linalg_lib).

Usage:

sym_gauss(A); A = symmetric matrix

Return:

matrix, diagonalisation with symmetric gauss algorithm

Example:

LIB "linalg.lib";
ring r=0,(x),lp;
matrix A[2][2]=1,4,4,15;
print(A);
print(sym_gauss(A));

Top Back: D.3.2.3 inverse_L Forward: D.3.2.5 orthogonalize 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 texi2html.