[Numpy-discussion] Array of size 'n' with common difference < 1

dileep kunjaai dileepkunjaai at gmail.com
Fri Apr 29 03:26:04 EDT 2011


Dear sir,
 I am trying to make an array of varies from  -60 to 90 with difference
0.25. I tried the following command ...

>>import numpy as N
    lat=N.array(xrange(-6000, 9000, 25), dtype=float)
    print lat/100


I know that there is another easy method......
Please give me a replay ........
                                                                 Thanking
you..............


-- 
DILEEPKUMAR. R
J R F, IIT DELHI
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110429/05d073ea/attachment.html>


More information about the NumPy-Discussion mailing list