how to solve first order partial differential equation in matlab -
how to solve first order partial differential equation in matlab -
i have first order partial differential equation:
n0(t) + dn[n(d,t)r(d)/dy = dn(d,t)/dt with intitial condition:
t= 0, n(d,0) = 0 and boundary condition:
d=0, n(0,t)=0 if know how solve, can please help me?
try ode45
also:
1) avoid variables d: have operator bring confusion
2) create sure have ode , not pde (what dy , boundary condition stands for?)
matlab
Comments
Post a Comment