mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Update definiteIntegralFunc.py
Added generator class
This commit is contained in:
@@ -20,3 +20,6 @@ def definiteIntegralFunc(max_coeff=100):
|
|||||||
solution = str(I)
|
solution = str(I)
|
||||||
|
|
||||||
return problem, solution
|
return problem, solution
|
||||||
|
|
||||||
|
|
||||||
|
definiteIntegral = Generator("Definite Integral of Quadratic Equation", 110, "The definite integral within limits 0 to 1 of quadratic equation ax^2+bx+c is = ", "I", definiteIntegralFunc)
|
||||||
|
|||||||
Reference in New Issue
Block a user