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

Assignment-2

NumPy Functions

alt

Write a short introduction about Numpy and list the chosen functions.

  • function 1np.vdot
  • function 2 np.linalg.solve
  • function 3 np.flip
  • function 4 np.cov
  • function 5 np.extract

The recommended way to run this notebook is to click the "Run" button at the top of this page, and select "Run on Binder". This will run the notebook on mybinder.org, a free online service for running Jupyter notebooks.

!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations_assign2')
import numpy as np