What is the intuition behind using Monte Carlo to solve a differential equation

Conceptually, I understand how a numerical method like Monte Carlo is used to solve a definite integral. Because integral of a function is the area bounded by the curve, the ratio of random points that land inside the curve to the total number of points is the value of the integral.

Conceptually, can someone explain for a non math person, how we can solve a PDE/ODE using Monte Carlo?

Topic monte-carlo numerical

Category Data Science


The trick is to convert ODE/PDE into an integral equation and then Monte Carlo comes to play. Here are some examples. http://jotterbach.github.io/2018/08/08/MonteCarloODE/

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.