++++ This post is mirrored from here
Fourier Series is a mathematical technique that is used to approximate the shape of a curve by decomposing signal into frequency components.
Complex Fourier Series
Attempt #1 : Havent done much except trying to pick out a backend to work this thing on … thought of using Cinema4D but due to lack of its precision on floating point integers coudn’t get it to work with my initial values
And here's me messing with Cinema4D with rotating circles.

Attempt #2 : Well i decided to come back to blender-python. and found an amazing tutorial on youtube ( It was in p5.js ), I didnt realise i could loop the entire thing instead of pre-stacking parametric equations in addition really impressive i must say :).
Here's the demo at end of Attempt 2 :D

Download the .blend file
FourierDrawing_A_2.blendSo now all i need to do is find fourier coefficients which i already have a script for in python ^^ above :> and merge them into this one. Cheerios #Day2
Attempt #2 cont : I got the result but coudn't draw anything useful except basic signals due to memory limitation but its cool to see them drawing, This challenge was really cool ... i learnt a lot :D



thanks to @vijay_shankar for hosting this.