Recent content by r1z3
-
R
Writing a method of integration using the Monte Carlo method.
Never mind, solved it.- r1z3
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
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...- r1z3
- Thread
- Integration Method Monte carlo Writing
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help