Top
Back: relative_orbit_variety
Forward: ainvar_lib
FastBack:
FastForward:
Up: finvar_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.7.1.36 image_of_variety

Procedure from library finvar.lib (see finvar_lib).

Usage:
image_of_variety(I,F);
I: an arbitrary <ideal>,
F: a 1xm <matrix> defining an invariant ring of some matrix group

Return:
The <ideal> defining the image under that group of the variety defined by I

Theory:
rel_orbit_variety(I,F) is called and the newly introduced
variables in the output are replaced by the generators of the
invariant ring. This ideal in the original variables defines the image
of the variety defined by I

Example:
 
LIB "finvar.lib";
ring R=0,(x,y,z),dp;
matrix F[1][3]=x+y+z,xy+xz+yz,xyz;
ideal I=xy;
print(image_of_variety(I,F));
==> xyz

Top Back: relative_orbit_variety Forward: ainvar_lib FastBack: FastForward: Up: finvar_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.