lbvp.m

版本 1.0.0.0 (2.6 KB) 作者: Mark Holmes
A simple solver for a 2nd order linear BVP
362.0 次下载
更新时间 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