help for a mathematica question
- From: atepe <aysegul.tepe@xxxxxxxxx>
- Date: Sat, 01 Mar 2008 16:20:39 EST
Hi,
I am trying to solve the following partial differential equation with 4 boundary conditions with mathematica. But it doesn't work.
\sigma is a constant in here.
Simplify[DSolve[
t[y, z] - \[Gamma]^2*(D[t[y, z], {y, 2}] +
D[t[y, z], {z, 2}]) == \[Sigma], t, {y, z}]]
The boundary conditions are:
t(y,0)=\sigma
t(y,L)=\sigma
t(-h/2,Z)=0
t(h/2,Z)=0
Does anyone cknow how to solve the problem?
If matlab is better to solve these kind of questions, how can I solve this question with Matlab?
Thanks for advance
atepe
.
- Follow-Ups:
- Re: help for a mathematica question
- From: José Carlos Santos
- Re: help for a mathematica question
- From: Ray Vickson
- Re: help for a mathematica question
- Prev by Date: Re: Question on union of open sets
- Next by Date: Re: Question on union of open sets
- Previous by thread: Re: Quinn Tyler Jackson, meet you're "doom"!
- Next by thread: Re: help for a mathematica question
- Index(es):
Relevant Pages
|