# Test Presentation A test slide deck for slides.gusgw.net --- ## Slide 2 This is the second slide. - Bullet one - Bullet two - Bullet three --- ## Code Example ```python import numpy as np x = np.linspace(0, 2 * np.pi, 100) y = np.sin(x) ``` --- ## Math Example The Schrödinger equation: $$i\hbar\frac{\partial}{\partial t}\Psi = \hat{H}\Psi$$ --- ## Multiplex Test If you're seeing this slide change in sync with the presenter, the multiplex feature is working. --- ## End Thank you.