DSolve
- To: mathgroup at smc.vnet.net
- Subject: [mg83169] DSolve
- From: Raj <rajanikanth at gmail.com>
- Date: Tue, 13 Nov 2007 07:00:36 -0500 (EST)
eqn = D[u[x], {x, 2}] + \[Lambda]^2 (0.25 - x^2) u[x] == 0 DSolve[{eqn, u[-1/2] == 0, u[1/2] == 0}, u[x], x] This returns {{u[x] -> 0}} while another CAS system returns a solution in terms of WhittakerW function. Am I doing something wrong or is Mathematica not able to solve this equation symbolically? Thanks, Raj
- Follow-Ups:
- Re: DSolve
- From: "W. Craig Carter" <ccarter@mit.edu>
- Re: DSolve