solving partial differential equation system

2 vues (au cours des 30 derniers jours)
Anat Cohen
Anat Cohen le 23 Déc 2019
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
  1. d(nC)/dt = - d(qC)/dx + d(nD * dC/dx)/dx - n*C*R
  2. dn/dt = - n*C*R
(q, D, R are constants)
thank you very much.
  1 commentaire
darova
darova le 23 Déc 2019
Maybe finite difference method FDM? Do you know how the result should looks like?

Connectez-vous pour commenter.

Réponses (1)

Harsha Priya Daggubati
Harsha Priya Daggubati le 27 Déc 2019
Hi,
You can start off by referring to the following documentation page:

Community Treasure Hunt

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

Start Hunting!

Translated by