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

Update 3_drude_model_solutions.md - fix in 4.3

parent 36340404
Branches
No related tags found
No related merge requests found
Pipeline #52085 passed
......@@ -129,11 +129,11 @@ Refer to the lecture notes
3.
$$
\sigma_{xx} \approx \frac{\rho_{yy}}{1 + \rho_{xy}^2}
\sigma_{xx} = \frac{\rho_{xx}}{\rho_{xx}^2 + \rho_{xy}^2}
$$
$$
\sigma_{xy} \approx \frac{-\rho_{xy}}{1 + \rho_{xy}^2}
\sigma_{xy} = \frac{-\rho_{yx}}{\rho_{xx}^2 + \rho_{xy}^2}
$$
This describes [Lorentzian](https://en.wikipedia.org/wiki/Spectral_line_shape#Lorentzian).
This describes a [Lorentzian](https://en.wikipedia.org/wiki/Spectral_line_shape#Lorentzian).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment