How to use Matlab to solve this PDE?

2 次查看(过去 30 天)
Ming
Ming 2013-1-12
I have a PDE problem to solve. Could anyone solve this problem with the tool in matlab? Please don't use the finite difference method. The problem is as followed:
Governing equation:
Utt=sin(a*t)*Uxx;
Boundary Conditions: U(0,t)=0; U(L,t)=0;
Initial Conditions: Ut(x,0)=0; U(x,0)=sin(6*pi*x/L);
where 'a'is a constant, you can give a positive value to it.
'U' is a form about x and t;
'Utt' means U double prime of t; 'Uxx' means U double prime of x;
'Ut'means U prime of t.

回答(0 个)

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by