Skip to content
Snippets Groups Projects

Solutions lecture 7

Merged Lars kleyn Winkel requested to merge solutions-lecture-7 into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -103,7 +103,7 @@ pyplot.tight_layout();
### Subquestion 4
Plots for 2t'=t, 4t'=t and 10t'=t.
Plots for 2t'=t, 4t'=t and 10t'=t:
```python
k1 = np.linspace(-pi, -pi/2-0.01, 300);
Loading