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!