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!


