필터 지우기
필터 지우기

resolution of a system

조회 수: 1 (최근 30일)
mouna
mouna 2011년 5월 14일
good morning,
i have this systeme: (dC/dt)+(b*dC/dz)+(e*(dq/dt))=0; dq/dt=a*(q-(g*C));
b,e,a,g are constants how i can solve this problem in matlab?? thanks in advance

답변 (1개)

Walter Roberson
Walter Roberson 2011년 5월 14일
Is C a function of both t and z ? If so then one solution is
C(t, z) = _C1+_C2*exp(a*(e*g+1)*t)
q(t) = (-_C2*exp(a*(e*g+1)*t)+e*g*_C1)/e
Notice that this C(t,z) is independent of z, making dC/dz zero
It appears to me that this system suffers from much the same problem that Andrew described to you earlier
  댓글 수: 1
mouna
mouna 2011년 5월 14일
yes C depend of t and z

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 PDE Solvers에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by