ODE Solver through Galerkin Method

버전 1.2.0.0 (3.75 KB) 작성자: Marcos Cesar Ruggeri
This program solves Ordinary Differential Equations by using the Galerkin method.
다운로드 수: 5.4K
업데이트 날짜: 2014/3/17

라이선스 보기

[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.

인용 양식

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. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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.