Deck 1, Slide 1
Deck 1, Slide 2

							import React, { useState } from 'react';
							function Example() {
							  const [count, setCount] = useState(0);
							}
						
Deck 2, Slide 1
Deck 2, Slide 2

The Lorenz Equations

\[\begin{aligned} \dot{x} & = \sigma(y-x) \\ \dot{y} & = \rho x - y - xz \\ \dot{z} & = -\beta z + xy \end{aligned} \]