Macaulay2 » Documentation
Packages » Bertini :: radicalList
next | previous | forward | backward | up | index | toc

radicalList -- A support function that removes multiplicities of numbers in a list up to a tolerance.

Synopsis

Description

This outputs a sublist of complex or real numbers that all have distinct norms up to the tolerance N (default is 1e-10).

i1 : radicalList({2.000,1.999})

o1 = {2, 1.999}

o1 : List
i2 : radicalList({2.000,1.999},1e-10)

o2 = {2, 1.999}

o2 : List
i3 : radicalList({2.000,1.999},1e-2)

o3 = {2}

o3 : List

Ways to use radicalList :

For the programmer

The object radicalList is a method function with options.