Top
Back: jungresolve
Forward: embR
FastBack: resgraph_lib
FastForward: resolve_lib
Up: resjung_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.5.4.2 clocus

Procedure from library resjung.lib (see resjung_lib).

Usage:
clocus(ideal J);
J = ideal

Assume:
J = two dimensional ideal in noether position with respect to the last two variables

Return:
A ring containing the ideal Clocus respresenting the critical locus of the projection V(J)-->C^2 onto the coordinate plane of the last two coordinates

Example:
 
LIB "resjung.lib";
ring R=0,(x,y,z),dp;
ideal I=x2-y3z3;
list li=clocus(I);
def S=li[1];
setring S;
Clocus;
==> Clocus[1]=yz


Top Back: jungresolve Forward: embR FastBack: resgraph_lib FastForward: resolve_lib Up: resjung_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-3, March 2011, generated by texi2html.