Making a math engine that can be help make life easier
Uptil now
- Functions
- Polynomials
- Vectors
- Matrices (no determinant, inverse, eigen)
- Complex Numbers
All of them have their individual plot functions
Tests in tests.py
Future
- Remainder of Matrix operations
- Functional Polynomials
- Transformations (Fourier, laplace, Power series approximation)
- Differential Equations (computational approximations)
- Gui
- And more cool stuff...