solving partial differential equation system
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Harsha Priya Daggubati
2019-12-27
Hi,
You can start off by referring to the following documentation page:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Geometry and Mesh 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!