Skip to content
Snippets Groups Projects
Commit 23d9a5f4 authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo:
Browse files

fix lect 9 sol

parent 9b881ba0
Branches
No related tags found
No related merge requests found
Pipeline #30623 passed
......@@ -8,7 +8,7 @@ from math import pi
## Exercise 1: Diatomic crystal¶
### Subquestion 1
```
```python
y = np.repeat(np.arange(0,8,2),4)
x = np.tile(np.arange(0,8,2),4)
plt.figure(figsize=(5,5))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment