Open AbhimanyuAryan opened 8 years ago
I don't wish to perform simpson's rule
Integration.integrate(1, 2, tolerance: 1e-10, method: :simpson) do |x| x**2 end
I want simple integration
x**2 within limits 1,2
where are the tutorials and documentation?
I don't wish to perform simpson's rule
Integration.integrate(1, 2, tolerance: 1e-10, method: :simpson) do |x| x**2 end
I want simple integration
x**2 within limits 1,2
where are the tutorials and documentation?