Metadata-Version: 1.0
Name: lin_alg_djl
Version: 0.1
Summary: Linear Algebra Tools from Udacity
Home-page: UNKNOWN
Author: Derrick Lewis
Author-email: UNKNOWN
License: UNKNOWN
Description: # Udacity Data Science Project Package
        
        This package is a demonstration of creating and uploading a working package with PyPi. 
        
        ## Installation 
        
        `pip install lin_alg_djl`
        
        ## Use 
        
        This package is built from a code along for the Udacity course on Linear Algebra with Python. 
        
        Classes is a great refresher on Linear Algebra and Python classes. 
        
        https://classroom.udacity.com/courses/ud953
        
        - Classes
            - Vector
            - Plane
            - Line
            - Hyperplane
            - LinearSystem
        
        
Platform: UNKNOWN
