MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Polynomial as a List

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77188] Polynomial as a List
  • From: Nick <hoffmannick at gmail.com>
  • Date: Tue, 5 Jun 2007 06:49:20 -0400 (EDT)

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!



  • Prev by Date: Hotkeys - redefine
  • Next by Date: Anyone used the Notation package in v6 already?
  • Previous by thread: Re: Re: Hotkeys - redefine
  • Next by thread: Re: Polynomial as a List