Giter Site home page Giter Site logo

mohammedjameel24 / makesmatheasy.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from makesmatheasy/makesmatheasy

0.0 0.0 0.0 8.49 MB

Solves various Math Problems along with Steps

Home Page: https://sairish2001.github.io/makesmatheasy.github.io/

HTML 5.70% CSS 1.82% JavaScript 92.49%

makesmatheasy.github.io's Introduction

Makes Math Easy

Started on 13 July,2020

Solves various Math Problems along with Steps

How it differs from other problem-solving projects?

  • Speed
  • No Server-side Interactions
  • Complex Calculations within a few ms(milliseconds)

Tech Used

HTML5,CSS3,JavaScript

Other Tech/Libraries

Calculators

  • 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
  • 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
  • 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

Documentation

Makes Math Easy Documentation

Future Scope

  • 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.

Want to Contribute?

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.

This project is a part of following Open Source Program

GirlScript Summer of Code

Project Maintainer

Rajinderpal Singh
Admin Picture
Top Contributor of WoC'20
Open Source Enthusiast

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.