MathGroup Archive 2010

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

Search the Archive

Change of function in an ODE

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109043] Change of function in an ODE
  • From: Sam Takoy <sam.takoy at yahoo.com>
  • Date: Sun, 11 Apr 2010 04:32:53 -0400 (EDT)

Hi,

I'm solving
DSolve[r^4 R''''[r] + 2 r^3 R'''[r] - r^2 R''[r] + r R'[r] -
     L^4 r^4 R[r] == 0, R[r], r] // Simplify

Now, I would like to make the substitution  R[r]=r^2 Log[r] G[r], 
formulate the equation for G[r] and solve it. What's the proper syntax 
for that?

Thanks,

Sam


  • Prev by Date: Support for PlotLegend in DateListPlot
  • Next by Date: Retrieving orphaned code
  • Previous by thread: Re: ShowGraph vs. GraphPlot
  • Next by thread: Re: Change of function in an ODE