AlphaRomeo

0 Reputation

2 Badges

14 years, 317 days

MaplePrimes Activity


These are questions asked by AlphaRomeo

Hi There,

I'm having a problem trying to solve the folllowing system of PDEs.

PDE1:=diff(P[e](x, t), t) = 5e(-5)*diff(P[e](x, t), x, x));

PDE2:= diff(P[s](x, t), t) = 5e(-10)*(diff(P[s](x, t), x, x));

IBC:={5e-5*(D[1](P[e]))(0.2e-3, t) = 5*10^(-10)*(D[1](P[s]))(0.2e-3, t), P[e](0, t) = 1, P[e](x, 0) = 0.1e-1, P[s](0.215e-3, t) = 0};

Sol:= pdsolve({PDE1,PDE2},IBC,[P[e](x,t),P[s](x,t),numeric);

Error, (in pdsolve/numeric...

Page 1 of 1