10B006 |
^Univar?
|
( P → P flag )
Tests if polynomial is univariate.
|
10C006 |
^SUnivar?
|
( P → P flag )
Tests if polynomial is univariate and the
coefficients are bounded by register size.
|
0CC007 |
^POLYPARITY
|
( poly → Z )
Tests if a polynomial (internal rep) is
even/odd/none. Z=1 if even, -1 if odd, 0 if
neither even nor odd.
|
0D6007 |
^POLYSYM
|
( P → Z )
Tests symmetry of coefficients of polynomial.
Z=1 for symmetric, -1 for anti, 0 otherwise.
|
0D7007 |
^POLYASYM
|
( P → Z )
Tests "antisymmetry" of coef of polynomial.
Z=1 for symmetric, -1 for anti, 0 otherwise.
|