sample questions for test - 3

We should use these packages:

using Plots
using Roots
Base.ctranspose(f::Function) = D(f)
ctranspose (generic function with 38 methods)

Newton's method

extrema

Integration

f(x) = x^2
delta = (1-0)/3
f(0)*delta + f(1/3)*delta + f(2/3)*delta