Re: Polynomial to List
- To: mathgroup at smc.vnet.net
- Subject: [mg76901] Re: [mg76897] Polynomial to List
- From: Adriano Pascoletti <adriano.pascoletti at dimi.uniud.it>
- Date: Wed, 30 May 2007 05:06:06 -0400 (EDT)
- References: <200705290907.FAA04110@smc.vnet.net>
List @@ (1 + x + x^2 + x^3 + x^4)
Adriano Pascoletti
On 29 mag 2007, at 11:07, Nick Hoffman wrote:
> I have a polynomial,
> Lets say:
>
> 1 + x + x^2 + x^3 + x^4
>
>
> and all I need to do is get that into a list of this form
>
> {x^4, x^3, x^2, x, 1}
>
> Any help would be greatly appreciated! Thanks!
>
>
- References:
- Polynomial to List
- From: "Nick Hoffman" <hoffmannick@gmail.com>
- Polynomial to List