Numerical Analysis
Numerical Analysis
10th Edition
ISBN: 9781305253667
Author: Richard L. Burden, J. Douglas Faires, Annette M. Burden
Publisher: Cengage Learning
bartleby

Videos

Textbook Question
Book Icon
Chapter 2.2, Problem 5ES

The following four methods are proposed to compute 211/3. Rank them in order, based on their apparent speed of convergence, assuming p0 = 1.

  1. a. p n = 20 p n 1 + 21 / p n 1 2 21
  2. b. p n = p n 1 p n 1 3 21 3 p n 1 2
  3. c. p n = p n 1 p n 1 4 21 p n 1 p n 1 2 21
  4. d. p n = ( 21 p n 1 ) 1 / 2
Blurred answer
Students have asked these similar questions
Please solve the following Probability Problem, please show all work and solve what is asked: HW 1.w. (Special game)The atmosphere has heated up and a fight erupted! There are n + 1players and somebody threw the first punch. Once a person is punched,they punch another person in the group at random. What are the oddsthat after m iterations:a) Nobody punches the person who started it?b) Nobody gets punched twice?Now take it up a notch: imagine the first person punched N other peopleat random, and once someone gets punched, they punch another N peoplein the group at random, and so on. Again, what are the odds that afterm iterations:a) Nobody punches the person who started it?b) Nobody gets punched twice?
Q1. A chest of drawers has 3 drawers. Each drawer has 2 boxes. The boxes of one drawer contain a silver coin in each respectively, the boxes of another a gold coin in each box, and the boxes of the third drawer a gold and a silver coin, respectively. A drawer is selected at random and a box from the drawer is selected at random and opened. The coin is found to be silver. What is the probability that the coin in the other box is gold? (Harder Problem)
Write codes to perform the functions in each of these cases i. ii. Apply cd command to tell STATA the filepath associated with your "favorite folder" (use the same name for the favorite folder that we have been using in class) Apply log using command to tell stata that you are creating a log file to record the codes and the outcomes of these codes. Make sure your log file is called loghwa1_W25.smcl. Do not forget to include the replace option. iii. Get help for the "regress" command & include a screenshot of the outcome of this code iv. V. Open a stata file stored in STATA memory called pop2000.dta Continue from question iv. Save this file in your favorite folder (current working directory) using a different name & a replace option

Chapter 2 Solutions

Numerical Analysis

Ch. 2.1 - Let f(x) = (x + 2)(x + 1)x(x 1)3(x 2). To which...Ch. 2.1 - Find an approximation to 253 correct to within 104...Ch. 2.1 - Find an approximation to 3 correct to within 104...Ch. 2.1 - A trough of length L has a cross section in the...Ch. 2.1 - Use Theorem 2.1 to find a bound for the number of...Ch. 2.1 - Prob. 18ESCh. 2.1 - Prob. 19ESCh. 2.1 - Let f(x) = (x 1)10, p = 1, and pn = 1 + 1/n. Show...Ch. 2.1 - The function defined by f(x) = sin x has zeros at...Ch. 2.1 - Prob. 1DQCh. 2.1 - Prob. 2DQCh. 2.1 - Is the Bisection method sensitive to the starting...Ch. 2.2 - Use algebraic manipulation to show that each of...Ch. 2.2 - a. Perform four iterations, if possible, on each...Ch. 2.2 - Let f(x) = x3 2x + 1. To solve f(x) = 0, the...Ch. 2.2 - Let f(x) = x4 + 3x2 2. To solve f(x) = 0, the...Ch. 2.2 - The following four methods are proposed to compute...Ch. 2.2 - Prob. 6ESCh. 2.2 - Prob. 7ESCh. 2.2 - Prob. 8ESCh. 2.2 - Use Theorem 2.3 to show that g(x) = + 0.5...Ch. 2.2 - Use Theorem 2.3 to show that g(x) = 2x has a...Ch. 2.2 - Use a fixed-point iteration method to find an...Ch. 2.2 - Use a fixed-point iteration method to determine a...Ch. 2.2 - Use a fixed-point iteration method to determine a...Ch. 2.2 - Prob. 20ESCh. 2.2 - Prob. 21ESCh. 2.2 - a. Show that Theorem 2.3 is true if the inequality...Ch. 2.2 - a. Use Theorem 2.4 to show that the sequence...Ch. 2.2 - Prob. 24ESCh. 2.2 - Prob. 25ESCh. 2.2 - Suppose that g is continuously differentiable on...Ch. 2.3 - Let f(x) = x2 6 and p0 = 1. Use Newtons method to...Ch. 2.3 - Let f(x) = x3 cos x and p0 = 1. Use Newtons...Ch. 2.3 - Let f(x) = x2 6. With p0 = 3 and p1 = 2, find p3....Ch. 2.3 - Let f(x) = x3 cos x. With p0 = 1 and p1 = 0, find...Ch. 2.3 - Prob. 11ESCh. 2.3 - Prob. 12ESCh. 2.3 - The fourth-degree polynomial...Ch. 2.3 - Prob. 14ESCh. 2.3 - Prob. 15ESCh. 2.3 - Prob. 16ESCh. 2.3 - Prob. 22ESCh. 2.3 - Prob. 23ESCh. 2.3 - Prob. 24ESCh. 2.3 - Prob. 25ESCh. 2.3 - Prob. 27ESCh. 2.3 - A drug administered to a patient produces a...Ch. 2.3 - Prob. 30ESCh. 2.3 - Prob. 32ESCh. 2.3 - Prob. 1DQCh. 2.3 - Prob. 2DQCh. 2.3 - Prob. 3DQCh. 2.3 - Prob. 4DQCh. 2.4 - Prob. 6ESCh. 2.4 - a. Show that for any positive integer k, the...Ch. 2.4 - Prob. 8ESCh. 2.4 - a. Construct a sequence that converges to 0 of...Ch. 2.4 - Prob. 10ESCh. 2.4 - Prob. 11ESCh. 2.4 - Prob. 12ESCh. 2.4 - Prob. 13ESCh. 2.4 - Prob. 14ESCh. 2.4 - Prob. 1DQCh. 2.4 - Prob. 2DQCh. 2.4 - Prob. 4DQCh. 2.5 - Let g(x) = cos(x 1) and p0(0) = 2. Use...Ch. 2.5 - Prob. 4ESCh. 2.5 - Prob. 5ESCh. 2.5 - Prob. 6ESCh. 2.5 - Use Steffensens method to find, to an accuracy of...Ch. 2.5 - Prob. 8ESCh. 2.5 - Prob. 9ESCh. 2.5 - Use Steffensens method with p0 = 3 to compute an...Ch. 2.5 - Use Steffensens method to approximate the...Ch. 2.5 - Prob. 12ESCh. 2.5 - Prob. 13ESCh. 2.5 - Prob. 14ES
Knowledge Booster
Background pattern image
Math
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, subject and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
  • Text book image
    College Algebra
    Algebra
    ISBN:9781938168383
    Author:Jay Abramson
    Publisher:OpenStax
Text book image
College Algebra
Algebra
ISBN:9781938168383
Author:Jay Abramson
Publisher:OpenStax
Sequences and Series (Arithmetic & Geometric) Quick Review; Author: Mario's Math Tutoring;https://www.youtube.com/watch?v=Tj89FA-d0f8;License: Standard YouTube License, CC-BY