Skip to content

Instantly share code, notes, and snippets.

@diegocasmo
Last active March 6, 2017 23:52
Show Gist options
  • Save diegocasmo/518b712fa6ed7c72690b17cd579f0159 to your computer and use it in GitHub Desktop.
Save diegocasmo/518b712fa6ed7c72690b17cd579f0159 to your computer and use it in GitHub Desktop.
Mathematical examples used for the blogpost: 'The Fast Fourier Transform Algorithm'
a0 + a2x^2 + a4x^4 + a(n-2)x^(n-2)
+ a1x + a3x^3 + a4x^4 + a(n-1)x^(n-1)
@diegocasmo
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment