Go to the first, previous, next, last section, table of contents.


gr_minipoly, minipoly

gr_minipoly(plist,vlist,order,poly,v,homo)
:: Computation of the minimal polynomial of a polynomial modulo an ideal
minipoly(plist,vlist,order,poly,v)
:: Computation of the minimal polynomial of a polynomial modulo an ideal
return
polynomial
plist vlist
list
order
number, list or matrix
poly
polynomial
v
indeterminate
homo
flag
[117] G=tolex(G0,V,0,V)$      
43.818sec + gc : 11.202sec
[118] GSL=tolex_gsl(G0,V,0,V)$
17.123sec + gc : 2.590sec
[119] MP=minipoly(G0,V,0,u0,z)$
4.370sec + gc : 780msec
References
section lex_hensel, lex_tl, tolex, tolex_d, tolex_tl.


Go to the first, previous, next, last section, table of contents.