Math, asked by vaskommana24, 9 months ago

the number of intervals required in Simpson's 3/8 th rule is a multiple of​

Answers

Answered by Anonymous
10

Answer:

The ApproximateInt(f(x), x = a.. b, method = simpson[3/8], opts) command approximates the integral of f(x) from a to b by using Simpson's 3/8 rule. This rule is also known as Newton's 3/8 rule. The first two arguments (function expression and range) can be replaced by a definite integral.

Answered by RiteshChandel01
0

Answer:

The number of intervals in Simpson 3/8 rule is multiple of 3.

Step-by-step explanation:

  • Simpson 3/8 rule is also called Simpson second rule.
  • This rule is used for the numerical integration of the cubic polynomial.
  • The subintervals of the data should be a multiple of 3 to use this rule.
  • This rule gives no error for the quadratic or the cubic polynomial.
Similar questions