nbvp.m

バージョン 2.0.0.0 (2.94 KB) 作成者: Mark Holmes
A simple solver for a 2nd order nonlinear BVP
ダウンロード: 406
更新 2017/12/19

ライセンスの表示

This code solves and then plots the solution of the 2nd order nonlinear BVP
y'' = f(x, y, y') 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). nbvp.m (https://www.mathworks.com/matlabcentral/fileexchange/27190-nbvp-m), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2017b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSystems of Nonlinear Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
2.0.0.0

The code was upgraded so it can now handle boundary conditions of the form

a0*y(xL) + b0*y'(xL) = c0 and a1*y(xR) + b1*y'(xR) = c1

1.0.0.0