Started on 13 July,2020
Solves various Math Problems along with Steps
- Speed
- No Server-side Interactions
- Complex Calculations within a few ms(milliseconds)
Other Tech/Libraries
- nerdamer for solving various Calculations
- plotly.js by Math.js for plotting Graphs
- KaTeX for typesetting Math
- Bootstrap for UI
- jQuery for UI Toggling actions
- SideNav from MaterializeCSS for touch friendly SideNav only
- Flaticons for Icons
- eMathHelp for Calculus Steps
- Numbers API for facts about numbers
- Inbuilt Calculator
- Regular Calculations
- Scientific Calculations
- Fraction/Decimal Answer
- Linear Algebra
- Matrix (with Steps)
- Transpose
- Minors and Co-Factors
- Determinant with Laplace(Upto 5×5)
- Addition
- Subtraction
- Multiplication
- Play with Equations (without Steps)
- Simplify Equation
- Expand Equation
- Solve value of variables of multiple inputted equations
- Matrix (with Steps)
- Calculus
- Integration + Limits
- Solution from Nerdamer
- Steps from eMathHelp
- Graph
- Differentiation + Higher Order
- Solution from Nerdamer
- Steps from eMathHelp
- Graph
- Partial Differentiation
- Solution/Steps from eMathHelp
- Graph
- Laplace + Inverse Laplace
- Solution from Nerdamer
- Steps from eMathHelp
- Graph
- Integration + Limits
- Trigonometry
- Angles from Right Triangle
- General Maths (with Steps)
- LCM
- Upto 20 numbers
- HCF
- Calculating Factors of each number and picking common out of them
- Factors
- Prime Factorization ( with steps for single number)
- Plot Graph
- Plots a Graph of entered Equation having single variable 'x'
- Roman/Arabic Numerals
- Conversion from Roman to Arabic and vice versa
- Expanding the Arabic numbers (eg. '2423' to '2000+400+20+3')
- Expanding the Roman numbers (eg. 'CIV' to 'C+IV')
- Ascending and Descending Order
- Conversion to words (eg. '243' to 'two hundred and forty three only')
- Multiplication Table
- Prints Multiplication Table
- Shapes Calculator + Written formulas
- Square
- Rectangle
- Equilateral Triangle
- Isosceles Triangle
- Right-angled Triangle
- Scalene Triangle
- Circle
- Trapezium
- Ellipse
- Parallelogram
- Divide
- Division
- Divisibility Checker
- Multiplication with Steps
- Roots of Quadratic Equation
- Rounding off numbers
- LCM
- To add more useful calculators to solve Math problems along with steps
- To show steps of Integration, Differentiation, Laplace, Partial Differentiation rather than showing on eMathHelp website by redirecting to it
- Improving the UI
- Adding Image/Handwriting recognition so that user can click/write a problem and converted to text for further processing
Feel free to come up with new ideas yourself.
Are we missing anything, Which you think to be in? Feel Free to contribute. To start contribution follow steps:
-
Fork this repository
-
Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/makesmatheasy.github.io.git
-
Navigate to the project directory.
cd makesmatheasy.github.io
-
Add a reference(remote) to the original repository.
git remote add upstream https://github.com/sairish2001/makesmatheasy.github.io.git
-
Check the remotes for this repository.
git remote -v
-
Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).
git pull upstream main
-
Create a new branch.
git checkout -b <your_branch_name>
-
Perform your desired changes to the code base.
-
Track your changes.
git add .
-
Commit your changes.
git commit -m "Relevant message"
-
Push the committed changes in your feature branch to your remote repository.
git push -u origin <your_branch_name>
-
To create a pull request, click on compare and pull requests.
compare and pull requests
-
Add appropriate title and description to your pull request explaining your changes and efforts done.
-
Click on Create Pull Request.
Create Pull Request
-
Yeah! You have made a PR to the Makes Math Easy. Wait for your submission to be accepted and your PR to be merged.
Rajinderpal Singh |
Top Contributor of WoC'20 |
Open Source Enthusiast |