Macaulay2 » Documentation
Packages » NumericalAlgebraicGeometry :: NAGtrace(ZZ)
next | previous | forward | backward | up | index | toc

NAGtrace(ZZ) -- set the trace level in NumericalAlgebraicGeometry package

Synopsis

Description

Determines how talkative the procedures of NumericalAlgebraicGeometry are. The most meaningful values are: The progress is displayed as follows:
i1 : R = CC[x,y];
i2 : S = {x^2-1,y^2-1};
i3 : T = {x^2+y^2-1, x+y};
i4 : NAGtrace 1

o4 = 0
i5 : track(S,T,{(1,1),(1,-1),(-1,1),(-1,-1)})

.M.MSetup time: 0
Computing time:0

o5 = {{.707107, -.707107}, [M,t=.465282], {-.707107, .707107}, [M,t=.465282]}

o5 : List

Ways to use this method: