Roots of Functions. The following problems relate to finding real roots for functions
Write a C++ function to evaluate this mathematical function:
f (x) = 0.1x2 − x ln x.
Assume that the corresponding function prototype is
double f(double x);
Then modify the program developed in Section so that it searches for roots of this new function instead of searching for roots of polynomials. Test the program by searching for a root in [1, 2] for this new function.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.