MathGroup Archive 2012

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

Search the Archive

function manipulation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg127813] function manipulation
  • From: Andreas Talmon <talmon at fsm.tu-darmstadt.de>
  • Date: Thu, 23 Aug 2012 20:51:14 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

Hi All,

I got an function in the following form:

gl2[x_] := 
 b Subscript[e, 1] Subscript[e, 2] Subscript[t, 1] Subscript[t, 2] Subscript[t, K] (Subscript[\[Tau], xy]^\[Prime]\[Prime])[x] == 
  b Subscript[g, 
   K] (Subscript[e, 1] Subscript[t, 1] + 
     Subscript[e, 2] Subscript[t, 2]) Subscript[\[Tau], xy][x]

I am aming to reorder the Terms to the following Form:

gl2[x_] := (
    b Subscript[g, 
     K] (Subscript[e, 1] Subscript[t, 1] + 
       Subscript[e, 2] Subscript[t, 2]))/(
    b Subscript[e, 1] Subscript[e, 2] Subscript[t, 1] Subscript[t, 2]
      Subscript[t, K]) Subscript[\[Tau], xy][x] - \!\(
\(\*SubsuperscriptBox[\(\[Tau]\), \(xy\), \(\[Prime]\[Prime]\)]\)[
    x]\) == 0

Is there any way to tell mathematica to do this for me?.

Also I would like to Cancel the faktor b which is b!=0

Thanks for any help

Best regards,

Andreas Talmon



  • Prev by Date: Re: How to use Pick[]; Is this a bug?
  • Next by Date: Re: How to use Pick[]; Is this a bug?
  • Previous by thread: Create new dialog after these computations
  • Next by thread: Re: function manipulation