Learn practical skills, build real-world projects, and advance your career

Useful Numpy fuctions

I am using these five functions

  • np.append
  • np.linalg.det
  • np.linalg.inv
  • np.sum
  • np.cross
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Updating notebook "adityashukla-chess/numpy-array-operations" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/adityashukla-chess/numpy-array-operations

Let's begin by importing Numpy and listing out the functions covered in this notebook.