Re: Re: A86: cones


[Prev][Next][Index][Thread]

Re: Re: A86: cones





In a message dated 5/13/98 21:28:28, you wrote:

>has anyone made a program that
>
>can correctly reduce polynomials into quotients and remainders? this is one
>
>of the things that i need badly for my semester test :(


there's a BASIC program called pdiv which divides polynomials and gives
remainders.  its counterpart, pmul, multiplies polynomials.  both work
perfectly.