Problem 1: Find the root for the equation given below using the Bisection and Newton-Raphson Numerical Methods (Assume initial value) using C++ Programming language or any other programming language such as Q-Basic:
1.5 + x*e^(3x) - cos(2x) + 0.5235 - 10 = 0
Use tolerance = 0.0001