Skip to content

Instantly share code, notes, and snippets.

@caryan
caryan / gist:5f99cf7b59d5c538f01d
Last active August 29, 2015 14:14
Stochastic Differential Equations by Code Snippet
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Introduction\n",
"\n",
"I had to figure out stochastic differntial equations to simulate thermal fluctuation in the switching of MRAM elements at low temperature. Here are some simple notes and examples for reference when I need to figure out what I've done. "
]