How does the squaring identity (w_n)² = w_(n/2) let the Fourier matrix split into two copies of half its size—and why does that drop O(n²) to O(n log n)?
Loading…
One-step factorization of into blocks
Write , identify as the even-odd permutation and as , and record .
Recursion and the count
Count multiplications for one step, then recurse through levels costing multiplications each to reach in place of .
The comparison
Compare against and record the resulting speedup factor of roughly .