Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sup/mathlib
:snake: A Python mathematics library
https://github.com/sup/mathlib
Last synced: 8 days ago
JSON representation
:snake: A Python mathematics library
- Host: GitHub
- URL: https://github.com/sup/mathlib
- Owner: sup
- License: other
- Created: 2013-08-07T18:00:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T21:09:53.000Z (over 10 years ago)
- Last Synced: 2024-11-09T04:38:06.946Z (2 months ago)
- Language: Python
- Homepage:
- Size: 328 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=======
MathLib
=======Introduction
------------
MathLib is a python library that provides a variety packages and
modules containing functions and methods useful for many different
mathematical fields including linear algebra, statistics, optimization,
cryptography, and computer science.The purpose of this package is for educational purposes/ self-learning
and does not seek to replace veteran, open-source libraries as NumPy
or SciPy.Clearly a work in progress!
Features
--------
I wanted to build a complete mathematics library from scratch so there
aren't any depedencies - even core python libraries. So I guess it's
more for my curiosity than for any practical, third party uses.Goals
-----
Decide whether to put mathematical abstractions into the core folder or
into separate folders, i.e., should I move matrix.py into the Linear
Algebra folder or keep it in the core folder.