Homogeneous, constant coefficients Boundary Value problem (BVP) solver

This is a function that solves any homogeneous, constant coefficients BVPs
320.0 次下载
更新时间 2012/12/26

查看许可证

The purpose of this program is to implement the analytical solution for the following general 2nd order, homogeneous, Boundary Value problem (BVP) with constant coefficients.

ax"(t)+ bx'(t)+ cx(t)=0 for t1<=t<=t2
BC: x(t1)=x1 and x(t2)=x2

Solution:
>> BVP(a,b,c,t1,t2,x1,x2)

Example:

x"(t)+ 0.5x'(t)+ 10x(t)=0
Boundary values
x(1)=2, x(10)=0;

>> BVP(1,0.5,10,1,10,2,0)

引用格式

Dr. Redmond Ramin Shamshiri (2024). Homogeneous, constant coefficients Boundary Value problem (BVP) solver (https://www.mathworks.com/matlabcentral/fileexchange/39594-homogeneous-constant-coefficients-boundary-value-problem-bvp-solver), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Fluid Dynamics 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0