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!

回答(1 个)

John D'Errico
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.

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by