Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Simpson's Rule in Matlab Write a Matlab function which computes the integral by Simpson's rule. Your function should be used by the following command in

image text in transcribed

Simpson's Rule in Matlab Write a Matlab function which computes the integral by Simpson's rule. Your function should be used by the following command in Matlab command window: >> v = Simpson ('funItg' a, b, n) where funItg. m is the name of the file of the function f(x), and a, b is the interval, and n is the number of sub-intervals (ie., 2n+1 will be the number of points.) Test your function on problem 1. Write a script that computes, for n = 2, 4, 8, 16, 32, 128, the absolute error for each n, and a plot (with loglog) of the absolute error against n. How does the error change when n doubled? Compare the results with trapezoid rule and comment. What to hand in? Your function in Simpson.m, your script file, the plot of error, and your comments

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Inductive Databases And Constraint Based Data Mining

Authors: Saso Dzeroski ,Bart Goethals ,Pance Panov

2010th Edition

1489982175, 978-1489982179

More Books

Students also viewed these Databases questions

Question

If ( A^2 - A + I = 0 ), then inverse of matrix ( A ) is?

Answered: 1 week ago