Top
Back: nrRootsDeterm
Forward: sturmquery
FastBack:
FastForward:
Up: rootsmr_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.12.6.3 symsignature

Procedure from library rootsmr.lib (see rootsmr_lib).

Usage:
symsignature(m); m matrix. m must be symmetric.

Return:
int: the signature of m

Example:
 
LIB "rootsmr.lib";
ring r = 0,(x,y),dp;
ideal i = x4-y2x,y2-13;
i = std(i);
ideal b = qbase(i);
matrix m = matbil(1,b,i);
symsignature(m);
==> 4
See also: matbil; sturmquery.


Top Back: nrRootsDeterm Forward: sturmquery FastBack: FastForward: Up: rootsmr_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.