|
D.14.2.4 boolean_poly
Procedure from library polybori.lib (see polybori_lib).
- Usage:
- boolean_poly(ps[, dir, rb]); ps polynomial, dir integer zero or one, rb
boolean ring
- Return:
- default: polynomial ps in the representation of the boolean ring
rb==boolean_poly_ring(basering); optional input: boolean ring rb
- Note:
- via the optional input dir, one can choose the computation method (either
direct[dir==0] or recursive[dir==1]). default: recursive
Example:
See also:
boolean_ideal;
boolean_std.
|