Quote:
maxideal(d)
generates all monomials of degree d (as an ideal).
If you want to have them sorted wrt. the monomial ordering,
use
Quote:
LIB"general.lib";
sort(maxideal(d))[1];
Hans
[quote]maxideal(d)[/quote] generates all monomials of degree d (as an ideal).
If you want to have them sorted wrt. the monomial ordering,
use
[quote]
LIB"general.lib";
sort(maxideal(d))[1];
[/quote]
Hans