WWCodePython icon indicating copy to clipboard operation
WWCodePython copied to clipboard

Array Math For NumPy

Open suneel87 opened this issue 3 years ago • 0 comments

This would be a .ipynb file that contains the many functions available under the NumPy library for Array math. These include:

  • Arithmetic Operations on arrays (Add, Subtract, Multiply, Divide, Dot)
  • Comparing arrays
  • Transposing an array
  • Aggregate functions for an array (Sum, Average, Max, Min)

The notebook would have ample examples and explanations for each of the functions as well, equipping the reader with enough knowledge to handle arrays

suneel87 avatar Oct 29 '21 04:10 suneel87