|
[Date Index]
[Thread Index]
[Author Index]
Polynomial to List
- To: mathgroup at smc.vnet.net
- Subject: [mg76897] Polynomial to List
- From: "Nick Hoffman" <hoffmannick at gmail.com>
- Date: Tue, 29 May 2007 05:07:44 -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}
Any help would be greatly appreciated! Thanks!
Prev by Date:
Re: v6: cursor behaviour with arrow keys
Next by Date:
Re: Simplifying expressions containing Bessel functions?
Previous by thread:
-singleLaunch flag in v6.0 broken (Linux)
Next by thread:
Re: Polynomial to List
|