List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] evaluating _F1 /_F2 in pdsolve o/p
| [MUG] evaluating _F1 /_F2 in pdsolve o/p |
|
Author: Nagaraj Mahavir
Posted: Thu, 16 May 2002 18:15:34 -0000
|
>> From: "Nagaraj Mahavir" "mahavir"
I am trying to solve a PDE of the form
pde:=diff(X(b,h),h,h)+2*diff(X(b,h),h)+(b^2)*(X(b,h))=diff(G(b,h),h)+G(b,h)
The pdsolve(pde,X) command gives me an equation of the form
X(b,h)= ()_F1+ ()_F2+()
the boundary conditions are
X(b,0)=0
and (diff(X(b,h),h)@h=0)=0
how do I solve this PDE and evaluate the _F1 and _F2 terms.
Thanks,
Mahavir Nagaraj
Department of Mechanical Engineering
Texas A&M University,College Station,TX
|
| [MUG] RE: evaluating _F1 /_F2 in pdsolve o/p |
|
Author: Willard, Daniel Dr DUSA-OR
Posted: Tue, 21 May 2002 11:29:27 -0400
|
>> From: "Willard, Daniel Dr DUSA-OR" "daniel.willard"
Clearly you have to specify G to get computable integrals (they may or
may not give a closed form). Then you have to fit the result to the
boundary conditions you must specify as a function of b. You might
try integrating the integrals in G by parts to see if they simplify at
all.
-----Original Message-----
>> From: "Nagaraj Mahavir" "mahavir"
I am trying to solve a PDE of the form
pde:=diff(X(b,h),h,h)+2*diff(X(b,h),h)+(b^2)*(X(b,h))=diff(G(b,h),h)+G(b,h)
The pdsolve(pde,X) command gives me an equation of the form
X(b,h)= ()_F1+ ()_F2+()
the boundary conditions are X(b,0)=0 and (diff(X(b,h),h)@h=0)=0
how do I solve this PDE and evaluate the _F1 and _F2 terms.
|
Previous by date: [MUG] Numerical solution of ODE, PierLuigi Zezza
Next by date: [MUG] Re: Precise and invariant timing of a Maple program, Maple User Group
Previous thread: [MUG] Question about texturing using Maple, Bguerrieri
Next thread: [MUG] Precise and invariant timing of a Maple program,
|