PolyMulti
By Pavel Poutchkarev
Version 1.0
2001
graphin84@yahoo.com

This program multiplies two polynomials.

First it asks the number of coeficents in first
polynomial, then it asks the coeficents.  After that it
does the same thing with the second one.

It shows the answer in a message box so that more could
fit.


Example:

If you were to multiply (x-2) by (x^2-8x+4) you would
enter
2	(number of coeficents in first polynomial)
1	(first coeficent in first polynomial)
-2	(second coeficent in first polynomial)
3	(number of coeficents in second polynomial)
1	(first coeficent in second polynomial)
-8	(second coeficent in second polynomial)
4	(third coeficent in second polynomial)

3.0Kb