Re: Polynomial as a List
- To: mathgroup at smc.vnet.net
- Subject: [mg77260] Re: Polynomial as a List
- From: dh <dh at metrohm.ch>
- Date: Wed, 6 Jun 2007 07:01:26 -0400 (EDT)
- References: <f43ghr$2db$1@smc.vnet.net>
Hi Nick,
look up: "CoefficientList" in the manual.
hope this helps, Daniel
Nick 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}
>
>
> Can anyone help me figure this out?
>
> Thanks so much!
>
>