Yesterday, I was so boring and just finished the work assigned from professor. Surfed the internet and found out this beautiful equations on Wikipedia; then I used Matlab to write the codes........It is beautiful, isn't it? Amazing sine, cosine and exponential !
This is Butterfly Curve, made by 2 parameter equations:x = sin (t)(ecos (t)-2cos (4t)-sin5 (t/12))
y = cos (t)(ecos (t)-2cos (4t)-sin5 (t/12))
or by polar equation:
r = esinθ-2cos (4θ)+sinθ5 (2θ- π/24)
The right side is "Heart Curve", just add some scalars on equations then you can get this beautiful picture.
Ps: Parameter "t", I used t= 20π generated 20000 points.

