MathGroup Archive 2014

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Differential Equation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132656] Re: Differential Equation
  • From: W Craig Carter <ccarter at MIT.EDU>
  • Date: Wed, 30 Apr 2014 01:39:15 -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: <20140429053331.38A5D6A6A@smc.vnet.net>

DSolve[Y=92[x] == A*f[x] - B*Y[x] && Y[C] == 0, Y[x], x]
Will do what you it.

WCC


On Apr 29, 14, at 7:33 AM, Zohreh <zmmohamadi at gmail.com> wrote:

> DSolve[Y'[x] == A*f[x] - B*Y[x], Y[C] == 0, x]




  • Prev by Date: Open Intervals Represented by Gauges
  • Next by Date: Re: Differential Equation
  • Previous by thread: Differential Equation
  • Next by thread: Re: Differential Equation