An open API service indexing awesome lists of open source software.

https://github.com/bemwamalak/mathsolver

A math solver project made for mathematics course at Cairo University.
https://github.com/bemwamalak/mathsolver

linear-algebra numpy python sympy

Last synced: 5 months ago
JSON representation

A math solver project made for mathematics course at Cairo University.

Awesome Lists containing this project

README

          

# MathSolver
it is a mathematical solver program that can solve the following:
- Eigen Values/Vectors for a given matrix.
- Vector Operations on two given vectors.
- Matrix Determinant for a given matrix.
- Laplace transform and inverse Laplace transform for a given function.