MathGroup Archive 2003

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

Search the Archive

solving a PDE

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40711] solving a PDE
  • From: C B <cbhat at purdue.edu>
  • Date: Mon, 14 Apr 2003 04:06:37 -0400 (EDT)
  • Organization: Purdue University
  • Sender: owner-wri-mathgroup at wolfram.com

I am trying to solve the following PDE
(1-M^2)D[phi[x,y],x,x]+ D[phi[x,y],y,y] = 0

With the following BC's
BC1: Derivative[0,1][phi][x,(d/2)] = U k A Cos(kx)
BC2: Derivative[0,1][phi][x,(-d/2)] = U k A Cos(kx)

How do I get Mathematica to do it?






  • Prev by Date: Re: Re: Opinions about the "Oneliners"
  • Next by Date: Re: Newbie Question: Solving for x?
  • Previous by thread: Re: Apparent bug in 4.2 version DSolve ?
  • Next by thread: Re: solving a PDE