Skip to content
Snippets Groups Projects
Commit fc2aac4b authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add images to gitignore and fix latex formula

Two minor changes:
 - Add eps and png images to the gitignore file
 - Fix a typo in the plotting function f(x)
parent bcce2e74
No related branches found
No related tags found
No related merge requests found
Pipeline #
*.py
*.swp
*.swo
*.png
*.eps
......@@ -128,7 +128,7 @@ the cropped parabola f(x), which is limited y=4 for x>=2.
f(x) = \left\{\begin{array}{lr}
x^2, & \text{for } x < 2\\
4, & \text{for } 2 \leq x
\end{array}\right\.
\end{array}\right.
```
The final plot should look like this.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment