From ef9cb37d3463b1ee4ab0595686e59b06082f262f Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 25 Nov 2025 22:02:29 +0300 Subject: [PATCH] Add files via upload --- dist/aizawa.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 dist/aizawa.html diff --git a/dist/aizawa.html b/dist/aizawa.html new file mode 100644 index 0000000..d61256c --- /dev/null +++ b/dist/aizawa.html @@ -0,0 +1,43 @@ + + +
+ + + + + + + + + + + + + + + + + ++ The Aizawa attractor is a system of differential equations that generates a beautiful, chaotic trajectory. +
+
+ Math:
+ dx/dt = (z - b)x - dy
+ dy/dt = dx + (z - b)y
+ dz/dt = c + az - z³/3 - x² + fzx³
+
+ Explore the chaos by rotating, zooming, or changing parameters. +
+