how to do squared in jupyter notebook code example
Example 1: summation in jupyter markdown
$e^{i\pi} + 1 = 0$
Example 2: how to solve trig equations with jupyter notebook
import numpy as np
for func in dir(np):
print(func)
$e^{i\pi} + 1 = 0$
import numpy as np
for func in dir(np):
print(func)