Re: How to separate a sum into terms
- To: mathgroup at smc.vnet.net
- Subject: [mg92059] Re: How to separate a sum into terms
- From: dh <dh at metrohm.ch>
- Date: Thu, 18 Sep 2008 07:25:55 -0400 (EDT)
- References: <gaqf4g$doa$1@smc.vnet.net>
Hi Slaa, you need simply to change the Head "Plus" of the expression to "List", using e.g. Apply: List@@ expression hope this helps, Daniel Slava Rychkov wrote: > Hi! > > I want to separate a Mathematica expression written as a sum into > separate terms > E.g. for > > a+b-c+f[1]-g[a]/g[b] > > I want to get a list > > {a,b,-c,f[1],-g[a]/g[b]} > > Is there a simple way to do this? > > Thanks, -- Daniel Huber Metrohm Ltd. Oberdorfstr. 68 CH-9100 Herisau Tel. +41 71 353 8585, Fax +41 71 353 8907 E-Mail:<mailto:dh at metrohm.com> Internet:<http://www.metrohm.com>