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!


