Skip to content
Snippets Groups Projects
Commit 66c93c7f authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

typo fix

parent d28cdd8d
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ $$n_e - n_h + n_D - n_A = N_D - N_A$$
We already know $n_e$ and $n_h$.
$$n_D = N_D \frac{1}{e^{(E_D-E_F)/kT} + 1}, n_A = N_A \frac{1}{e^{-(E_A+E_F)/kT} + 1}$$
$$n_D = N_D \frac{1}{e^{(E_D-E_F)/kT} + 1}, n_A = N_A \frac{1}{e^{(E_F-E_A)/kT} + 1}$$
Simplification:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment