Re: Polynomial as a List
- To: mathgroup at smc.vnet.net
- Subject: [mg77253] Re: Polynomial as a List
- From: dimitris <dimmechan at yahoo.com>
- Date: Wed, 6 Jun 2007 06:57:49 -0400 (EDT)
- References: <f43ghr$2db$1@smc.vnet.net>
Something weird must have happened. A few days ago you asked the same thing with plenty of replies! In any case see here http://groups.google.gr/group/comp.soft-sys.math.mathematica/browse_thread/thread/628a8d506820aba8/e88e07e92d6138bb?lnk=gst&q=++Polynomial+as+a+List+++&rnum=2&hl=el#e88e07e92d6138bb Dimitris / Nick : > 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!