Computer Sciences > GATE 2014 SET-2 > Calculus
Consider the following function
double f(double x) {
if (abs(x * x - 3) < 0.01) return x;
else return f(x / 2 + 1.5 / x);
}
Give a value q (to 2 decimals) such that f(q) will return q: _______.

Correct : 1.72 to 1.74

Similar Questions

Consider the functions I. e-x II. x2 - sin x III. &radic;x^3+1 Which of the above functions is/are increasing everywhere in [0, 1] ?
#298 MCQ
Let f(x) be a continuous function from R to R such that f(x) = 1 - f(2-x) Which one of the following options is the CORRECT value of ∫02f(x)dx?
#904 MCQ
Let f(x) = x3 + 15x2 - 33x - 36 be a real-valued function. Which of the following statements is/are TRUE?
#963 MSQ

Related Topics

No tags found

Unique Visitor Count

Total Unique Visitors

Loading......