How can I solve this second order differential equation?

1 view (last 30 days)
(∂T/∂t)=α/r [∂T/∂r+r(∂^2 T)/(∂r^2)]
α = 3 r = 2
from t=0 to 1500
I would like to obtain the graph for this.

Accepted Answer

Torsten
Torsten on 28 Apr 2015
help pdepe
dT/dt = 1/r * d/dr(r*alpha*dT/dr)
Best wishes
Torsten

More Answers (0)

Categories

Find more on Interpolation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!