ray transfer matrix analysis

{{Short description|Ray tracing technique}}

{{use dmy dates|date= August 2024}}

Ray transfer matrix analysis (also known as ABCD matrix analysis) is a mathematical form for performing ray tracing calculations in sufficiently simple problems which can be solved considering only paraxial rays. Each optical element (surface, interface, mirror, or beam travel) is described by a {{nowrap|2 × 2}} ray transfer matrix which operates on a vector describing an incoming light ray to calculate the outgoing ray. Multiplication of the successive matrices thus yields a concise ray transfer matrix describing the entire optical system. The same mathematics is also used in accelerator physics to track particles through the magnet installations of a particle accelerator, see electron optics.

This technique, as described below, is derived using the paraxial approximation, which requires that all ray directions (directions normal to the wavefronts) are at small angles {{mvar|θ}} relative to the optical axis of the system, such that the approximation {{math|1=sin θθ}} remains valid. A small {{mvar|θ}} further implies that the transverse extent of the ray bundles ({{mvar|x}} and {{mvar|y}}) is small compared to the length of the optical system (thus "paraxial"). Since a decent imaging system where this is {{em|not}} the case for all rays must still focus the paraxial rays correctly, this matrix method will properly describe the positions of focal planes and magnifications, however aberrations still need to be evaluated using full ray-tracing techniques.Extension of matrix methods to tracing (non-paraxial) meridional rays is described by {{harvp|Nussbaum|1992}}.

Matrix definition

File:RayTransferMatrixDefinitions.svg

The ray tracing technique is based on two reference planes, called the input and output planes, each perpendicular to the optical axis of the system. At any point along the optical train an optical axis is defined corresponding to a central ray; that central ray is propagated to define the optical axis further in the optical train which need not be in the same physical direction (such as when bent by a prism or mirror). The transverse directions {{mvar|x}} and {{mvar|y}} (below we only consider the {{mvar|x}} direction) are then defined to be orthogonal to the optical axes applying. A light ray enters a component crossing its input plane at a distance {{math|x{{sub|1}}}} from the optical axis, traveling in a direction that makes an angle {{math|θ{{sub|1}}}} with the optical axis. After propagation to the output plane that ray is found at a distance {{math|x{{sub|2}}}} from the optical axis and at an angle {{math|θ{{sub|2}}}} with respect to it. {{math|n{{sub|1}}}} and {{math|n{{sub|2}}}} are the indices of refraction of the media in the input and output plane, respectively.

The ABCD matrix representing a component or system relates the output ray to the input according to

\begin{bmatrix}x_2 \\ \theta_2\end{bmatrix} = \begin{bmatrix} A & B \\ C & D \end{bmatrix} \begin{bmatrix}x_1 \\ \theta_1\end{bmatrix},

where the values of the 4 matrix elements are thus given by

A = \left.\frac{x_2}{x_1} \right|_{\theta_1 = 0} \qquad B = \left.\frac{x_2}{\theta_1} \right|_{x_1 = 0},

and

C = \left.\frac{\theta_2}{ x_1 } \right|_{\theta_1 = 0} \qquad D = \left.\frac{\theta_2}{\theta_1 } \right|_{x_1 = 0}.

This relates the ray vectors at the input and output planes by the ray transfer matrix ({{dfn|RTM}}) {{math|M}}, which represents the optical component or system present between the two reference planes. A thermodynamics argument based on the blackbody radiation {{Citation needed|date=August 2023}} can be used to show that the determinant of a RTM is the ratio of the indices of refraction:

\det(\mathbf{M}) = AD - BC = \frac{n_1}{n_2}.

As a result, if the input and output planes are located within the same medium, or within two different media which happen to have identical indices of refraction, then the determinant of {{math|M}} is simply equal to 1.

A different convention for the ray vectors can be employed. Instead of using {{math|1= θ ≈ sin θ}}, the second element of the ray vector is {{math|1= n sin θ}},{{sfnp|Gerrard|Burch|1994|p=[https://archive.org/details/introductiontoma0000gerr_u8i1/page/27/mode/2up 27]|ps=, called the "optical direction-cosine".}} which is proportional not to the ray angle per se but to the transverse component of the wave vector.

This alters the ABCD matrices given in the table below where refraction at an interface is involved.

The use of transfer matrices in this manner parallels the {{val|2|×|2}} matrices describing electronic two-port networks, particularly various so-called ABCD matrices which can similarly be multiplied to solve for cascaded systems.

Some examples

= Free space example =

As one example, if there is free space between the two planes, the ray transfer matrix is given by: \mathbf{S} = \begin{bmatrix} 1 & d \\ 0 & 1 \end{bmatrix} , where {{mvar|d}} is the separation distance (measured along the optical axis) between the two reference planes. The ray transfer equation thus becomes: \begin{bmatrix} x_2 \\ \theta_2 \end{bmatrix} = \mathbf{S} \begin{bmatrix} x_1 \\ \theta_1\end{bmatrix} , and this relates the parameters of the two rays as: \begin{aligned}

x_2 &= x_1 + d\theta_1 \\

\theta_2 &= \hphantom{x_1 + d}\theta_1

\end{aligned}

= Thin lens example =

Another simple example is that of a thin lens. Its RTM is given by: \mathbf{L} = \begin{bmatrix} 1 & 0 \\ -\frac{1}{f} & 1 \end{bmatrix} , where {{mvar|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 {{mvar|d}} followed by a lens of focal length {{mvar|f}}: \mathbf{L}\mathbf{S} = \begin{bmatrix} 1 & 0 \\ -\frac{1}{f} & 1\end{bmatrix}

\begin{bmatrix} 1 & d \\ 0 & 1 \end{bmatrix}

= \begin{bmatrix} 1 & d \\ -\frac{1}{f} & 1-\frac{d}{f} \end{bmatrix} .

Note that, since the multiplication of matrices is non-commutative, this is not the same RTM as that for a lens followed by free space:

\mathbf{SL} =

\begin{bmatrix} 1 & d \\ 0 & 1 \end{bmatrix}

\begin{bmatrix} 1 & 0 \\ -\frac{1}{f} & 1 \end{bmatrix}

= \begin{bmatrix} 1-\frac{d}{f} & d \\ -\frac{1}{f} & 1 \end{bmatrix} .

Thus the matrices must be ordered appropriately, with the last matrix premultiplying the second last, and so on until the first matrix is premultiplied by the second. Other matrices can be constructed to represent interfaces with media of different refractive indices, reflection from mirrors, etc.

Eigenvalues

A ray transfer matrix can be regarded as a linear canonical transformation. According to the eigenvalues of the optical system, the system can be classified into several classes.{{sfnp|Bastiaans|Alieva|2007}} Assume the ABCD matrix representing a system relates the output ray to the input according to

\begin{bmatrix}x_2 \\ \theta_2\end{bmatrix} = \begin{bmatrix} A & B \\ C & D \end{bmatrix} \begin{bmatrix}x_1 \\ \theta_1\end{bmatrix}

=\mathbf{T}\mathbf{v} .

We compute the eigenvalues of the matrix \mathbf{T} that satisfy eigenequation

[\boldsymbol{T}-\lambda I] \mathbf{v} = \begin{bmatrix}

A-\lambda & B \\

C & D-\lambda

\end{bmatrix} \mathbf{v} = 0 ,

by calculating the determinant

\begin{vmatrix}

A-\lambda & B \\

C & D-\lambda

\end{vmatrix} = \lambda^2 - (A+D) \lambda + 1 = 0 .

Let m = \frac{(A+D)}{2}, and we have eigenvalues \lambda_{1}, \lambda_{2}=m \pm \sqrt{m^{2}-1}.

According to the values of \lambda_{1} and \lambda_{2}, there are several possible cases. For example:

  1. A pair of real eigenvalues: r and r^{-1}, where r\neq1. This case represents a magnifier \begin{bmatrix} r & 0 \\ 0 & r^{-1} \end{bmatrix}
  2. \lambda_{1}=\lambda_{2}=1 or \lambda_{1}=\lambda_{2}=-1. This case represents unity matrix (or with an additional coordinate reverter) \begin{bmatrix} 1 & 0 \\ 0 & 1\end{bmatrix} .
  3. \lambda_{1}, \lambda_{2}=\pm1. This case occurs if but not only if the system is either a unity operator, a section of free space, or a lens
  4. A pair of two unimodular, complex conjugated eigenvalues e^{i\theta} and e^{-i\theta}. This case is similar to a separable Fractional Fourier Transform.

Matrices for simple optical components

border="1" cellspacing="0" cellpadding="4"
style="background-color: #AAFFCC"

! Element

! Matrix

! Remarks

Propagation in free space or in a medium of constant refractive index

| align="center" |\begin{pmatrix} 1 & d\\ 0 & 1 \end{pmatrix}

| {{mvar|d}} = distance

Refraction at a flat interface

| align="center" | \begin{pmatrix} 1 & 0 \\ 0 & \frac{n_1}{n_2} \end{pmatrix}

| {{math|n1}} = initial refractive index

{{math|n2}} = final refractive index.

Refraction at a curved interface

| align="center" | \begin{pmatrix} 1 & 0 \\ \frac{n_1-n_2}{R \cdot n_2} & \frac{n_1}{n_2} \end{pmatrix}

| {{mvar|R}} = radius of curvature, {{math|R > 0}} for convex (center of curvature after interface)

{{math|n1}} = initial refractive index
{{math|n2}} = final refractive index.

Reflection from a flat mirror

| align="center" | \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} {{sfnp|Hecht|2002}}

| Valid for flat mirrors oriented at any angle to the incoming beam. Both the ray and the optic axis are reflected equally, so there is no net change in slope or position.

Reflection from a curved mirror

| align="center" | \begin{pmatrix} 1 & 0 \\ -\frac{2}{R_e} & 1 \end{pmatrix}

| R_e = R\cos\theta effective radius of curvature in tangential plane (horizontal direction)

R_e = R/\cos\theta effective radius of curvature in the sagittal plane (vertical direction)

{{mvar|R}} = radius of curvature, {{math|R > 0}} for concave, valid in the paraxial approximation

{{mvar|θ}} is the mirror angle of incidence in the horizontal plane.

Thin lens

| align="center" | \begin{pmatrix} 1 & 0 \\ -\frac{1}{f} & 1 \end{pmatrix}

| {{mvar|f}} = focal length of lens where {{math|f > 0}} for convex/positive (converging) lens.

Only valid if the focal length is much greater than the thickness of the lens.

Thick lens

| align="center" | \begin{pmatrix} 1 & 0 \\ \frac{n_2-n_1}{R_2n_1} & \frac{n_2}{n_1} \end{pmatrix} \begin{pmatrix} 1 & t \\ 0 & 1 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ \frac{n_1-n_2}{R_1n_2} & \frac{n_1}{n_2} \end{pmatrix}

| {{math|n1}} = refractive index outside of the lens.

{{math|n2}} = refractive index of the lens itself (inside the lens).

{{math|R1}} = Radius of curvature of First surface.

{{math|R2}} = Radius of curvature of Second surface.

{{mvar|t}} = center thickness of lens.

Single prism

| align="center" | \begin{pmatrix} k & \frac{d}{nk} \\ 0 & \frac{1}{k} \end{pmatrix}

| k = (\cos\psi / \cos\phi) is the beam expansion factor, where {{mvar|ϕ}} is the angle of incidence, {{mvar|ψ}} is the angle of refraction, {{mvar|d}} = prism path length, {{mvar|n}} = refractive index of the prism material. This matrix applies for orthogonal beam exit.{{harvp|Duarte|2003|loc= Chapter 6}}

Multiple prism beam expander using {{mvar|r}} prisms

| align="center" | \begin{pmatrix} M & B \\ 0 & \frac{1}{M} \end{pmatrix}

| {{mvar|M}} is the total beam magnification given by {{math|1= M = k{{sub|1}}k{{sub|2}}k{{sub|3}}···k{{sub|r}}}}, where {{mvar|k}} is defined in the previous entry and {{mvar|B}} is the total optical propagation distance{{clarify|date=July 2019}} of the multiple prism expander.

Relation between geometrical ray optics and wave optics

The theory of Linear canonical transformation implies the relation between ray transfer matrix (geometrical optics) and wave optics.{{sfnp|Nazarathy|Shamir|1982}}

class="wikitable plainrowheaders"
scope="col" style="max-width: 10em;" | Element

! scope="col" style="max-width: 8em;" | Matrix in geometrical optics

! scope="col" | Operator in wave optics

! scope="col" | Remarks

scope="row" | Scaling

| style="text-align: center;" | \begin{pmatrix} b^{-1} & 0\\ 0 & b\end{pmatrix}

|\mathcal{V}[b] u(x)=u(b x)

|

scope="row" | Quadratic phase factor

| style="text-align: center;" | \begin{pmatrix} 1 & 0\\ c & 1 \end{pmatrix}

|Q[c]=\exp i \frac{k_{0}}{2} c x^{2}

|k_0: wave number

scope="row" | Fresnel free-space-propagation operator

| style="text-align: center;" | \begin{pmatrix} 1 & d\\ 0 & 1 \end{pmatrix}

|\mathcal{R}[d]\left\{U\left(x_{1}\right)\right\}=\frac{1}{\sqrt{i \lambda d}} \int_{-\infty}^{\infty} U\left(x_{1}\right) e^{i \frac{k}{2 d}\left(x_{2}-x_{1}\right)^{2}} d x_1

|x_1 : coordinate of the source

x_2 : coordinate of the goal

scope="row" | Normalized Fourier-transform operator

| style="text-align: center;" | \begin{pmatrix} 0 & 1\\ -1 & 0 \end{pmatrix}

|\mathcal{F}=\left(i \lambda_{0}\right)^{-1 / 2} \int_{-\infty}^{\infty} d x\left[\exp \left(i k_{0} p x\right)\right] \ldots

|

Common decomposition

There exist infinite ways to decompose a ray transfer matrix \mathbf{T} = \begin{bmatrix} A & B \\ C & D \end{bmatrix} into a concatenation of multiple transfer matrices. For example in the special case when n_1 = n_2:

  1. \begin{bmatrix} A & B \\ C & D \end{bmatrix}

=

\left[\begin{array}{ll}

1 & 0 \\

D / B & 1

\end{array}\right]\left[\begin{array}{rr}

B & 0 \\

0 & 1 / B

\end{array}\right]\left[\begin{array}{ll}

0 & 1 \\

-1 & 0

\end{array}\right]\left[\begin{array}{ll}

1 & 0 \\

A / B & 1

\end{array}\right] .

  1. \begin{bmatrix} A & B \\ C & D \end{bmatrix}

=

\left[\begin{array}{ll}

1 & 0 \\

C / A & 1

\end{array}\right]\left[\begin{array}{rr}

A & 0 \\

0 & A^{-1}

\end{array}\right]\left[\begin{array}{ll}

1 & B / A \\

0 & 1

\end{array}\right]

  1. \begin{bmatrix} A & B \\ C & D \end{bmatrix}

=

\left[\begin{array}{ll}

1 & A / C \\

0 & 1

\end{array}\right]\left[\begin{array}{lr}

-C^{-1} & 0 \\

0 & -C

\end{array}\right]\left[\begin{array}{ll}

0 & 1 \\

-1 & 0

\end{array}\right]\left[\begin{array}{ll}

1 & D / C \\

0 & 1

\end{array}\right]

  1. \begin{bmatrix} A & B \\ C & D \end{bmatrix}

=

\left[\begin{array}{ll}

1 & B / D \\

0 & 1

\end{array}\right]\left[\begin{array}{ll}

D^{-1} & 0 \\

0 & D

\end{array}\right]\left[\begin{array}{ll}

1 & 0 \\

C / D & 1

\end{array}\right]

Resonator stability

RTM analysis is particularly useful when modeling the behavior of light in optical resonators, such as those used in lasers. At its simplest, an optical resonator consists of two identical facing mirrors of 100% reflectivity and radius of curvature {{mvar|R}}, separated by some distance {{mvar|d}}. For the purposes of ray tracing, this is equivalent to a series of identical thin lenses of focal length {{math|1= f = R/2}}, each separated from the next by length {{mvar|d}}. This construction is known as a lens equivalent duct or lens equivalent waveguide. The {{abbr|RTM}} of each section of the waveguide is, as above,

\mathbf{M} =\mathbf{L}\mathbf{S} = \begin{pmatrix} 1 & d \\ \frac{-1}{f} & 1-\frac{d}{f} \end{pmatrix} .

{{abbr|RTM}} analysis can now be used to determine the stability of the waveguide (and equivalently, the resonator). That is, it can be determined under what conditions light traveling down the waveguide will be periodically refocused and stay within the waveguide. To do so, we can find all the "eigenrays" of the system: the input ray vector at each of the mentioned sections of the waveguide times a real or complex factor {{mvar|λ}} is equal to the output one. This gives:

\mathbf{M} \begin{bmatrix}x_1 \\ \theta_1\end{bmatrix} = \begin{bmatrix}x_2 \\ \theta_2\end{bmatrix} = \lambda \begin{bmatrix} x_1 \\ \theta_1 \end{bmatrix} .

which is an eigenvalue equation:

\left[ \mathbf{M} - \lambda\mathbf{I} \right] \begin{bmatrix}x_1 \\ \theta_1\end{bmatrix} = 0 ,

where \mathbf{I} = \left[\begin{smallmatrix} 1&0 \\ 0&1 \end{smallmatrix}\right] is the {{val|2|×|2}} identity matrix.

We proceed to calculate the eigenvalues of the transfer matrix:

\det \left[ \mathbf{M} - \lambda\mathbf{I} \right] = 0 ,

leading to the characteristic equation

\lambda^2 - \operatorname{tr}(\mathbf{M}) \lambda + \det( \mathbf{M}) = 0 ,

where

\operatorname{tr} ( \mathbf{M} ) = A + D = 2 - \frac{d}{f}

is the trace of the {{abbr|RTM}}, and

\det(\mathbf{M}) = AD - BC = 1

is the determinant of the {{abbr|RTM}}. After one common substitution we have:

\lambda^2 - 2g \lambda + 1 = 0 ,

where

g \overset{\mathrm{def}}{{}={}} \frac{ \operatorname{tr}(\mathbf{M}) }{ 2 } = 1 - \frac{ d }{ 2 f }

is the stability parameter. The eigenvalues are the solutions of the characteristic equation. From the quadratic formula we find

\lambda_{\pm} = g \pm \sqrt{g^2 - 1} .

Now, consider a ray after {{mvar|N}} passes through the system:

\begin{bmatrix}x_N \\ \theta_N \end{bmatrix} = \lambda^N \begin{bmatrix}x_1 \\ \theta_1\end{bmatrix}.

If the waveguide is stable, no ray should stray arbitrarily far from the main axis, that is, {{mvar|λ{{sup|N}}}} must not grow without limit. Suppose {{nowrap| g^2 > 1.}} Then both eigenvalues are real. Since {{nowrap| \lambda_+ \lambda_- = 1,}} one of them has to be bigger than 1 (in absolute value), which implies that the ray which corresponds to this eigenvector would not converge. Therefore, in a stable waveguide, {{nowrap| g^2 \leq 1,}} and the eigenvalues can be represented by complex numbers:

\lambda_{\pm} = g \pm i \sqrt{1 - g^2} = \cos(\phi) \pm i \sin(\phi) = e^{\pm i \phi} ,

with the substitution {{math|1=g = cos(ϕ)}}.

For g^2 < 1 let r_+ and r_- be the eigenvectors with respect to the eigenvalues \lambda_+ and \lambda_- respectively, which span all the vector space because they are orthogonal, the latter due to {{nowrap|\lambda_+ \neq \lambda_-.}} The input vector can therefore be written as

c_+ r_+ + c_- r_- ,

for some constants c_+ and {{nowrap| c_- .}}

After {{mvar|N}} waveguide sectors, the output reads

\mathbf{M}^N (c_+ r_+ + c_- r_-) = \lambda_+^N c_+ r_+ + \lambda_-^N c_- r_- = e^{i N \phi} c_+ r_+ + e^{- i N \phi} c_- r_- ,

which represents a periodic function.

Gaussian beams

The same matrices can also be used to calculate the evolution of Gaussian beams{{sfnp|Rashidian Vaziri|Hajiesmaeilbaigi|Maleki|2013}} propagating through optical components described by the same transmission matrices. If we have a Gaussian beam of wavelength {{nowrap|\lambda_0,}} radius of curvature {{mvar|R}} (positive for diverging, negative for converging), beam spot size {{mvar|w}} and refractive index {{mvar|n}}, it is possible to define a complex beam parameter {{mvar|q}} by:

\frac{1}{q} = \frac{1}{R} - \frac{i\lambda_0}{\pi n w^2} .

({{mvar|R}}, {{mvar|w}}, and {{mvar|q}} are functions of position.) If the beam axis is in the {{mvar|z}} direction, with waist at {{math|z{{sub|0}}}} and Rayleigh range {{mvar|z{{sub|R}}}}, this can be equivalently written as{{cite web|url=http://www.colorado.edu/physics/phys4510/phys4510_fa05/ |author=C. Tim Lei |title=Physics 4510 Optics webpage}} especially [http://www.colorado.edu/physics/phys4510/phys4510_fa05/Chapter5.pdf Chapter 5]{{Self-published source|date=August 2024|expert=y|reason=University course notes, no longer available, not published}}

q = (z - z_0) + i z_R .

This beam can be propagated through an optical system with a given ray transfer matrix by using the equation{{explain|date=July 2019}}:

\begin{bmatrix} q_2 \\ 1 \end{bmatrix} = k \begin{bmatrix} A & B \\ C & D \end{bmatrix} \begin{bmatrix}q_1 \\ 1 \end{bmatrix} ,

where {{mvar|k}} is a normalization constant chosen to keep the second component of the ray vector equal to {{math|1}}. Using matrix multiplication, this equation expands as

\begin{aligned} q_2 &= k (A q_1 + B) \\

1 &= k (C q_1 + D)\,.\end{aligned}

Dividing the first equation by the second eliminates the normalization constant:

q_2 =\frac{Aq_1+B}{Cq_1+D} ,

It is often convenient to express this last equation in reciprocal form:

\frac{ 1 }{ q_2 } = \frac{ C + D/q_1 }{ A + B/q_1 } .

= Example: Free space =

Consider a beam traveling a distance {{mvar|d}} through free space, the ray transfer matrix is

\begin{bmatrix} A & B \\ C & D \end{bmatrix} = \begin{bmatrix} 1 & d \\ 0 & 1 \end{bmatrix} .

and so

q_2 = \frac{A q_1+B}{C q_1+D} = \frac{q_1+d}{1} = q_1+d

consistent with the expression above for ordinary Gaussian beam propagation, i.e. {{nowrap| q = (z-z_0) + i z_R.}} As the beam propagates, both the radius and waist change.

= Example: Thin lens =

Consider a beam traveling through a thin lens with focal length {{mvar|f}}. The ray transfer matrix is

\begin{bmatrix}A&B\\C&D\end{bmatrix}=\begin{bmatrix}1&0\\-1/f&1\end{bmatrix}.

and so

q_2 =\frac{Aq_1+B}{Cq_1+D} = \frac{q_1}{-\frac{q_1}{f}+1}

\frac{1}{q_2} = \frac{-\frac{q_1}{f} + 1}{q_1} = \frac{1}{q_1} - \frac{1}{f} .

Only the real part of {{math|1/q}} is affected: the wavefront curvature {{math|1/R}} is reduced by the power of the lens {{math|1/f}}, while the lateral beam size {{mvar|w}} remains unchanged upon exiting the thin lens.

Higher rank matrices

Methods using transfer matrices of higher dimensionality, that is {{val|3|×|3}}, {{val|4|×|4}}, and {{val|6|×|6}}, are also used in optical analysis.{{sfnmp|Brouwer|1964|Siegman|1986|Wollnik|1987}} In particular, {{val|4|×|4}} propagation matrices are used in the design and analysis of prism sequences for pulse compression in femtosecond lasers.

See also

Footnotes

{{reflist}}

References

{{refbegin|30em|indent=yes}}

  • {{cite journal |last1= Bastiaans |first1= Martin J. |last2= Alieva |first2= Tatiana |date= 2007-03-14 |title= Classification of lossless first-order optical systems and the linear canonical transformation |journal= Journal of the Optical Society of America A |volume= 24 |issue= 4 |pages= 1053–1062 |doi= 10.1364/josaa.24.001053 |pmid= 17361291 |bibcode= 2007JOSAA..24.1053B |url= https://eprints.ucm.es/id/eprint/27620/1/AlievaT31libre.pdf }}
  • {{cite book |last= Brouwer |first= W. |date= 1964 |title= Matrix Methods in Optical Instrument Design |publisher= Benjamin |location= New York |bibcode= 1964mmoi.book.....B }}
  • {{cite book |last= Duarte |first= F. J. |date= 2003 |title= Tunable Laser Optics |publisher= Elsevier-Academic |location= New York |author-link= F. J. Duarte }}
  • {{cite book |last1= Gerrard |first1= A. |last2= Burch |first2= J. M. |date= 1994 |title= Introduction to Matrix Methods in Optics |edition= Dover |orig-year= 1975 |publisher= Dover Publications |url= https://archive.org/details/introductiontoma0000gerr_u8i1/ |url-access= registration |isbn= 0-486-68044-4 }}
  • {{cite book |last= Hecht |first= Eugene |date= 2002 |title= Optics |edition= 4th |publisher= Addison Wesley }}
  • {{cite journal |last1= Nazarathy |first1= Moshe |last2= Shamir |first2= Joseph |date= 1982-03-01 |title= First-order optics—a canonical operator representation: lossless systems |journal= Journal of the Optical Society of America |volume= 72 |issue= 3 |pages= 356 |doi= 10.1364/josa.72.000356 }}
  • {{cite conference |last= Nussbaum |first= Allen |date= 1 March 1992 |title= Modernizing the Teaching of Advanced Geometric Optics |publisher= SPIE |conference= Education in Optics, 1991 |book-title= Proc. SPIE 1603 |location= Leningrad, Russian Federation |pages= 389–400 |url= http://spie.org/ETOP/1991/389_1.pdf }}
  • {{cite journal |last1= Rashidian Vaziri |first1= M. R. |last2= Hajiesmaeilbaigi |first2= F. |last3= Maleki |date= 2013 |title= New ducting model for analyzing the Gaussian beam propagation in nonlinear Kerr media and its application to spatial self-phase modulations |journal= Journal of Optics |volume= 15 |issue= 3 |pages= 035202 |doi= 10.1088/2040-8978/15/3/035202 |bibcode= 2013JOpt...15c5202R |url= https://iopscience.iop.org/article/10.1088/2040-8978/15/3/035202/pdf |url-access= subscription }}
  • {{cite book |last= Siegman |first= Anthony E. |date= 1986 |title= Lasers |publisher= University Science Books |location= Mill Valley, California |author-link= Anthony E. Siegman }}
  • {{cite book |last= Wollnik |first= H. |date= 1987 |title= Optics of Charged Particles |publisher= Academic |location= New York }}

{{refend}}

Further reading

  • {{cite book |last1= Saleh |first1= Bahaa E. A. |last2= Teich |first2= Malvin Carl |date= 1991 |title= Fundamentals of Photonics |chapter= 1.4: Matrix Operations |publisher= John Wiley & Sons |location= New York |ref= none }}