Exercises
Exercises#
Create a new notebook rename it “exercises”. Navigate to it using your file browser to make sure you can find it.
Write and run some Python code to carry out the following calculations
\(3 + 8\)
\(3 / 7\)
\(456 / 21\)
\(\frac{4 ^ 3 + 2}{2\times 5} - 5 ^ {\frac{1}{2}}\)
Write a markdown cell with the following and view the rendered version:
# Euler's equation $$ e ^ {i\pi} = -1 $$
Render the following expressions by writing markdown
\(\frac{4 ^ 3 + 2}{2\times 5}\)
\(- 5 ^ {\frac{1}{2}}\)
\(\frac{df}{dx}\)
\(\int_{5}^{12}x^2dx\)
\(\begin{pmatrix}4 & 12 & 3\\2 & x & i\\\end{pmatrix}\)
Save your notebook to
HTML
and open and view it.Download the notebook available at
10.5281/zenodo.7118738
and check that you are able to open it.