Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 18, 2020 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IndhumathyChelliah/6b6c76f8a2b1f9bdc2e9ef89d3160edd to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/6b6c76f8a2b1f9bdc2e9ef89d3160edd to your computer and use it in GitHub Desktop.
import numpy as np
a=np.linspace(1,10,num=6,retstep=True)
print(a)
#Output:(array([ 1. , 2.8, 4.6, 6.4, 8.2, 10. ]), 1.8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment