Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
DifferentialEquationSolver
Guides
Guide to ZigangPan`DifferentialEquationSolver`
Symbols
flow
flowV
HDRungeKutta
nflow
nflowV
RungeKutta45
RungeKutta45V
Guide to ZigangPan`DifferentialEquationSolver`
This is a paclet containing several solvers for system of first order ODEs.
f
l
o
w
— solver using DSolve.
f
l
o
w
V
— solver using DSolve and for vector-valued independent variable.
n
f
l
o
w
— solver using NDSolve.
n
f
l
o
w
V
— solver using NDSolve and for vector-valued independent variable.
R
u
n
g
e
K
u
t
t
a
4
5
— my implementation of the 4th order Runge Kutta method with 5th order accuracy.
R
u
n
g
e
K
u
t
t
a
4
5
V
— my implementation of the 4th order Runge Kutta method with 5th order accuracy and for vector-valued independent variable.
H
D
R
u
n
g
e
K
u
t
t
a
— my idea of a higher order (at least 5th order) Runge Kutta method with variable step sizes. Must specify MaxStepSize option for the function to work.
f
l
o
w
▪
f
l
o
w
V
▪
n
f
l
o
w
▪
n
f
l
o
w
V
▪
R
u
n
g
e
K
u
t
t
a
4
5
▪
R
u
n
g
e
K
u
t
t
a
4
5
V
▪
H
D
R
u
n
g
e
K
u
t
t
a
"
"