bynaro

16 Reputation

4 Badges

15 years, 118 days

MaplePrimes Activity


These are questions asked by bynaro

Hello,

I am trying to solve the following system of quasilinear PDEs for dependent variables pA(z,t), pB(z,t), pC(z,t) using Maple 14:

> system:= [

.15e-3*diff(pA(z,t),t)+.83e-1*diff(pA(z,t),z)+.47e-3/(1+.11e-6*pA(z,t)+.14e-4*pB(z,t)+.73e-4*pC(z,t))^2*((1+.14e-4*pB(z,t)+.73e-4*pC(z,t))*diff(pA(z,t),t)-.14e-4*pA(z,t)*diff(pB(z,t),t)-.73e-4*pA(z,t)*diff(pC(z,t),t)) = 0,

.15e-3*diff(pB(z,t),t)+.83e-1*diff(pB(z,t),z)+.90e-1/(1+.11e-6*pA(z,t)+.14e-4*pB(z,t...

Page 1 of 1