This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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. " | |
] |
NewerOlder