Numpy
Numpy is a highly optimized Python library designed primarily for linear algebra computing.
Installation
ONce you have a
python environment
created, you can install Numpy from the terminal with the following:
pip install numpy
Topics
Linear Algebra
Genrating Random Numbers
Contents