Facilities for computing Groebner bases are
dp_gr_main()
, dp_gr_mod_main()
and dp_gr_f_main()
.
To call these functions,
it is necessary to set several parameters correctly and it is convenient
to use a set of interface functions provided in the library file
`gr'.
The facilities will be ready to use after you load the package by
load()
. The package `gr' is placed in the standard library
directory of Asir.
[0] load("gr")$
Go to the first, previous, next, last section, table of contents.