All Videos Tagged Chaos (Grasshopper) - Grasshopper 2024-04-20T09:43:20Z https://www.grasshopper3d.com/video/video/listTagged?tag=Chaos&rss=yes&xn_auth=no C# - Edward Lorenz Strange Attractor - Chaos tag:www.grasshopper3d.com,2017-08-26:2985220:Video:1803795 2017-08-26T01:57:37.039Z Nicholas Rawitscher https://www.grasshopper3d.com/profile/NicolasRawitscher <a href="https://www.grasshopper3d.com/video/c-edward-lorenz-strange-attractor-chaos"><br /> <img alt="Thumbnail" height="99" src="https://storage.ning.com/topology/rest/1.0/file/get/2778199700?profile=original&amp;width=240&amp;height=99" width="240"></img><br /> </a> <br></br>I decided to code Edward Lorenz Strange Attractor while my reading of Chaos, Making a New Science, by James Gleick. The code uses the standard constant variables defined by Lorenz on his 3 differencial equations that describe his attractor in a chaotic behavior when rho &gt; 24.7. All the values of X =sigma(Y-X) *dt never repeat themselves through each moment in timeā€¦ <a href="https://www.grasshopper3d.com/video/c-edward-lorenz-strange-attractor-chaos"><br /> <img src="https://storage.ning.com/topology/rest/1.0/file/get/2778199700?profile=original&amp;width=240&amp;height=99" width="240" height="99" alt="Thumbnail" /><br /> </a><br />I decided to code Edward Lorenz Strange Attractor while my reading of Chaos, Making a New Science, by James Gleick. The code uses the standard constant variables defined by Lorenz on his 3 differencial equations that describe his attractor in a chaotic behavior when rho &gt; 24.7. All the values of X =sigma(Y-X) *dt never repeat themselves through each moment in time making their distribution totaly random, we can see this at the end of the video with the linear graph. The beautiful thing is that even though the values of X are randomly distribuited over time, the result is a beautiful ordered shape, this in essence is the principal of chaotic systems. Or as James Gleick would say " chaotic systems embed hidden ordering principles"<br /> <br /> X =sigma(Y-X)<br /> Y= -X*Z+rho*X-Y<br /> Z = X*Y-betta*Z<br /> <br /> X = dx/dt -------&gt; change of X over time<br /> Y = dy/dt -------&gt; change of Y over time<br /> Z= dz/dt -------&gt; change of z over time<br /> <br /> rho = 28<br /> betta = 3/8<br /> sigma = 10<br /> <br /> <a href="http://mathworld.wolfram.com/LorenzAttractor.html">http://mathworld.wolfram.com/LorenzAttractor.html</a>