An open API service indexing awesome lists of open source software.

https://github.com/louis-finegan/monte-carlo-simulation-and-odes

A brief discussion of applying Monte-Carlo Integration to Solving Ordinary Differential Equations Numerically.
https://github.com/louis-finegan/monte-carlo-simulation-and-odes

differential-equations euler euler-integration monte-carlo-simulation numerical-integration numerical-methods

Last synced: 3 months ago
JSON representation

A brief discussion of applying Monte-Carlo Integration to Solving Ordinary Differential Equations Numerically.

Awesome Lists containing this project

README

        

# Monte-Carlo-Simulation-and-ODEs-

A brief discussion of applying Monte-Carlo Integration to Solving Ordinary Differential Equations Numerically. Contains:

1. Derivation of both Monte-Carlo and Euler Integrations.
2. Algorithm.
3. Calculated Errors and comparision between both schemes and the analytical solution.