Solving simultaneous differential equations symbolically on MATLAB

조회 수: 1 (최근 30일)
Yagnaseni Roy
Yagnaseni Roy 2014년 2월 9일
답변: Walter Roberson 2014년 2월 10일
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
Yagnaseni Roy
Yagnaseni Roy 2014년 2월 9일
It seems I need to solve the two equations and then integrate between the limits.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2014년 2월 10일

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by