Skip to content
Snippets Groups Projects
Commit adc2deda authored by Lars kleyn Winkel's avatar Lars kleyn Winkel
Browse files

Update src/7_tight_binding_model_sol.md

parent b697c4a5
Branches
No related tags found
1 merge request!58Solutions lecture 7
Pipeline #27900 failed
......@@ -38,4 +38,5 @@ pyplot.xlabel('$k$'); pyplot.ylabel('$v(k)$')
pyplot.xticks([-pi/2, 0, pi/2], [r'$-\pi/2$', 0, r'$\pi/2$'])
pyplot.yticks([0, 1], [0, r'$2\sqrt{\frac{\kappa}{m}}$'])
pyplot.hlines([1], -pi/2, 0, linestyles='dashed')
draw_classic_axes(ax)
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment