+++ author = "Chris Rackauckas" source_url = "https://github.com/SciML/SciMLBook" mintoclevel = 2 maxtoclevel = 6 weave = false prepath = "" ignore = ["node_modules/"] generate_rss = true website_title = "SciML Book" website_descr = "This book is a compilation of lecture notes from the MIT Course 18.337J/6.338J: Parallel Computing and Scientific Machine Learning. Links to the old notes https://mitmath.github.io/18337 will redirect here." website_url = "https://book.sciml.ai/" +++
\newcommand{\note}[1]{
<div class="admonition-note">
<h3 class="admonition-title">Note</h3>
<div class="admonition-body">
#1
</div>
</div>
}