isPrimeSimple(T)
Let $T = (t_1,t_2,\cdots,t_k)$ be a triangular set (i.e., their main variables are distinct). This method verifies if the following properties hold:
(i) the main degree of $t_i$ is one for $i=1,\dots,k-1$,
(ii) $t_k$ is an irreducible polynomial.
If these properties hold then the saturated ideal of $T$ is a prime ideal.
|
|
|
|
|
|
The object isPrimeSimple is a method function.