MathGroup Archive 2009

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

Search the Archive

Re: Rewriting a polynomial

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101719] Re: Rewriting a polynomial
  • From: Albert Retey <awnl at gmx-topmail.de>
  • Date: Wed, 15 Jul 2009 07:09:41 -0400 (EDT)
  • References: <h3ho65$4ai$1@smc.vnet.net>

Hi,

> Hello all. I've a problem, I'm trying to reorder a polynomial, which is obtained by substitution from this:
> 
> Poly = Subscript[\[Alpha], 5] \!
> \*SubsuperscriptBox[\(x\), \(1\), \(3\)] + Subscript[\[Alpha], 6] \!
> \*SubsuperscriptBox[\(x\), \(2\), \(3\)] + Subscript[\[Alpha], 7] \!
> \*SubsuperscriptBox[\(f\), \(1\), \(3\)]  + Subscript[\[Alpha], 8] \!
> \*SubsuperscriptBox[\(f\), \(2\), \(3\)] + Subscript[\[Alpha], 9] \!
> \*SubsuperscriptBox[\(x\), \(1\), \(2\)] Subscript[x, 2] + 

Unfortunatly your example can't easily be copied to mathematica. You
should convert any cell to InputForm before posting it here...

>From the description of your problem I think the function Collect would
do what you want...

hth,

albert


  • Prev by Date: Re: Assigning Values to Many Symbols at Once
  • Next by Date: Re: Refine, assumptions, domains
  • Previous by thread: Rewriting a polynomial
  • Next by thread: Interactive .nb works, but converted .nbp fails