Solving differential equations with parameters
- To: mathgroup at smc.vnet.net
- Subject: [mg79786] Solving differential equations with parameters
- From: Ivan <darknails at gmail.com>
- Date: Sat, 4 Aug 2007 05:57:26 -0400 (EDT)
Hi, I am trying to solve the differential equations like y'[x]= - Sin[ p*x + y[x] ] where p is a parameter. Now I want to solve the equation with respect to x for a range of values of p, instead for just a single p. What is the best way to do it?