Question: how to compare a integer number and a root of a equtation?

Hi, all

I tried by:

>alias(a=RoofOf(z^4+z+1)):

> if a > 2 then print('yes') end if;
Error, cannot determine if this expression is true or false: 2 < RootOf(_Z^4+_Z+1)
 

Any ideas?

 

Thank you.

Please Wait...