Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import pylab
- import numpy
- x = numpy.linspace(-15,15,100)
- L=n #nshould be changed to a numeral value
- R=2
- y = numpy.sin(x*L)
- T=R/x
- Z=y*T
- pylab.plot(x,Z)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement