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

Assignment 2 - Numpy Array Operations

following function is choosen for the assignment.

  • function 1 - sum()
  • function 2 - braodcasting
  • function 3 - split()
  • function 4 - inverse of matrix
  • function 5 - linear algebra (solve linear equation and determinant)

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')
[jovian] Attempting to save notebook.. [jovian] Updating notebook "amitkumar3350/numpy-array-operations" on https://jovian.ai [jovian] Uploading notebook.. [jovian] Uploading additional files... [jovian] Committed successfully! https://jovian.ai/amitkumar3350/numpy-array-operations

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