Solving nonlinear ordinary differential equations
显示 更早的评论
I want to solve the following equation:
h(x) = -(D+a*(D/RT)*o*C)dc/dx
% D, a, R,T, o are parameters
%Boundary conditions:
h(0,t)=h(w,t) = C_sat;
%Initial conditions:
c(x,0)=0;
12 个评论
darova
2020-6-26
What about bvp4c?
bbah
2020-6-26
bbah
2020-6-26
Ameer Hamza
2020-6-26
Do you just a single equation or multiple equations? What is h(x)? Can you attach the equations in mathematical form?
bbah
2020-6-28
darova
2020-6-29
This is not ODE (ordinary diff equation), it's PDE (partial diff equation)
You have more than one (two) variables. YOu have two uknown functions (c and h). But i see only one equation? Where is the second one?
bbah
2020-6-29
darova
2020-6-29
One equation - one uknown function
bbah
2020-6-29
darova
2020-6-29
it means h = c (the same function)
bbah
2020-7-2
darova
2020-7-2
What about method of lines?
回答(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!


