https://github.com/xiaoxiae/pythonmathlibraries
A collection of small Python modules containing math-related stuff.
https://github.com/xiaoxiae/pythonmathlibraries
discrete-mathematics linear-algebra math mathematical-analysis python
Last synced: about 2 months ago
JSON representation
A collection of small Python modules containing math-related stuff.
- Host: GitHub
- URL: https://github.com/xiaoxiae/pythonmathlibraries
- Owner: xiaoxiae
- Created: 2020-04-16T09:28:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T11:54:05.000Z (about 6 years ago)
- Last Synced: 2025-02-21T07:09:33.809Z (over 1 year ago)
- Topics: discrete-mathematics, linear-algebra, math, mathematical-analysis, python
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Math Libraries
A collection of small Python modules related to various branches of mathematics, mostly to check my University homework (and to be used in some of my projects).
## `malib.py` -- mathematical analysis
- polynomials
- +/-/*
- roots (real and complex)
- n-th derivatives and integrals
- Taylor series
- TODO: polynomial division
## `lalib` -- linear algebra
- matrices
- +/-/*
- symmetry, (positive) definiteness
- inverse
- transposition
- magnitude, normalization (for vectors)
- orthogonalization
- characteristic polynomial
- TODO: eigenvalues and eigenvectors
## `dmlib` -- distrete mathematics
- subsets
- relations
- reflexivity, (anti-)symmetry, transitivity
- equivalence, ordering