randomPoints(I)
randomPoints(n, I)
Gives at most $n$ many point in a variety $V(I)$.
|
|
|
|
|
The default strategy switches between LinearIntersection and MultiplicationTable for the DecompositionStrategy (after first trying a brute force strategy).
Using DecompositionStrategy => MultiplicationTable (currently only implemented for Homogeneous ideals) is sometimes faster and other times not. It tends to work better in rings with few variables. Because of this, the default strategy runs MultiplicationTable first in rings with fewer variables and runs Decompose first in rings with more variables.
|
|
|
|
The object randomPoints is a method function with options.