ODE Solver through Galerkin Method

This program solves Ordinary Differential Equations by using the Galerkin method.
5,3K descargas
Actualizado 17 mar 2014

Ver licencia

[APPROX,EXAC,ERR] = ODEGALERKIN(POLY,BC,N) solves Ordinary Differential Equations (ODE) through Galerkin method, by inserting the characteristic polynomial matrix "POLY", boundary conditions "BC" and the finite quantity of approximative base functions "N". Outputs of the program are the approximative solution "APPROX", the analitic solution "EXAC" and the percentage error "ERR" (%). A plot of the approximative and analitic solution is also shown.

Citar como

Marcos Cesar Ruggeri (2024). ODE Solver through Galerkin Method (https://www.mathworks.com/matlabcentral/fileexchange/20387-ode-solver-through-galerkin-method), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.2.0.0

Bugs fixed for R2010a release
Minor changes

1.1.0.0

License included

1.0.0.0

Theory of Galerkin Method included.