
Numerical Analysis
3rd Edition
ISBN: 9780134696454
Author: Sauer, Tim
Publisher: Pearson,
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 2.4, Problem 5E
Write down a
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
In Gallup's Annual Consumption Habits Poll, telephone interviews were conducted for a
random sample of 1014 adults aged 18 and over. One of the questions was, "How many
cups of coffee, if any, do you drink on an average day?" The following table shows the
results obtained (Gallup website, August 6, 2012).
Number of Cups
per Day
0
1
2
3
4 or more
Number of
Responses
365
264
193
91
101
Define a random variable x = number of cups of coffee consumed on an average day. Let
x=4 represent four or more cups.
a. Develop a probability distribution for x.
b. Compute the expected value of x.
c. Compute the variance of x.
d. Suppose we are only interested in adults who drink at least one cup of coffee on an
average day. For this group, let y = the number of cups of coffee consumed on an
average day. Compute the expected value of y and compare it to the expected value of x.
Ten major college football bowl games were played in January 2010, with the University
of Alabama beating the University of Texas 37 to 21 to become the national champion
of college football. The results of the 10 bowl games follow (USA Today, January 8, 2010).
Bowl Game
Score
Outback
Gator
Auburn 38 Northwestern 35
Florida State 33 West Virginia 21
Capital One
Penn State 19 LSU 17
Rose
Ohio State 26 Oregon 17
Florida 51 Cincinnati 24
Sugar
Cotton
Alamo
Fiesta
Mississippi State 21 Oklahoma State 7
Texas Tech 41 Michigan State 31
Boise State 17 TCU 10
Orange
Iowa 24 Georgia Tech 14
Championship
Alabama 37 Texas 21
Predicted
Point Margin
Actual
Point Margin
5
3
1
12
3
-2
14
3
9
-4
-3
4
229740706
14
10
10
16
The predicted winning point margin was based on Las Vegas betting odds approximately
one week before the bowl games were played. For example, Auburn was predicted to beat
Northwestern in the Outback Bowl by five points. The actual winning point margin for Au-
burn was three points. A…
In 2007 the New York Times reported that the median annual household income in the United
States was $55,500 (New York Times website, August, 21, 2013). Answer the following
questions based on the following sample of 14 household incomes for 2013 ($1000s).
49.4
52.2
52.4
53.4
51.3
52.1
48.7
64.5
51.6
46.5
52.9
52.5
52.1
51.2
a.
What is the median household income for the sample data for 2013?
b. Based on the sample data, estimate the percentage change in the median household
income from 2007 to 2013.
c. Compute the first and third quartiles.
Chapter 2 Solutions
Numerical Analysis
Ch. 2.1 - Use Gaussian elimination to solve the systems:...Ch. 2.1 - Use Gaussian elimination to solve the systems:...Ch. 2.1 - Solve by back substitution: a.3x4y+5z=23y4z=15z=5...Ch. 2.1 - Solve the tableau form a.[ 34236612382-1 ] b.[...Ch. 2.1 - Use the approximate operation count 2n3/3 for...Ch. 2.1 - Assume that your computer completes a 5000...Ch. 2.1 - Assume that a given computer requires 0.002...Ch. 2.1 - If a system of 3000 equations in 3000 unknowns can...Ch. 2.1 - Put together the code fragments in this section to...Ch. 2.1 - Let H denote the nn Hubert matrix, whose (i,j)...
Ch. 2.2 - Find the LU factorization of the given matrices....Ch. 2.2 - Find the LU factorization of the given matrices....Ch. 2.2 - Solve the system by finding the LU factorization...Ch. 2.2 - Solve the system by finding the LU factorization...Ch. 2.2 - Solve the equation Ax=b, where A=[...Ch. 2.2 - Given the 10001000 matrix A, your computer can...Ch. 2.2 - Assume that your computer can solve 1000 problems...Ch. 2.2 - Assume that your computer can solve a 20002000...Ch. 2.2 - Let A be an nn matrix. Assume that your computer...Ch. 2.2 - Use the code fragments for Gaussian elimination in...Ch. 2.2 - Add two-step back substitution to your script from...Ch. 2.3 - Find the norm A of each of the following...Ch. 2.3 - Find the (infinity norm) condition number of (a)...Ch. 2.3 - Find the forward and backward errors, and the...Ch. 2.3 - Find the forward and backward errors and error...Ch. 2.3 - Find the relative forward and backward errors and...Ch. 2.3 - Find the relative forward and backward errors and...Ch. 2.3 - Find the norm H of the 55 Hilbert matrix.Ch. 2.3 - (a) Find the condition number of the coefficient...Ch. 2.3 - (a) Find the condition number (in the infinity...Ch. 2.3 - (a) Find the (infinity norm) condition number of...Ch. 2.3 - (a) Prove that the infinity norm x is a vector...Ch. 2.3 - (a) Prove that the infinity norm A is a matrix...Ch. 2.3 - Prove that the matrix infinity norm is the...Ch. 2.3 - Prove that the matrix 1-norm is the operator norm...Ch. 2.3 - For the matrices in Exercise 1, find a vector x...Ch. 2.3 - For the matrices in Exercise 1, find a vector...Ch. 2.3 - Prob. 17ECh. 2.3 - Prob. 18ECh. 2.3 - For the nn matrix with entries Aij=5/(i+2j1), set...Ch. 2.3 - Carry out Computer Problem 1 for the matrix with...Ch. 2.3 - Let A be the nn matrix with entries Aij=| ij |+1 ....Ch. 2.3 - Carry out the steps of Computer Problem 3 for the...Ch. 2.3 - For what values of n does the solution in Computer...Ch. 2.3 - Use the MATLAB program from Computer Problem 2.1.1...Ch. 2.4 - Find the PA=LU factorization (using partial...Ch. 2.4 - Find the PA=LU factorization (using partial...Ch. 2.4 - Solve the system by finding the PA=LU...Ch. 2.4 - Solve the system by finding the PA=LU...Ch. 2.4 - Write down a 55 matrix P such that multiplication...Ch. 2.4 - (a) Write down the 44 matrix P such that...Ch. 2.4 - Change four entries of the leftmost matrix to make...Ch. 2.4 - Find the PA=LU factorization of the matrix A in...Ch. 2.4 - (a) Find the PA=LU factorization of A=[...Ch. 2.4 - (a) Assume that A is an nn matrix with entries |...Ch. 2.4 - Write a MATLAB program to define the structure...Ch. 2.4 - Plot the solution from Step 1 against the correct...Ch. 2.4 - Rerun the calculation in Step 1 for n=102k, where...Ch. 2.4 - Add a sinusoidal pile to the beam. This means...Ch. 2.4 - Rerun the calculation as in Step 3 for the...Ch. 2.4 - Now remove the sinusoidal load and add a 70 kg...Ch. 2.4 - If we also fix the free end of the diving board,...Ch. 2.4 - Ideas for further exploration: If the width of the...Ch. 2.5 - Compute the first two steps of the Jacobi and the...Ch. 2.5 - Rearrange the equations to form a strictly...Ch. 2.5 - Apply two steps of SOR to the systems in Exercise...Ch. 2.5 - Apply two steps of SOR to the systems in Exercise...Ch. 2.5 - Let be an eigenvalue of an nn matrix A. (a) Prove...Ch. 2.5 - Use the Jacobi Method to solve the sparse system...Ch. 2.5 - Use the Jacobi Method to solve the sparse system...Ch. 2.5 - Rewrite Program 2.2 to carry out Gauss-Seidel...Ch. 2.5 - Rewrite Program 2.2 to carry out SOR. Use =1.1 to...Ch. 2.5 - Carry out the steps of Computer Problem 1 with...Ch. 2.5 - Prob. 6CPCh. 2.5 - Using your program from Computer Problem 3. decide...Ch. 2.6 - Show that the following matrices are symmetric...Ch. 2.6 - Show that the following symmetric matrices are not...Ch. 2.6 - Prob. 3ECh. 2.6 - Show that the Cholesky factorization procedure...Ch. 2.6 - Prob. 5ECh. 2.6 - Find the Cholesky factorization A=RTR of each...Ch. 2.6 - Prob. 7ECh. 2.6 - Solve the system of equations by finding the...Ch. 2.6 - Prob. 9ECh. 2.6 - Find all numbers d such that A=[ 122d ] is...Ch. 2.6 - Prob. 11ECh. 2.6 - Prove that a principal submatrix of a symmetric...Ch. 2.6 - Solve the problems by carrying out the Conjugate...Ch. 2.6 - Solve the problems by carrying out the Conjugate...Ch. 2.6 - Carry out the conjugate gradient iteration in the...Ch. 2.6 - Prob. 1CPCh. 2.6 - Use a MATLAB version of conjugate gradient to...Ch. 2.6 - Solve the system Hx=b by the Conjugate Gradient...Ch. 2.6 - Solve the sparse problem of (2.45) by the...Ch. 2.6 - Prob. 5CPCh. 2.6 - Let A be the nn matrix with n=1000 and entries...Ch. 2.6 - Prob. 7CPCh. 2.6 - Prob. 8CPCh. 2.6 - Prob. 9CPCh. 2.6 - Prob. 10CPCh. 2.7 - Find the jacobian of the functions a....Ch. 2.7 - Use the Taylor expansion to find the linear...Ch. 2.7 - Sketch the two curves in the uv-plane, and find...Ch. 2.7 - Apply two steps of Newtons Method to the systems...Ch. 2.7 - Apply two steps of Broyden I to the systems in...Ch. 2.7 - Prob. 6ECh. 2.7 - Prove that (2.55) satisfies (2.53) and (2.54).Ch. 2.7 - Prove that (2.58) satisfies (2.56) and (2.57).Ch. 2.7 - Implement Newtons Method with appropriate starting...Ch. 2.7 - Use Newtons Method to find the three solutions of...Ch. 2.7 - Use Newtons Method to find the two solutions of...Ch. 2.7 - Apply Newtons Method to find both solutions of the...Ch. 2.7 - Use Multivariate Newtons Method to find the two...Ch. 2.7 - Prob. 6CPCh. 2.7 - Apply Broyden I with starting guesses x0=(1,1) and...Ch. 2.7 - Apply Broyden II with starting guesses (1, 1) and...Ch. 2.7 - Prob. 9CPCh. 2.7 - Apply Broyden Ito find the intersection point in...Ch. 2.7 - Apply Broyden II to find the sets of two...Ch. 2.7 - Apply Broyden II to find the intersection point in...
Knowledge Booster
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
- Evaluate the triple integral 3' 23 HIG 2 +3 f(x, y, z)dxdydz where f(x, y, z) = x + 2x-y ม u = v = and w = 2 2 3 Triple Integral Region R -2 x N 2 y 3arrow_forwardFind the volume of the solid bounded below by the circular cone z = 2.5√√√x² + y² and above by the sphere x² + y²+z² = 6.5z.arrow_forwardElectric charge is distributed over the triangular region D shown below so that the charge density at (x, y) is σ(x, y) = 4xy, measured in coulumbs per square meter (C/m²). Find the total charge on D. Round your answer to four decimal places. 1 U 5 4 3 2 1 1 2 5 7 coulumbsarrow_forward
- Let E be the region bounded cone z = √√/6 - (x² + y²) and the sphere z = x² + y² + z² . Provide an answer accurate to at least 4 significant digits. Find the volume of E. Triple Integral Spherical Coordinates Cutout of sphere is for visual purposes 0.8- 0.6 z 04 0.2- 0- -0.4 -0.2 04 0 0.2 0.2 x -0.2 04 -0.4 Note: The graph is an example. The scale and equation parameters may not be the same for your particular problem. Round your answer to 4 decimal places. Hint: Solve the cone equation for phi. * Oops - try again.arrow_forwardThe temperature at a point (x,y,z) of a solid E bounded by the coordinate planes and the plane 9.x+y+z = 1 is T(x, y, z) = (xy + 8z +20) degrees Celcius. Find the average temperature over the solid. (Answer to 4 decimal places). Average Value of a function using 3 variables z 1- y Hint: y = -a·x+1 * Oops - try again. xarrow_forwardFind the saddle pointsarrow_forward
- Problem #5 Section A of my math class has 110 students. Section B of my math class has 80 students. a). If I randomly select 15 students from the combined classes, in a way that the order of my selection does not matter, what is the probability that all 15 students can from Section A? b). If I randomly select 15 students from the combined classes, in a way that the order of my selection does not matter, what is the probability that all 15 students can from Section B? c). If I randomly select 15 students from the combined classes, in a way that the order of my selection does not matter, what is the probability that all 7 students come from section A and 8 students come from section B?arrow_forwardProblem #6 A special passcode to unlock your phone consists of 4 digits where repeated digits are not allowed. If someone were to randomly guess a 4 digit passcode, what is the probability that they guess your passcode on the first try?arrow_forwardProblem #3 If a card is picked at random from a standard 52-card deck, what is the probability of getting a black card or a queen?arrow_forward
- Problem #1 In the 2010 census, it was reported that the United States had a population of 310 million people. Of those, 74 million were under the age of 18. If you chose a person from the U.S. population at random, what is the probability they are under the age of 18? Problem #2 Given a set S={1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, if you were choosing a number at random what is the probability that you would choose an even number or a number larger than 7?arrow_forwardAnswer number twoarrow_forwardAnswer number onearrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Elementary Linear Algebra (MindTap Course List)AlgebraISBN:9781305658004Author:Ron LarsonPublisher:Cengage LearningAlgebra for College StudentsAlgebraISBN:9781285195780Author:Jerome E. Kaufmann, Karen L. SchwittersPublisher:Cengage Learning
- Linear Algebra: A Modern IntroductionAlgebraISBN:9781285463247Author:David PoolePublisher:Cengage LearningCollege Algebra (MindTap Course List)AlgebraISBN:9781305652231Author:R. David Gustafson, Jeff HughesPublisher:Cengage Learning

Elementary Linear Algebra (MindTap Course List)
Algebra
ISBN:9781305658004
Author:Ron Larson
Publisher:Cengage Learning


Algebra for College Students
Algebra
ISBN:9781285195780
Author:Jerome E. Kaufmann, Karen L. Schwitters
Publisher:Cengage Learning

Linear Algebra: A Modern Introduction
Algebra
ISBN:9781285463247
Author:David Poole
Publisher:Cengage Learning

College Algebra (MindTap Course List)
Algebra
ISBN:9781305652231
Author:R. David Gustafson, Jeff Hughes
Publisher:Cengage Learning

Finite Math: Markov Chain Example - The Gambler's Ruin; Author: Brandon Foltz;https://www.youtube.com/watch?v=afIhgiHVnj0;License: Standard YouTube License, CC-BY
Introduction: MARKOV PROCESS And MARKOV CHAINS // Short Lecture // Linear Algebra; Author: AfterMath;https://www.youtube.com/watch?v=qK-PUTuUSpw;License: Standard Youtube License
Stochastic process and Markov Chain Model | Transition Probability Matrix (TPM); Author: Dr. Harish Garg;https://www.youtube.com/watch?v=sb4jo4P4ZLI;License: Standard YouTube License, CC-BY