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

NUMPY ARRAY OPERATIONS

##5 NUMPY FUNCTIONS
Numpy is an open source library which is used for numerical operations.This notebook provides an overview of 5 functions in numpy arrays.

np.linalg.det
np.inner
np.sort
np.linalg.solve
np.linalg.inv

!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY: ·········· [jovian] Uploading colab notebook to Jovian... [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ai/akshatpattiwar512/numpy-array-operations

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