|
[Date Index]
[Thread Index]
[Author Index]
Re: Extracting terms of a polynomial into a list and then
- To: mathgroup at smc.vnet.net
- Subject: [mg90383] Re: [mg90354] Extracting terms of a polynomial into a list and then
- From: Lou Talman <talmanl at mscd.edu>
- Date: Tue, 8 Jul 2008 02:24:33 -0400 (EDT)
- References: <200807070905.FAA00034@smc.vnet.net>
On Jul 7, 2008, at 3:05 AM, Bob F wrote:
> Can anyone suggest a way to extract the terms of a polynomial into a
> list.
Apply[List, P[x]]
--Lou Talman
Department of Mathematical & Computer Sciences
Metropolitan State College of Denver
<http://clem.mscd.edu/%7Etalmanl>
Prev by Date:
Re: Extracting terms of a polynomial into a list and then multiply
Next by Date:
Re: Relational Operators and Random Integers
Previous by thread:
Extracting terms of a polynomial into a list and then multiply each
Next by thread:
Re: Extracting terms of a polynomial into a list and then multiply each
|