1,550 views
3 votes
3 votes

The formula $\int\limits_{x0}^{xa} y(n) dx \simeq h/2 (y_0 + 2y_1 + \dots +2y_{n-1} + y_n) - h/12 (\triangledown y_n - \triangle y_0)$

$- h/24 (\triangledown ^2 y_n + \triangle ^2 y_0) -19h/720 (\triangledown ^3 y_n - \triangle ^3 y_0) \dots $ is called

  1. Simpson rule
  2. Trapezoidal rule
  3. Romberg's rule
  4. Gregory's formula

1 Answer

Answer:

Related questions

3 votes
3 votes
2 answers
1
go_editor asked Jun 15, 2016
1,873 views
The formula $P_k = y_0 + k \triangledown y_0+ \frac{k(k+1)}{2} \triangledown ^2 y_0 + \dots + \frac{k \dots (k+n-1)}{n!} \triangledown ^n y_0$ isNewton's backward formula...
8 votes
8 votes
1 answer
2
Desert_Warrior asked Jun 3, 2016
2,885 views
A root $\alpha$ of equation $f(x)=0$ can be computed to any degree of accuracy if a 'good' initial approximation $x_0$ is chosen for which$f(x_0) 0$$f (x_0) f''(x_0) 0$...
30 votes
30 votes
3 answers
3
gatecse asked Sep 15, 2014
11,431 views
Consider the polynomial $p(x) = a_0 + a_1x + a_2x^2 + a_3x^3$ , where $a_i \neq 0$, $\forall i$. The minimum number of multiplications needed to evaluate $p$ on an input ...
1 votes
1 votes
0 answers
4
admin asked Apr 2, 2020
394 views
Choose the most appropriate option.The Newton-Raphson iteration $x_{n+1}=\dfrac{x_{n}}{2}+\dfrac{3}{2x_{n}}$ can be used to solve the equation$x^{2}=3$$x^{3}=3$$x^{2}=2$$...