Quadratic Equations Generating and Solving

The following scripts help you create randomly generated quadratic equations and then convert them to images so you can use it in questions.

There are a few predefined formats:

  • ax2 + bx + c
  • ax2 + bx = -c
  • (x-a)(x-b) = 0
  • bx + c = -ax2

How do you Generate

  • Run the Equation Generator file
  • Each Equation has its designated count and order and order of magnitude is balanced so you dont have to worry.
  • You can change the count, and random limits according to you
  • Collect the CSV file that has the Coeeficients and roots
  • Next Run the Image Generator file
  • Store in your desired location
  • Done

Extra

We have also added a Pytesseract OCR base model to find solution.