boundary value problem with complementary slackness
조회 수: 14 (최근 30일)
이전 댓글 표시
I have an ODE system with complementary slackness condition.
- y'(z) = f(x(z),y(z),z)
- y(zmin)=y(zmax)=0
- x'(z)>=0
- y(z)>=0
- x'(z)*y(z)=0
It seems the solution takes the form of
- x'(z)=0 for [zmin,some z] and x'(z)>0 for [some z, zmax].
but I am not sure if matlab can solve such problem using bvp4c or something. Any suggestion would be appreciated.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Surrogate Optimization에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!