Re: Differential Equation
- To: mathgroup at smc.vnet.net
- Subject: [mg132657] Re: Differential Equation
- From: psycho_dad <s.nesseris at gmail.com>
- Date: Wed, 30 Apr 2014 01:39:35 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
- References: <ljndih$au0$1@smc.vnet.net>
Hi, The correct syntax is this: DSolve[{Y'[x] == A*f[x] - B*Y[x], Y[C] == 0}, Y[x], x] Notice the brackets {} and the Y[x]. See the help of DSolve for more examples etc. Cheers