MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Split Polynom into Sum of Monomials

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34119] Re: Split Polynom into Sum of Monomials
  • From: Detlef Mueller <dmueller at mathematik.uni-kassel.de>
  • Date: Sat, 4 May 2002 04:28:49 -0400 (EDT)
  • Organization: University of Kassel - Germany
  • References: <aaomce$efv$1@smc.vnet.net> <aaqrso$ikr$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"Carl K. Woll" wrote:
> 
> Hi Detlef,
> 
> I wrote up a function that will do what you want a while ago:
> 
> In[1]:=
> ExpandedCollect[expr_, vars_, h_:Identity] :=
>   Module[{sub}, Expand[Collect[expr, vars, sub]] /.
>     sub -> h]
> 
Thank you very much 
(and to the other Helpers too).

After some consideration and a glimpse into the Help,
I see how this works - its what I needed and a bit
more :)

Greetings 
  Detlef


  • Prev by Date: Q: How to modify postscript code of generated graphs
  • Next by Date: Hypergeometric rational/real discrepancy (bug?)
  • Previous by thread: Re: Split Polynom into Sum of Monomials
  • Next by thread: Finding intersections of contours in 3D