Next: Exercise 15. Up: Exercises Previous: Exercise 13.

Exercise 14.

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.


bondaren@thsun1.jinr.ru