Question

Given: x = -0.4000 -0.3000 -0.2000 -0.1000 0 0.1000 0.2000 0.3000 0.4000 y = 0.449329 0.54881...

Given: x = -0.4000 -0.3000 -0.2000 -0.1000 0 0.1000 0.2000 0.3000 0.4000

y = 0.449329 0.54881 0.67032 0.81873 1.000 1.22140 1.49182 1.82212 2.22554

The above data was obtained from the function y = e^(2x)

1. Use central difference formula to compute y’(0). Find the maximum and

minimum estimates of the error, and compare them to the actual error.

2. Use Richardson’s extrapolation technique to get y’(0) to an O(0.1^6) accuracy

using central difference.

Homework Answers

Answer #1

Doubt in this then comment below.. i will help you..

.

please thumbs up for this solution..thanks..

.

Know the answer?
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
Similar Questions
Calculate the Y values corresponding to the X values given below. Find the critical values for...
Calculate the Y values corresponding to the X values given below. Find the critical values for X for the given polynomial by finding the X values among those given where the first derivative, dy/dx = 0 and/or X values where the second derivative, d­2y/dx2 = 0. Be sure to indicate the sign (+ or -) of dy/dx and of d2y/dx2 tabled values. Reference Power Point Lesson 13 as needed. Using the first and second derivative tests with the information you...
Reliable Construction Company Reliable Construction Company is deciding how much they will bid for a contract...
Reliable Construction Company Reliable Construction Company is deciding how much they will bid for a contract to build a new plant for a major manufacturer. Based on the specifications of the new plant, Reliable has estimated what the company’s total cost would be if it were to undertake the project. Reliable estimates that the project would cost $4.55 million (M) and are thinking about bidding $5.4 M in the proposal. Reliable also estimates that the cost of preparing a proposal...
Reliable Construction Company Reliable Construction Company is deciding how much they will bid for a contract...
Reliable Construction Company Reliable Construction Company is deciding how much they will bid for a contract to build a new plant for a major manufacturer. Based on the specifications of the new plant, Reliable has estimated what the company’s total cost would be if it were to undertake the project. Reliable estimates that the project would cost $4.55 million (M) and are thinking about bidding $5.4 M in the proposal. Reliable also estimates that the cost of preparing a proposal...
1. For a pair of sample x- and y-values, what is the difference between the observed...
1. For a pair of sample x- and y-values, what is the difference between the observed value of y and the predicted value of y? a) An outlier b) The explanatory variable c) A residual d) The response variable 2. Which of the following statements is false: a) The correlation coefficient is unitless. b) A correlation coefficient of 0.62 suggests a stronger correlation than a correlation coefficient of -0.82. c) The correlation coefficient, r, is always between -1 and 1....
You will write a program that loops until the user selects 0 to exit. In the...
You will write a program that loops until the user selects 0 to exit. In the loop the user interactively selects a menu choice to compress or decompress a file. There are three menu options: Option 0: allows the user to exit the program. Option 1: allows the user to compress the specified input file and store the result in an output file. Option 2: allows the user to decompress the specified input file and store the result in an...