Visualization of Pi as an irrational number HD , maths, satisfying, adhd, spirograph
Here is the HD version of my Viral Pi post Function : z(t) eti + epiti t is timeStamp value, but in radians, i is imaginary number and e is euler s constant Music : Deer by Adrian Berenguer. Detailed explanation of Pi post by angzt from reddit : Python code for final steady drawing : import numpy as np import as plt , Create an array of theta values in degrees from 0 to 113360 degrees) thetadegrees 113360, 10000) , Convert degrees to radians thetaradians , Calculate z(theta) using the formula, 1j is imaginary number z 1j) + thetaradians 1j) , Separate the real and imaginary parts of z x y , Create a plot with specific settings 10)) , Set a square figure 10x10 inches y, color white, , Set line color to white and line width to 0. 5 , Set background color to black , Equal aspect ratio , Turn off the grids 2. 5), Xaxis limit 2. 5), Yaxis limit , Display the plot
|