Never-Never-Land

willowfly's personal website

ODEREN - A MATLAB Package to ODEs (UNDER DEVELOPMENT)


by willowfly | resident of Never-Never-Land

ODEREN is a matlab package to solve ordinary differential equations. I develop the package in order (1) to review some of the basic theories and algorithms for solving ODEs numerically, (2) to afford an convienent tool to solve my problems in research.

If you have any problems using this tool, please contact

E-MAIL: renliujie@outlook.com, renliujie@fudan.edu.cn

How to use: ODEREN offers an web interface for users to define their ODEs, the solutions parameters, such as time span, time interval and solution methods etc. Then the program will automatically generate a matlab code that solves the user's specific problem. The results will be exported to output.txt with first columns - time, other columns - y.

PROBLEM DESCRIPTION

INITIAL VALUES

SOLUTION TIME

SOLUTION METHOD

Aug.14, 2017 update notes: i added RK3 method, which is stable for stiff problems.
Aug.13, 2017 update notes: i added Euler-forward, improved Euler, RK4, Euler-backward and Euler-theta methods.