Skip to content
Snippets Groups Projects
Commit fcf1008e authored by T. van der Sar's avatar T. van der Sar
Browse files

trying to get the website to build

parent 0fac573d
Branches
No related tags found
No related merge requests found
Pipeline #135305 passed
......@@ -645,7 +645,9 @@ You may assume that the masses and spring constants are equivalent throughout th
In Python use the function [`numpy.diag`](https://docs.scipy.org/doc/numpy/reference/generated/numpy.diag.html).
2. Using numerical diagonalization ([`numpy.linalg.eigvalsh`](https://docs.scipy.org/doc/numpy/reference/generated/numpy.linalg.eigvalsh.html)), compute the eigenfrequencies of this atomic chain. Plot a histogram of these eigenfrequencies.
3. Make the mass of every even atom different from the mass of every odd atom. Compute the eigenfrequencies of this atomic chain and plot a histogram.
4. Now make the masses of even and odd atoms equivalent again. Furthermore, make the spring constants of every even spring different from the odd spring.
Compute the eigenfrequencies of this atomic chain and plot a histogram.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment