Help doing a multiple variable boundary value ODE
이전 댓글 표시
So I have gone through a few how-to's on both multi-variable ode's and boundary value ode's but I cant seem to get a combination of both to work.
I am doing a conduction problem for a sphere. And I have the following equations:
Q= - 48 * pi * r2 * (dT/dr)
dQ/dr = d(r2 * (dT/dr))/dr = 0
T(.03)=120
T(.06)=100
I want to plot T(r), but I cant seem to get this to work. If any of you could help that would be fantastic, as there doesn't seem to be any relevant tutorials or guides online and I could really use some help!
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!