mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
stationary point id fix
This commit is contained in:
@@ -20,4 +20,5 @@ def stationaryPointsFunc(maxExp=3, maxCoef=10):
|
||||
return problem, solution
|
||||
|
||||
|
||||
stationary_points = Generator("Stationary Points", 106, "f(x)=x^3-3x", "(-1,2),(1,-2)", stationaryPointsFunc)
|
||||
stationary_points = Generator("Stationary Points", 110, "f(x)=x^3-3x",
|
||||
"(-1,2),(1,-2)", stationaryPointsFunc)
|
||||
|
||||
Reference in New Issue
Block a user