Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: FourierTransform: <Increase spacing between vector entries> #105

Open
jhtullis opened this issue Nov 26, 2024 · 0 comments
Open
Labels
Suggestion Ideas to improve course content

Comments

@jhtullis
Copy link

Suggestion:

Currently, this is how the vector displays:
$$w_n^{(k)} = [\omega_n^0 \omega_n^{-k} \cdots \omega_n^{-(n-1)k}]$$

I feel like this is a little cramped and makes it look like a product and not a vector. It might be better to display it like this:
$$w_n^{(k)} = [\omega_n^0 \quad \omega_n^{-k} \quad \cdots \quad \omega_n^{-(n-1)k}]$$

Source Lines

Relevant segments in `/Volume2/FourierTransform/FourierTransform.md`:
- Approximate line: 215:
  - Section: The Discrete Fourier Transform:
    - TeX: $\w_n^{(k)} = \begin{bmatrix}\omega_n^0  \omega_n^{-k}  \cdots  \omega_n^{-(n-1)k}\end{bmatrix}\trp ,$ (`\w_n^{(k)} = \begin{bmatrix}\omega_n^0  \omega_n^{-k}  \cdots  \omega_n^{-(n-1)k}\end{bmatrix}\trp ,`)
@jhtullis jhtullis added the Suggestion Ideas to improve course content label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Suggestion Ideas to improve course content
Projects
None yet
Development

No branches or pull requests

1 participant