12.07.2015 Views

Simple Nature - Light and Matter

Simple Nature - Light and Matter

Simple Nature - Light and Matter

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

1 import math2 def u(k,x):3 return .5*k*x**245 def osc(m,k,a,n):6 x=a7 v=08 dx = -2.*a/n9 t=010 e = u(k,x)+.5*m*v**211 for i in range(n):12 x_old = x13 v_old = v14 x = x+dx15 kinetic = e-u(k,x)16 if kinetic>> print(osc(1.,1.,1.,100000))warning, K= -1.43707268307e-12 >> print(osc(1.,1.,2.,100000))warning, K= -5.7482907323e-12

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!