nbvp.m

A simple solver for a 2nd order nonlinear BVP
406 download
Aggiornato 19 dic 2017

Visualizza la licenza

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.

Cita come

Mark Holmes (2024). nbvp.m (https://www.mathworks.com/matlabcentral/fileexchange/27190-nbvp-m), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2017b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Systems of Nonlinear Equations in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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