Skip to content

Commit

Permalink
Fix docs in docs/src/man/definitions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Sep 16, 2023
1 parent 1f294da commit 6e23aa8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/src/man/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,18 @@ Therefore, a lattice is represented as
\end{bmatrix}.
```

A reciprocal lattice is its inverse, represented as three row vectors:
A reciprocal lattice is its inverse, represented as three columns vectors, too:

```math
\mathbf{B} =
\mathbf{B}^\intercal =
\mathbf{A}^{-1} =
\begin{bmatrix}
\mathbf{b}_1 \\
\mathbf{b}_2 \\
\mathbf{b}_3
\end{bmatrix},
\begin{bmatrix} \mathbf{b}_1 & \mathbf{b}_2 & \mathbf{b}_3 \end{bmatrix}
```

so that

```math
\mathbf{A} \mathbf{B} = \mathbf{B} \mathbf{A} = \mathbf{I},
\mathbf{A} \mathbf{B}^\intercal = \mathbf{B}^\intercal \mathbf{A} = \mathbf{I},
```

where ``\mathbf{I}`` is the ``3 \times 3`` identity matrix.
Expand Down

0 comments on commit 6e23aa8

Please sign in to comment.