Solving nonlinear ordinary differential equations
Mostrar comentarios más antiguos
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 comentarios
darova
el 26 de Jun. de 2020
What about bvp4c?
bbah
el 26 de Jun. de 2020
bbah
el 26 de Jun. de 2020
Ameer Hamza
el 26 de Jun. de 2020
Do you just a single equation or multiple equations? What is h(x)? Can you attach the equations in mathematical form?
bbah
el 28 de Jun. de 2020
darova
el 29 de Jun. de 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
el 29 de Jun. de 2020
darova
el 29 de Jun. de 2020
One equation - one uknown function
bbah
el 29 de Jun. de 2020
darova
el 29 de Jun. de 2020
it means h = c (the same function)
bbah
el 2 de Jul. de 2020
darova
el 2 de Jul. de 2020
What about method of lines?
Respuestas (0)
Categorías
Más información sobre Ordinary Differential Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


