Macaulay2 » Documentation
Packages » TriangularSets :: triangularizeBatch
next | previous | forward | backward | up | index | toc

triangularizeBatch -- triangularize a batch of polynomial systems

Synopsis

Description

Let $\{F_k: k\in K\}$ and $\{H_k: k\in K\}$ be collections of polynomial sets. This function computes a triangular decomposition of each of the pairs $(F_k,H_k)$.

Although triangularizeBatch is equivalent to calling triangularize multiple times, the former is usually faster since it avoids the cost of starting multiple Maple sessions.


      

See also

For the programmer

The object triangularizeBatch is a function closure.