sakshamv30 / GetSetFOSS_ML

This repository is dedicated to the introduction to the python libraries used for machine learning and scientific computing.
3 stars 15 forks source link

Peform mathematical operations #4

Open sa4k5hi opened 4 years ago

sa4k5hi commented 4 years ago

Perform the following operations on x=np.array([[1,2],[3,4]], dtype=np.float64) and y= np.array([[5,6],[7,8]], dtype=np.float64):-

1.Subtraction

  1. Multiplication
  2. Division
  3. Inner product of vectors

using numpy library

sakshamv30 commented 4 years ago

This issue is open for everyone.