Metadata-Version: 2.1
Name: linalg_basic
Version: 0.1.0
Summary: A slight variation upon Joel Grus's linear algebra library from 'Data Science from Scratch' chapter 4, created to build my 'Deluxe' library on top
Author: Joel Grus
Author-email: Andrew Rose <andrew.rose43@gmail.com>
Project-URL: Homepage, https://github.com/andrewrose43/DataScienceFromScratch_CodeTheBook
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Linalg Basic

This library is slightly adapted from Joel Grus's Python linear algebra library as he wrote it in chapter 4 of his book *Data Science from Scratch*. I've assembled it purely to use its parts in my "Linalg Deluxe" library, which adds many more linear algebra operations.

Since Linalg Basic is largely Joel Grus's work, I've not bothered documenting it very well or testing it. More extensive documentation, testing, etc. can be found in my Linalg Deluxe library, which builds upon Linalg Basic and is actually my own original work. Go look at that, not this, for a proper demonstration of my skills.
