resolution of system of equation
1 回表示 (過去 30 日間)
古いコメントを表示
[EDIT: 20110525 10:15 CDT - reformat - WDR]
good morning,
i have this system:
(dC/dt)+(dC/dz)+a*(d^2C/dz^2)+(dq/dt)=0
(dq/dt)=q-(b*C)
please how i can solve it?
thanks in advance.
0 件のコメント
回答 (1 件)
Walter Roberson
2011 年 5 月 25 日
It makes things easier for the reader when you are more specific about what variables a function is dependent upon.
A solution is as follows:
C(t, z) = _C1+_C2*exp((1+b)*t)
q(t) = -_C2*exp((1+b)*t)+b*_C1
Notice that once again your system is independent of z, which is most easily resolvable by making d2C/dz2 zero... but there are probably other solutions.
This is the third time that you have presented a pde that was effectively independent of one of its nominal derivatives. It would help you to learn to recognize and deal with those situations.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Partial Differential Equation Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!