WWCodePython
WWCodePython copied to clipboard
Array Math For NumPy
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