Solving simultaneous differential equations symbolically on MATLAB

3 vues (au cours des 30 derniers jours)
Yagnaseni Roy
Yagnaseni Roy le 9 Fév 2014
I need to solve the following differential equations (recommended method: Runge Kutta Gill integration)
(dc/dx) = (K*c-C_p)-c*(dP/dx)
(dP/dx)=(K*c-C_p)/c
K is a constant; C_p is just C with subscript p and is a constant; P and c are the variables.
Boundary conditions:
at x=0, C=C_w
at x=L, c=C_p
Please tell me how I could do this, since I've never done integration on MATLAB before!
  1 commentaire
Yagnaseni Roy
Yagnaseni Roy le 9 Fév 2014
It seems I need to solve the two equations and then integrate between the limits.

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 10 Fév 2014

Catégories

En savoir plus sur Numerical Integration and Differential Equations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by