Recent content by r1z3

  1. R

    Writing a method of integration using the Monte Carlo method.

    Homework Statement So the problem is to write a method/function in Java to integrate x2 from a = 1 to b = 2 using the Monte Carlo method. Basically: 1. Generate random points in the range of (0, M) and domain of (a, b), where M is a y value greater than the maximum of f(x) = x2 within (a...
Back
Top