필터 지우기
필터 지우기

how to solve equation which is time derivative with space variation in matlab?

조회 수: 1 (최근 30일)
chirag patel
chirag patel 2020년 2월 14일
편집: chirag patel 2020년 2월 14일
i want to solve equation as below :
Cc, Cd- variable varies with time and z direction.
a1 a2 a3 are parameter which can be found out from Cc(z)
dCc(z)/dt = a1*(Cc(z-1) - Cc(z))/dz + a2 + a3;
b1 b2 b3 are parameter which can be found out from Cd(z)
dCd(z)/dt = b1*(Cd(z-1) - Cd(z))/dz + b2 + b3;
how to solve it simultaneously?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by