Question

a) Create a NEW function: I simp = Simpson ( a, b, n) that outputs the integral of Fun (x) over [a,b] using n nodes with the

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Isimp=Simpson(a,b,n);

input a,n;// a is intial value,n is number one steps

int b;// b is step size

Define b=a+h;

n is even;

Add a comment
Know the answer?
Add Answer to:
A) Create a NEW function: I simp = Simpson ( a, b, n) that outputs the integral of Fun (x) over [...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • MATLAB Create a function that provides a definite integration using Simpson's Rule Problem Summar This example demo...

    MATLAB Create a function that provides a definite integration using Simpson's Rule Problem Summar This example demonstrates using instructor-provided and randomized inputs to assess a function problem. Custom numerical tolerances are used to assess the output. Simpson's Rule approximates the definite integral of a function f(x) on the interval a,a according to the following formula + f (ati) This approximation is in general more accurate than the trapezoidal rule, which itself is more accurate than the leftright-hand rules. The increased...

  • (Matlab) Suppose we have a function “hw5f.m” that takes as input x and outputs the value for a function f(x). Write a Matlab program that inputs: • interval [a, b]; • m, the number of data points wit...

    (Matlab) Suppose we have a function “hw5f.m” that takes as input x and outputs the value for a function f(x). Write a Matlab program that inputs: • interval [a, b]; • m, the number of data points with evenly spaced nodes from x1 = a to xm = b, and values from f(x); • location z satisfying x2 < z < xm−1, where h = (b − a)/(m − 1); and outputs the value of the interpolaton polynomial using only...

  • 1. Numerical Integration The integral of a function f(x) for a s x S b can be interpreted as the ...

    1. Numerical Integration The integral of a function f(x) for a s x S b can be interpreted as the area between the f(x) curve and the x axis, bounded by the limits x- a and x b. If we denote this area by A, then we can write A as A-f(x)dx A sophisticated method to find the area under a curve is to split the area into trapezoidal elements. Each trapezoid is called a panel. 1.2 0.2 1.2 13...

  • Table I contains outputs of the function f(x) = b for some z values, and Table...

    Table I contains outputs of the function f(x) = b for some z values, and Table Il contains outputs of the function g(x) = log: (z) for some z values. In both functions, b is the same positive constant Fill in the missing values in the tables. If necessary, round your answer to three decimal places. You do not need a calculator Table 1 0.683 1.431 1.544 f(z) = 3 10 12 Table 11 3 5 s(2) = log:(z) 0.683...

  • this is numerical analysis please do a and b 3. Consider the trapezoidal rule (T) and...

    this is numerical analysis please do a and b 3. Consider the trapezoidal rule (T) and Simpson's rule (S) for approximating the integral of a relatively smooth function f on an interval (a, b), for which the following error local estimates are known to hold: (6 - a)"}" (n), for some 7 € (a, b), 12 [ f(z)de –T(S) = [ f(a)der – 5(8) = f(), for some 5 € (a, b), where 8 = (b -a)/2. (a) Given a...

  • 2.34. Probability integral transformation. Consider a random variable X with cumulative function Fx(x), 0-x-00, Now define a new random variable U to be a particular function of X, namely, U = Fx(X)...

    2.34. Probability integral transformation. Consider a random variable X with cumulative function Fx(x), 0-x-00, Now define a new random variable U to be a particular function of X, namely, U = Fx(X) For example, if FX(x)-1-e-Ax, then U = 1-e-Ax = g(X). Show [at least for reasonably smooth Fx(x)] that the random variable U has a constant density function on the interval O to 1 and is zero elsewhere. Hint: Con vince yourself graphically thatgg (u)- u and assume that...

  • 1 T I т I N F The transfer function of a linear differential equation is...

    1 T I т I N F The transfer function of a linear differential equation is defined by the Laplace transform of output (response function) over the Laplace transform of input (driving force) The block diagram of a system is not unique. F In the system with the first order differential equation, the steady-state error due to unite step function is not zero. F In a system with a sinusoidal input, the response at the steady state is sinusoidal at...

  • Function LUfac_solver.m is provided here: function [x] = LUfac_solver(LU,b,piv) % % function [x] = LUfac_solver(lu,b) %...

    Function LUfac_solver.m is provided here: function [x] = LUfac_solver(LU,b,piv) % % function [x] = LUfac_solver(lu,b) % % This program employs the LU factorization to solve the linear system Ax=b.   % % Input % LU: lu matrix from GEpivot_new function % b: right side column vector (ordered corresponding to original vector % sent to GEpivot_new) % piv: vector indicating the pivoting (row interchanges that took place % during GE % % Output % x: solution vector % % Written by Steve...

  • I need this written in C++. Magic Squares. An n x n matrix that is filled...

    I need this written in C++. Magic Squares. An n x n matrix that is filled with the numbers 1,2,3,…,n2 is a magic square if the sum of the elements in each row, in each column, and in the two diagonals is the same value. The following algorithm will construct magic n x n squares; it only works if n is odd: Place 1 in the middle of the bottom row. After k has been placed in the (i,j) square,...

  • C-Programming please. The task is to create second-degree polynomial calculator for the function, its integral and...

    C-Programming please. The task is to create second-degree polynomial calculator for the function, its integral and its derivative. A second-degree polynomial is described by the equation f(x) = ax +bx+c. Evaluation of the derivative gives the instantaneous slope or rate of change as (where f'(x) is the derivative of f(x)): f"(x)=2x+b The integral of the function f(x) (let us call it F(x)) indicates the area underneath the curve. Between points x; and the area A is A = F(x)-F(x), where,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT