vorian77 / Udacity-ISDC-Matrix

Intro. To Self-Driving Car Nano Degree - matrix class project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix class project

A matrix math class implemented in Python, primarily using the list data type.

Provides matrix functionality, including addition, negation, subtraction, multiplication, trasposition, and inversion.

Table of Contents

Dependencies and Pre-requisites

  • Python 3.x (including math and numbers libraries)

Installation and Usage

To run the test suite:

  1. Copy files matrix.py and matrix-text.py to a directory,
  2. In a terminal, navigate to the directory,
  3. Execute python3 test.py.

Known Issues

None.

Future Plans

None.

Support

Please open an issue to receive help.

Contributing

Pull requests are welcome. Please open an issue to discuss any changes you would like to make or see.

Authors and Acknowledgement

This is coursework for the Udacity - Introduction to Self-Driving Cars Nano Degree

Unit: Working With Matrices

Developed from a template supplied by Udacity. I supplied all code in matrix.py that appears in "TODO" sections. Udacity supplied the content of the matrix-test.py file.

License

MIT

About

Intro. To Self-Driving Car Nano Degree - matrix class project

License:MIT License


Languages

Language:Python 100.0%