Content deleted Content added
m →Matrix definition: {{math}}/{{mvar}} for inline maths/variables; use {{math}} instead of <math> in captions (MOS:MATH) |
→Some examples: {{math}}/{{mvar}} for inline maths |
||
Line 35:
== Some examples ==
=== Free space example ===
x_2 & = & x_1 + d\theta_1 \\
\theta_2 & = & \theta_1
\end{matrix} </math>
* Another simple example is that of a [[thin lens]]. Its RTM is given by: <math display="block"> \mathbf{L} = \begin{bmatrix} 1 & 0 \\ -\frac{1}{f} & 1 \end{bmatrix} , </math> where ''f'' is the [[focal length]] of the lens. To describe combinations of optical components, ray transfer matrices may be multiplied together to obtain an overall RTM for the compound optical system. For the example of free space of length ''d'' followed by a lens of focal length ''f'': <math display="block">\mathbf{L}\mathbf{S} = \begin{bmatrix} 1 & 0 \\ -\frac{1}{f} & 1\end{bmatrix}▼
=== Thin lens example ===
▲
\begin{bmatrix} 1 & d \\ 0 & 1 \end{bmatrix}
= \begin{bmatrix} 1 & d \\ -\frac{1}{f} & 1-\frac{d}{f} \end{bmatrix} . </math>
|