How to NDSolve the differential equation
- To: mathgroup at smc.vnet.net
- Subject: [mg19622] How to NDSolve the differential equation
- From: "Chee Lim Cheung" <cheelc at mbox2.singnet.com.sg>
- Date: Sun, 5 Sep 1999 16:57:42 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Dear Mathematica gurus & users, I encountered error messages with the tag Power::infy when I tried to do the following: NDSolve[{x y''[x] + Sin[x] y'[x] + 2 x y[x] == 0,y[0]==0, y'[0]==1}, y, {x,0,2}] Can anyone help me in getting Mathematica to produce an answer? I am using Mathematica 4.0 & Mathematica 3.0. Thanks Chee