Fix some small issues

This commit is contained in:
Eamonn Travers 2024-11-17 14:46:07 +01:00
parent 1ceb7ced9c
commit 21e29590b4
No known key found for this signature in database
GPG Key ID: 9E033E96317E7FFF
2 changed files with 15 additions and 15 deletions

View File

@ -9,7 +9,7 @@
First the resolution limit has to be measured: First the resolution limit has to be measured:
\begin{align*} \begin{align*}
B_{1} & = 0,3 \cdot 10⁻³ m \\ B_{1} & = 0,3 \cdot 10^-3 m \\
B_{2} & = 0,6 \cdot 10^-3 m \\ B_{2} & = 0,6 \cdot 10^-3 m \\
B &= (0,45 \pm 0,15) \cdot 10^-3 m B &= (0,45 \pm 0,15) \cdot 10^-3 m
\end{align*} \end{align*}

View File

@ -92,7 +92,7 @@ Based on the equation $\ref{3}$ the calculation of the magnification of the ocul
\label{3.1} \label{3.1}
\begin{align*} \begin{align*}
\gamma_{ok} &= frac{a_{0}}{g} \\ \gamma_{ok} &= \frac{a_{0}}{g} \\
&= \frac{a_0}{f_{ok}} \tag{3.1} &= \frac{a_0}{f_{ok}} \tag{3.1}
\end{align*} \end{align*}
@ -100,8 +100,8 @@ For $\gamma_{ok}$ at the distance of $a_{0}$ ($\gamma_{ok}(a_{0})$) the equation
\label{6} \label{6}
\begin{align*} \begin{align*}
frac{1}{f} &= frac{1}{g} + frac{1}{b} \tag{6} \\ \frac{1}{f} &= \frac{1}{g} + \frac{1}{b} \tag{6} \\
frac{1}{g} &= frac{1}{f} + frac{1}{a_{0}} \frac{1}{g} &= \frac{1}{f} + \frac{1}{a_{0}}
\end{align*} \end{align*}
The final formula for $\gamma_{ok}$ is then as follows: The final formula for $\gamma_{ok}$ is then as follows:
@ -135,7 +135,7 @@ The minimum distance $d_{min}$ is then calculated thus, A being the numerical ap
\label{8} \label{8}
\begin{align*} \begin{align*}
d_{min} &= frac{\lambda}{A} + frac{1}{b} \tag{8} \\ d_{min} &= \frac{\lambda}{A} + \frac{1}{b} \tag{8} \\
A &= n \cdot sin(\epsilon) \tag{8.1} A &= n \cdot sin(\epsilon) \tag{8.1}
\end{align*} \end{align*}