Example of the test of Numerical methods date 1 2 3 4 Name: Number: Task 1 (6 points). The function f(x) = ex2−x − 2 has one positive root. Find the interval in which this root lies and on which the Fourier conditions for convergence of the Newton’s method are met. Verify these conditions. Then choose the appropriate initial iteration and calculate the next three iterations using Newton’s method. Task 2 (4 points). Describe and graphically illustrate the regula falsi method. Specify the iterative relationship and demonstrate the method for finding the √ 5 (at least 3 iterations]. Task 3 (5 points). The following system of linear equations is given: 4x1 + 4x2 + x3 = 5 x1 + 6x2 + 3x3 = −1 2x1 − x2 − 5x3 = 0 Use the Jacobi iteration method to find the approximate solution. Choose the initial iteration x0 = (1, 1, 1)T and calculate x1 , x2 and x3 . Task 4 (5 points). Use the composite Simpson rule to calculate approximately π/2 −π/2 cos3 x dx. Split the interval [−π/2, π/2] into 4 and 6 subintervals. Compare the result with the exact value.