added quadrature trapezoidal rule to Maths
This commit is contained in:
parent
30cf24c846
commit
537909df64
@ -29,7 +29,7 @@ def makePoints(a,b,h):
|
||||
yield x
|
||||
x = x + h
|
||||
|
||||
def f(x):
|
||||
def f(x): #enter your function here
|
||||
y = (x-0)*(x-0)
|
||||
return y
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user