Skip to content

Commit 04181b0

Browse files
committed
Update index.html
1 parent 4fbd7d8 commit 04181b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threejs/attractors/lorenz-variation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
\left\{ \begin{eqnarray*}
4444
x'&=&\sigma (-x + y) + \sin\left(\frac{y}{5}\right) \sin\left(\frac{z}{5}\right) \\
4545
y'&=& -x z + \rho x - y + \sin\left(\frac{x}{5}\right) \sin\left(\frac{z}{5}\right) \\
46-
y'&=& x y - \beta z + \cos\left(\frac{y}{5}\right) \cos\left(\frac{x}{5}\right)
46+
z'&=& x y - \beta z + \cos\left(\frac{y}{5}\right) \cos\left(\frac{x}{5}\right)
4747
\end{eqnarray*}\right.
4848
\]
4949
</p>

0 commit comments

Comments
 (0)