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

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -