Numerically solve differential equation
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a second-order differential equation of three variables, R, θ, and τ. I don't know how I can solve this numerically for
in MATLAB. The equation is below.


The equations also has these boundary conditions:
R
, θ
for all τ;


R = 1,
=
θ, where Bi is a constant, for all τ;


τ
, θ
for all R.


Thank you for the help!
댓글 수: 0
답변 (1개)
John D'Errico
2021년 4월 17일
편집: John D'Errico
2021년 4월 17일
This is just a parabolic PDE, assuming that Bi is a KNOWN constant. You just say it is constant.
But you should be able to use pdepe.
help pdepe
If Bi is some unknown constant, and you expect to find a general symbolic solution, then you will need to do more work.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!