Skip to content

Commit

Permalink
Fix a typo in matrix_free.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 11, 2024
1 parent c264e66 commit 2a243ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/matrix_free.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ For a function $u(x)$ discretized on a periodic grid with $n$ points, the FFT of
\hat{u}_k = \sum_{j=0}^{n-1} u_j e^{-i k x_j},
```

where $\hat{u}_k$ represents the Fourier coefficients for the frequency $k$, and $u_j$ is the value of $u$ at the grid point $x_j$ defined as $x_j = \frec{2 \pi j}{L} with period $L$.
where $\hat{u}_k$ represents the Fourier coefficients for the frequency $k$, and $u_j$ is the value of $u$ at the grid point $x_j$ defined as $x_j = \frac{2 \pi j}{L} with period $L$.
The inverse FFT (IFFT) reconstructs $u$ from its Fourier coefficients:

```math
Expand Down

0 comments on commit 2a243ff

Please sign in to comment.