Write a Maple procedure monomial(v,n) which
computes a list of the monomials of total degree in the
list of variables
.
For example, monomial([u,v],3) would
return the list
.
Hint: consider the Taylor series expansion of the product
in to order
- see Maple's taylor command.