Programming is a great way to get insights about math concepts. You’ll see here tips and tricks to learn math, more specifically linear algebra, from a coding perspective. You’ll see the relationship between Numpy functions and linear algebra abstract concepts such as arrays ,vectors & matrices.
...These concepts are the core of machine learning and data science.
✅Array are Data Structure that can represent vectors & matrices
✅Multiple equal length vector stacked as table
✅Operations that can be done on vectors & matrices
✅Data tranformation and its properties.
Use the package manager pip to install below
pip install numpy