MathGroup Archive 2008

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

Search the Archive

Solving a DE using Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90424] Solving a DE using Mathematica
  • From: Greg <starwar636 at aol.com>
  • Date: Wed, 9 Jul 2008 04:52:25 -0400 (EDT)

I'm having problems solving this problem although it should appear pretty straightfoward:

(-l^2 - m^2 + n^2/(r + 0.016 z)^2) Z[z] + Z''[z] == 0

I am solving for Z[z].  These are the lines I use:

DSolve[Above Equation, Z[z], z]

I get an odd solution so I do a solution check plugging back in Z[z] and Z''[z] yet I don't get 0.  In the above, l,m,n,r are all constants.


  • Prev by Date: Re: How to find the Max of a Piecewise function
  • Next by Date: Re: How to find the Max of a Piecewise function
  • Previous by thread: Re: Mathematica and "Ruby on Rails"
  • Next by thread: Re: Solving a DE using Mathematica