Advertisement
UF6

Delta Function for QM

UF6
Oct 10th, 2019
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. import pylab
  2. import numpy
  3. x = numpy.linspace(-15,15,100)
  4. L=n #nshould be changed to a numeral value
  5. R=2
  6. y = numpy.sin(x*L)
  7. T=R/x
  8. Z=y*T
  9. pylab.plot(x,Z)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement