lbvp.m

버전 1.0.0.0 (2.63 KB) 작성자: Mark Holmes
A simple solver for a 2nd order linear BVP
다운로드 수: 362
업데이트 날짜: 2010/4/8

라이선스 보기

This code solves and then plots the solution of the linear BVP
y'' + p(x)y' + q(x)y = f(x) for xL < x < xR
where
a0*y(xL) + b0*y'(xL) = c0 and a1*y(xR) + b1*y'(xR) = c1

It is not as sophisticated as bvp4c, but it allows for easy manipulation of the solution procedure and solves the problem relatively quickly.

인용 양식

Mark Holmes (2024). lbvp.m (https://www.mathworks.com/matlabcentral/fileexchange/27206-lbvp-m), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Boundary Value Problems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0