RE: Polynomial to List
- To: mathgroup at smc.vnet.net
- Subject: [mg76920] RE: [mg76897] Polynomial to List
- From: "Harvey P. Dale" <hpd1 at nyu.edu>
- Date: Wed, 30 May 2007 05:15:59 -0400 (EDT)
- References: <200705290907.FAA04110@smc.vnet.net>
- Reply-to: "Harvey P. Dale" <hpd1 at nyu.edu>
Nick:
lst=1+x+x^2+x^3+x^4
Table[lst[[i]],{i,Length[lst]}]
Best,
Harvey
_____
From:NickHoffman[mailto:hoffmannick at gmail.com]
Sent:Tuesday,May29,20075:08AM
To:mathgroup at smc.vnet.net
Subject:[mg76897]PolynomialtoList
Ihaveapolynomial,
Letssay:
1+x+x^2+x^3+x^4
andallIneedtodoisgetthatintoalistof=
thisform
{x^4,x^3,x^2,x,1}
Anyhelpwouldbegreatlyappreciated!Thanks!
______________________________________________________________________
ThisemailhasbeenscannedbytheMessageLabsEmailSec=
uritySystem.
Formoreinformationpleasevisithttp://www.messagelabs.com/email
- References:
- Polynomial to List
- From: "Nick Hoffman" <hoffmannick@gmail.com>
- Polynomial to List