Top
Back: D.6.1.10 evaluate_reynolds
Forward: D.6.1.12 invariant_basis_reynolds
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.6.1 finvar_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.6.1.11 invariant_basis

Procedure from library finvar.lib (see finvar_lib).

Usage:

invariant_basis(g,G1,G2,...);
g: an <int> indicating of which degree (>0) the homogeneous basis should be, G1,G2,...: <matrices> generating a finite matrix group

Returns:

the basis (type <ideal>) of the space of invariants of degree g

Theory:

A general polynomial of degree g is generated and the generators of the matrix group applied. The difference ought to be 0 and this way a system of linear equations is created. It is solved by computing syzygies.

Example:

 
LIB "finvar.lib";
ring R=0,(x,y,z),dp;
matrix A[3][3]=0,1,0,-1,0,0,0,0,-1;
print(invariant_basis(2,A));
→ x2+y2,
→ z2

Top Back: D.6.1.10 evaluate_reynolds Forward: D.6.1.12 invariant_basis_reynolds FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.6.1 finvar_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.