This repository contains code wrote along side Math Module of Machine Learning Foundations Nanodegree
Run vector.py to see the usage of Vector class.
Run line.py to see the usage of Line class.
Run plane.py to see the usage of Plane class.
Run linear_system.py to see the usage of LinearSystem class.