MathGroup Archive 2010

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

Search the Archive

Forcing mathematica to output a certain form

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108064] Forcing mathematica to output a certain form
  • From: Geico Caveman <spammers-go-here at spam.invalid>
  • Date: Sun, 7 Mar 2010 05:09:06 -0500 (EST)

As a result of an Eliminate function, and subsequent (wrapper)
simplification under some conditions, I am getting a non-linear
differential equation.

It looks like:

f(t)+g(t) y'(t)=h(t) y^2(t)

Is there a way to force mathematica to output this in the way a
differential equation is best written:

y'(t)+h(t)/g(t) y^(t) = -f(t)/g(t)

or

the transposed form with zero on RHS ?


  • Prev by Date: Re: Export 3D plots to pdf in vector format -->large files
  • Next by Date: ReplaceRepeated in case of non ordered expressions
  • Previous by thread: Solving ODE with discontinuous shock perturbation [was: Modification
  • Next by thread: Re: Forcing mathematica to output a certain form