Working with NumPy

Working with NumPy

Create an array with random values

Create an array filled with constants

Matrix Operations

Transpose Of a Matrix

Transpose of a matrix is a way to change rows to columns.

Taking the transpose of arr1:

Inverse Of a Matrix

Determinant

Arithmetic Operations

Arithmetic operations that can be performed on Numpy arrays are +, -, *, /, %.

Operation between two arrays

Matrix Multiplication