Solving nonlinear ordinary differential equations
Show older comments
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 Comments
darova
on 26 Jun 2020
What about bvp4c?
bbah
on 26 Jun 2020
bbah
on 26 Jun 2020
Ameer Hamza
on 26 Jun 2020
Do you just a single equation or multiple equations? What is h(x)? Can you attach the equations in mathematical form?
bbah
on 28 Jun 2020
darova
on 29 Jun 2020
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
on 29 Jun 2020
darova
on 29 Jun 2020
One equation - one uknown function
bbah
on 29 Jun 2020
darova
on 29 Jun 2020
it means h = c (the same function)
bbah
on 2 Jul 2020
darova
on 2 Jul 2020
What about method of lines?
Answers (0)
Categories
Find more on Ordinary Differential Equations 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!

