A Python package for handling matrices and other linear algebra concepts
Mytrix is a collaborative project that I began in the summer of 2019. This is not a package of much practical use but was rather developed as a way to practice Python package development and collaborative coding. The scope of the package is reasonably wide and loosely-defined; essentially, anything that is vaguely related to linear algebra is welcome for inclusion.
The philosophy of the package is heavily inspired by MATLAB's use of multiple dispatch and operator overloading to enable efficiency savings when a given input statisfies certain mathematical properties. Further, the core contributors for this project are all mathematicians or statisticians and so the syntax and functionality of the package is most relevant to such an audience.
Although this package is in no way a replacement for any of the existing linear algebra solutions (NumPy, SciPy for example) due to its comparatively small scope, inefficient design (no C code here), and lack of robustness, I hope that people will still be interested in contributing the project to help their own learning and others can benefit from looking at the design of a linear algebra code base that isn't as verbose or obfuscated as the well-known solutions.
The core contributors to this project are:
Anyone is free (and encouraged) to contribute to this code base. All I ask is that one follows these key rules: