Chua's circuit simulator
This Chua's circuit simulation is calculated using Javascript and projected in HTML5.
X=0.00
Y=0.00
Z=0.00
T=0.00
Initial: X: Y: Z:
Default X: 0.7    Y: 0      Z: 0
C1 Default: 15.6
C2 Default: 1
C3 Default: 28
M0: Default: -1.143
M1: Default: -0.714
Chua circuit equations:
        dx/dt = c1*(y-x-f(x)) 
        dy/dt = c2*(x-y+z)
        dz/dt = -c3*y
        f(x) = m1*x+(m0-m1)/2*(|x+1|-|x-1|)	
	    
This simulation requires HTML5 to function.
Your browser does not appear to support this.
Please upgrade to Firefox or a similar browser
We also have code and a 3D animation from a Matlab simulation of Chua's circuit
Chua's circuit synch simulator
This Chua's circuit synch simulation is calculated using Javascript and projected in peanut butter and jelly.
X2=0.00
Y2=0.00
Z2=0.00
T2=0.00
Initial2: X2: Y2: Z2:
Default X2: 0.7    Y2: 0      Z2: 0
C1_2:  Default: 15.6
C2_2:  Default: 1
C3_2:  Default: 28
M0_2: Default: -1.143
M1_2: Default: -0.714
Chua circuit equations for 2:
        dx/dt = c1_2*(y-x-f(x)) 
        dy/dt = c2_2*(x-y+z)
        dz/dt = -c3_2*y
        f(x) = m1_2*x+(m0_2-m1_2)/2*(|x+1|-|x-1|)	
	    
This simulation doesn't work.
Please upgrade to Firefox or a similar browser