Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 444 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 444 Bytes

Numerical Computation Module

This repository contains code wrote along side Math Module of Machine Learning Foundations Nanodegree

Usage

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.