Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • 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
    • 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.
flow
— solver using DSolve.
flowV
— solver using DSolve and for vector-valued independent variable.
nflow
— solver using NDSolve.
nflowV
— solver using NDSolve and for vector-valued independent variable.
RungeKutta45
— my implementation of the 4th order Runge Kutta method with 5th order accuracy.
RungeKutta45V
— my implementation of the 4th order Runge Kutta method with 5th order accuracy and for vector-valued independent variable.
HDRungeKutta
— 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.
flow
▪
flowV
▪
nflow
▪
nflowV
▪
RungeKutta45
▪
RungeKutta45V
▪
HDRungeKutta
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com