setting multiple boundary conditions in NDSolve
- To: mathgroup at smc.vnet.net
 - Subject: [mg48478] setting multiple boundary conditions in NDSolve
 - From: mathma18 at hotmail.com ("G.L.Narasimham")
 - Date: Tue, 1 Jun 2004 03:02:53 -0400 (EDT)
 - Sender: owner-wri-mathgroup at wolfram.com
 
How to suply boundary conditions yi,ydi as list/threads, say for sine
curve solutions in: deqn = 0 == y''[t] +  y[t] and get all plots in
NDSolve[{deqn, y [0]== yi,y'[0]==ydi},y,{t,0,2 Pi}]?;