Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Attempting to save notebook.. [jovian] Please enter your API key ( from https://jovian.ml/ ): API KEY: ········ [jovian] Updating notebook "aji-rajeem/numpy-array-operations" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/aji-rajeem/numpy-array-operations
import numpy as np
# List of functions explained 
function1 = np.hsplit  
function2 = np.linalg.solve
function3 = np.column_stack
function4 = np.mean
function5 = np.transpose