solving partial differential equation system
이전 댓글 표시
I want to solve this 2 partial differential equation system (numerical) on matlab but can't understand how should I do it.
I've tryied to understand where should I began but couldn't succeed.
If anyone could guide me it could be wonderful.
The equations are
- d(nC)/dt = - d(qC)/dx + d(nD * dC/dx)/dx - n*C*R
- dn/dt = - n*C*R
(q, D, R are constants)
thank you very much.
댓글 수: 1
darova
2019년 12월 23일
Maybe finite difference method FDM? Do you know how the result should looks like?
답변 (1개)
Harsha Priya Daggubati
2019년 12월 27일
0 개 추천
Hi,
You can start off by referring to the following documentation page:
카테고리
도움말 센터 및 File Exchange에서 Geometry and Mesh에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!