Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question: Write a scilab program to integrate x^2 + 2x from 1 to 5 by using Simpson's 1/3 and 3/8 Rule Simpson's 1/3 rule :

Question: Write a scilab program to integrate x^2 + 2x from 1 to 5 by using Simpson's 1/3 and 3/8 Rule

Simpson's 1/3 rule :

Formula : Integral of f(x) limit a to b =

h/3[f(a)+4[f(x1)+f(x3)....f(xn-1)]+2[f(x2)+f(x4)....f(xn-2)+f(b)]

Here in the question 

F(x)=x^2+2x

H=b-a/n

N= no.of value of x 

a=1

b=5

Step by Step Solution

3.44 Rating (151 Votes )

There are 3 Steps involved in it

Step: 1

The detailed answer for the above question is provided below ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Thomas Calculus Early Transcendentals

Authors: Joel R Hass, Christopher E Heil, Maurice D Weir

13th Edition

978-0321884077, 0321884078

More Books

Students also viewed these Physics questions