Borrar filtros
Borrar filtros

Solving simultaneous differential equations symbolically on MATLAB

1 visualización (últimos 30 días)
Yagnaseni Roy
Yagnaseni Roy el 9 de Feb. de 2014
Respondida: Walter Roberson el 10 de Feb. de 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 comentario
Yagnaseni Roy
Yagnaseni Roy el 9 de Feb. de 2014
It seems I need to solve the two equations and then integrate between the limits.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 10 de Feb. de 2014

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by