News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Thomas cyclically symmetric oscilator

Started by HSE, October 26, 2019, 09:24:18 AM

Previous topic - Next topic

HSE

A different chaotic system, very interesting and very simple:
dx/dt = -b * x + sin(y)
dy/dt = -b * y + sin(z)
dz/dt = -b * z + sin(x)


It's a little slow. Like before red: slower velocities, blue: faster velocities and green: intermediate.
Equations in Assembly: SmplMath

avcaballero


daydreamer

Quote from: HSE on October 26, 2019, 09:24:18 AM
A different chaotic system, very interesting and very simple:
dx/dt = -b * x + sin(y)
dy/dt = -b * y + sin(z)
dz/dt = -b * z + sin(x)


It's a little slow. Like before red: slower velocities, blue: faster velocities and green: intermediate.
very nice and cool,don't mind its speed,you can enjoy it more in slow :thumbsup:
my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

HSE

Quote from: caballero on October 26, 2019, 06:36:14 PM
The brilliant point is a good effect

:biggrin:  It can be improved, I think.


Quote from: daydreamer on October 27, 2019, 03:50:27 AM
you can enjoy it more in slow :thumbsup:

That is the idea  :thumbsup:
Equations in Assembly: SmplMath

Siekmanski

Creative coders use backward thinking techniques as a strategy.