This repository contains a comprehensive collection of Python scripts and a Jupyter notebook covering a wide range of NumPy operations. It's designed for both beginners and advanced users to explore NumPy's capabilities in numerical computation and data manipulation.
Below is the list of files and their focus areas:
-
Basic_operations.py- Covers basic NumPy operations like array creation, reshaping, indexing, slicing, and basic arithmetic.
-
Linear_Algebra.py- Includes matrix operations, determinants, eigenvalues, eigenvectors, and solving linear systems.
-
Statitics.py- Focuses on statistical functions in NumPy, such as mean, median, variance, standard deviation, and percentiles.
-
common_operations.py- Contains reusable utility functions like element-wise operations, broadcasting, and aggregation techniques.
To use this repository:
- Clone the repository to your local system:
git clone https://github.com/jubairt/Numpy.git