Code covered by the BSD License  

Highlights from
lbvp.m

Be the first to rate this file! 4 Downloads (last 30 days) File Size: 2.63 KB File ID: #27206
image thumbnail

lbvp.m

by Mark Holmes

 

08 Apr 2010

A simple solver for a 2nd order linear BVP

| Watch this File

File Information
Description

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.

MATLAB release MATLAB 7.9 (2009b)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
linear boundary value problem Mark Holmes 09 Apr 2010 11:05:41
bvp Mark Holmes 09 Apr 2010 11:05:41

Contact us at files@mathworks.com