[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
tolexm
, minipolym
tolexm()
: list, minipolym()
: polynomial
minipolym()
executes the same computation as in minipoly
.
tolexm()
computes a lex order Groebner basis modulo mod
with respect to the variable order vlist2, by using FGLM algorithm.
[197] tolexm(G0,V,0,V,31991); [8271*u0^31+10435*u0^30+816*u0^29+26809*u0^28+...,...] [198] minipolym(G0,V,0,u0,z,31991); z^32+11405*z^31+20868*z^30+21602*z^29+... |
lex_hensel
, lex_tl
, tolex
, tolex_d
, tolex_tl
,
8.9.4 gr_minipoly
, minipoly
.