[back] [prev] [next] [index] [root]

 


IsThue

Returns true iff the argument is a Thue object.

Syntax:

b := IsThue(x);

boolean
  b  
  x  

Description:

no detailed description available yet


Example:


kash> t := Thue([1,2,2,2,2]);
X^4 + 2 X^3 Y + 2 X^2 Y^2 + 2 X Y^3 + 2 Y^4
kash> IsThue(t);
> true


<- back[back] [prev] [next] [index] [root]