MathGroup Archive 2014

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

Search the Archive

Problem in solving differential eqn by DSolve

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132299] Problem in solving differential eqn by DSolve
  • From: saha18swarup at gmail.com
  • Date: Mon, 3 Feb 2014 05:16:32 -0500 (EST)
  • 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

Dear Expert,
           I have four differential eqn set. Only one set of differential eqn i will able solve. I am not able attached my pdf file here. plz send mail id so i can attach pdf file and send directly to them.  
 eqns = {AA'[x] + f*CC[x] == 0, BB'[x] - CC[x] - f*DD[x] == 0, 
  CC'[x] + BB[x] + f*AA[x] == 0, DD'[x] - f*BB[x] == 0}
ic = {AA[0] == 1, BB[0] == 0, CC[0] == 0, DD[0] == 0}
DSolve[{eqns, ic}, {AA, BB, CC, DD}, x]

  I have solve this eqn. Other three similar eqn i am not able to solve.
   I am waiting for your reply.

With best regards,
 Swarup





  • Prev by Date: Re: Result to DEQ with WA versus Step-by-Step Yields Different Result
  • Next by Date: Re: Learning to Program in Mathematica
  • Previous by thread: Re: Result to DEQ with WA versus Step-by-Step Yields Different Result
  • Next by thread: Re: Problem in solving differential eqn by DSolve