MathGroup Archive 2008

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

Search the Archive

Solution partial differential equation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92266] Solution partial differential equation
  • From: mkour80 at gmail.com
  • Date: Thu, 25 Sep 2008 05:31:40 -0400 (EDT)

Hello,
I 'd like solve the following partial differential equation.

p = 804
c = 950
k = 0.05
DSolve[p*c*D[T[t, r], t] - (1/r)*D[r*k*D[T[t, r], r], r] == 0, T, {t,
r}]


I use the DSolve but I cannot take a solution.I have no boundaries
conditions nor initial value.

I 'd like have the general solution.

Thank you for your advice

Maria


  • Prev by Date: Re: Re: Diagonalize sparse matrix and documentation in
  • Next by Date: Re: how to get rid of quotation marks in out put data
  • Previous by thread: Re: Function changes in a program
  • Next by thread: Get Graphics Coordinates accuracy