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: _______.
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
If ∫₀2π |x sin x| dx = kπ, then the value of k is equal to _________.
If ∫₀2π |x sin x| dx = kπ, then the value of k is equal to _________.
If ∫₀2π |x sin x| dx = kπ, then the value of k is equal to _________.
Total Unique Visitors
Loading......