FourierMatrix
FourierMatrix[n] returns an n×n Fourier matrix.
Examples
Create a 4×4 Fourier matrix:
FourierMatrix[4]Display the matrix:
FourierMatrix[4] // MatrixFormVerify orthogonality:
FourierMatrix[4] . ConjugateTranspose[FourierMatrix[4]] // ChopPlease visit the official Wolfram Language Reference for more details.