Files
aizawa-attractor/dist/aizawa.html
T
2025-11-25 22:02:29 +03:00

44 lines
1.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="img/icon.ico" rel="shortcut icon" type="image/x-icon">
<link rel="manifest" href="/manifest.json">
<meta http-equiv="X-XSS-Protection" content="1; mode=block">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="INDEX, FOLLOW">
<meta name="publisher" content="https://furk4ngg.me">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Furkan Karlıoğlu">
<meta name="author" content="Furkan KARLIOĞLU">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://furk4ngg.me/aizawa">
<link href='img/icon.ico' rel='apple-touch-icon'/>
<title>Aizawa Attractor</title>
<script type="module" crossorigin src="/assets/index-ah1TlEzr.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B2J4MKpi.css">
</head>
<body>
<div id="app"></div>
<div id="info-panel">
<h1>Aizawa Attractor ⌞ ⌝</h1>
<p>
The Aizawa attractor is a system of differential equations that generates a beautiful, chaotic trajectory.
</p>
<p>
<strong>Math:</strong><br>
dx/dt = (z - b)x - dy<br>
dy/dt = dx + (z - b)y<br>
dz/dt = c + az - z³/3 - x² + fzx³
</p>
<p>
Explore the chaos by rotating, zooming, or changing parameters.
</p>
</div>
</body>
</html>