Solving nonlinear ordinary differential equations
Afficher commentaires plus anciens
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 commentaires
darova
le 26 Juin 2020
What about bvp4c?
bbah
le 26 Juin 2020
bbah
le 26 Juin 2020
Ameer Hamza
le 26 Juin 2020
Do you just a single equation or multiple equations? What is h(x)? Can you attach the equations in mathematical form?
bbah
le 28 Juin 2020
darova
le 29 Juin 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
le 29 Juin 2020
darova
le 29 Juin 2020
One equation - one uknown function
bbah
le 29 Juin 2020
darova
le 29 Juin 2020
it means h = c (the same function)
bbah
le 2 Juil 2020
darova
le 2 Juil 2020
What about method of lines?
Réponses (0)
Catégories
En savoir plus sur Ordinary Differential Equations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


