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.
- Host: GitHub
- URL: https://github.com/bemwamalak/mathsolver
- Owner: BemwaMalak
- Created: 2022-02-15T15:47:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T16:03:32.000Z (almost 4 years ago)
- Last Synced: 2025-05-04T02:39:46.781Z (9 months ago)
- Topics: linear-algebra, numpy, python, sympy
- Language: Python
- Homepage:
- Size: 688 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.