resolution of system of equations
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
please how can i resolve this system of equations with matlab:
d^2(C1)/dx^2=a*(C1/(C1+b))
CL1: x=0, C1(x=0)=C2/m
CL2: x=p, (dC1/dx)x=0=0
dC2/dz=e(dC1/dx)x=0
Cl1: C2=CE
a, b,m,e are constants.
thanks in advance.
댓글 수: 1
Walter Roberson
2012년 12월 4일
Do you want the symbolic answer or the numeric answer? Do you have the symbolic toolbox?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!