Top
Back: zeroNcfrac
Forward: ensureLeftNcfrac
FastBack:
FastForward:
Up: ncfrac_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.25.6 oneNcfrac

Procedure from library ncfrac.lib (see ncfrac_lib).

Usage:
oneNcfrac(loc), ncloc loc

Purpose:
returns the one fraction in the localization loc

Return:
ncfrac

Example:
 
LIB "ncfrac.lib";
==> // ** redefining testNcfrac (LIB "ncfrac.lib";)
==> // ** redefining testNcloc (    LIB "ncloc.lib";)
==> // ** args must be 4 in     system("install", "ncloc", "string", nclocToS\
   tring, 1);
==> // ** args must be 4 in     system("install", "ncfrac", "string", ncfracT\
   oString, 1);
ring R = 0,(x,y,Dx,Dy),dp;
def S = Weyl();
setring S;
ncloc loc = ideal(x-42,y-17);
oneNcfrac(loc);
==> left repr.: (1,1)
==> right repr.: (1,1)
==> 


Top Back: zeroNcfrac Forward: ensureLeftNcfrac FastBack: FastForward: Up: ncfrac_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4-1-1p3, 2018, generated by texi2html.