
Numerical Analysis
3rd Edition
ISBN: 9780134696454
Author: Sauer, Tim
Publisher: Pearson,
expand_more
expand_more
format_list_bulleted
Question
Chapter 4.4, Problem 2CP
a
To determine
To find out GMRES method, using for in the Matlab program.
b
To determine
To find out the b and plot the error vs step number for no preconditioner and Gauss-Seidel preconditioner (circles), and Jacobi preconditioner (squares).
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
3. Consider the following regression model:
Yi Bo+B1x1 +
=
···· + ßpxip + Єi, i = 1, . . ., n,
where are i.i.d.
~
N (0,0²).
(i) Give the MLE of ẞ and σ², where ẞ = (Bo, B₁,..., Bp)T.
(ii) Derive explicitly the expressions of AIC and BIC for the above linear regression
model, based on their general formulae.
How does the width of prediction intervals for ARMA(p,q) models change as the forecast
horizon increases?
Grows to infinity at a square root rate
Depends on the model parameters
Converges to a fixed value
Grows to infinity at a linear rate
Consider the AR(3) model X₁ = 0.6Xt-1 − 0.4Xt-2 +0.1Xt-3. What is the value of the
PACF at lag 2?
0.6
Not enough information
None of these values
0.1
-0.4
이
Chapter 4 Solutions
Numerical Analysis
Ch. 4.1 - Solve the normal equations to find the least...Ch. 4.1 - Find the least squares solutions and RMSE of the...Ch. 4.1 - Find the least squares solution of the...Ch. 4.1 - Let mn, let A be the mn identity matrix (the...Ch. 4.1 - Prove that the 2-norm is a vector norm. You...Ch. 4.1 - Let A be an nn nonsingular matrix. (a) Prove that...Ch. 4.1 - Find the best line through the set of data points,...Ch. 4.1 - Find the best line through the set of data points,...Ch. 4.1 - Find the best parabola through each data point set...Ch. 4.1 - Find the best degree 3 polynomial through each set...
Ch. 4.1 - Assume that the height of a model rocket is...Ch. 4.1 - Given data points...Ch. 4.1 - Form the normal equations, and compute the least...Ch. 4.1 - Prob. 2CPCh. 4.1 - Prob. 3CPCh. 4.1 - Prob. 4CPCh. 4.1 - 5. A company test-markets a new soft drink in 22...Ch. 4.1 - What is the slope of the parabola y=x2on[ 0,1 ] ?...Ch. 4.1 - Find the least squares (a) line (b) parabola...Ch. 4.1 - Let A be the 10n matrix formed by the first n...Ch. 4.1 - Prob. 9CPCh. 4.1 - The following data, collected by U.S. Bureau of...Ch. 4.2 - Fit data to the periodic model...Ch. 4.2 - Fit the data to the periodic models...Ch. 4.2 - Fit data to the exponential model by using...Ch. 4.2 - Prob. 4ECh. 4.2 - Fit data to the power law model by using...Ch. 4.2 - Prob. 6ECh. 4.2 - Fit the monthly data for Japan 2003 oil...Ch. 4.2 - Prob. 2CPCh. 4.2 - Prob. 3CPCh. 4.2 - Prob. 4CPCh. 4.2 - Prob. 5CPCh. 4.2 - Prob. 6CPCh. 4.2 - Prob. 7CPCh. 4.2 - The file scrippsy. txt, available from the...Ch. 4.2 - The file scrippsm.txt, available from the textbook...Ch. 4.3 - Apply classical Gram-Schmidt orthogonalization to...Ch. 4.3 - Apply classical Gram-Schmidt orthogonalization to...Ch. 4.3 - Apply modified Gram--Schmidt orthogonalization to...Ch. 4.3 - Apply modified Gram-Schmidt orthogonalization to...Ch. 4.3 - Prob. 5ECh. 4.3 - Prob. 6ECh. 4.3 - Prob. 7ECh. 4.3 - Find the QR factorization and use it to solve the...Ch. 4.3 - Prove that a square matrix is orthogonal if and...Ch. 4.3 - Prove that the product of two orthogonal mm...Ch. 4.3 - Show that the Gram-Schmidt orthogonalization of an...Ch. 4.3 - Show that the Householder reflector method for the...Ch. 4.3 - Let P be the matrix defined in (4.29). Show (a)...Ch. 4.3 - Prob. 14ECh. 4.3 - Prob. 15ECh. 4.3 - Write a MATLAB program that implements the...Ch. 4.3 - Apply the classical Gram-Schmidt, modified...Ch. 4.3 - Prob. 3CPCh. 4.3 - Write a MATLAB program that implements (a)...Ch. 4.3 - Prob. 5CPCh. 4.3 - Use the MATLAB QR factorization to find the least...Ch. 4.3 - Prob. 7CPCh. 4.3 - Let x1,...,x11be11 be evenly spaced points in...Ch. 4.4 - Solve Ax=b for the following A and b=[ 1,0,0 ]T,...Ch. 4.4 - Prob. 2ECh. 4.4 - Let A=[ 10a1301a23001 ]. Prove that for any x0 and...Ch. 4.4 - Prob. 4ECh. 4.4 - Prob. 1CPCh. 4.4 - Prob. 2CPCh. 4.4 - Prob. 3CPCh. 4.4 - Let A be the matrix from Computer Problem 3, but...Ch. 4.4 - Prob. 5CPCh. 4.5 - The Gauss-Newton Method can be applied to find the...Ch. 4.5 - Prob. 2ECh. 4.5 - Prove that the distance from a point (x,y) to a...Ch. 4.5 - Prob. 4ECh. 4.5 - Find the matrix Dr needed for the application of...Ch. 4.5 - Prob. 6ECh. 4.5 - Prob. 7ECh. 4.5 - Prob. 1CPCh. 4.5 - Prob. 2CPCh. 4.5 - Prob. 3CPCh. 4.5 - Prob. 4CPCh. 4.5 - Prob. 5CPCh. 4.5 - Prob. 6CPCh. 4.5 - Prob. 7CPCh. 4.5 - Prob. 8CPCh. 4.5 - Prob. 9CPCh. 4.5 - Prob. 10CPCh. 4.5 - Prob. 11CPCh. 4.5 - Prob. 1SACh. 4.5 - Prob. 2SACh. 4.5 - Prob. 3SACh. 4.5 - Prob. 4SACh. 4.5 - Now repeat Step 4 with a more tightly grouped set...Ch. 4.5 - Decide whether the GPS en-or and condition number...
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
- Given the correlation coefficient (r-value), determine the strength of the relationship. Defend your answersarrow_forward(10 points) Let f(x, y, z) = ze²²+y². Let E = {(x, y, z) | x² + y² ≤ 4,2 ≤ z ≤ 3}. Calculate the integral f(x, y, z) dv. Earrow_forward1. Find the solution set of In(x) sin(x) ≤ 0, for x = [0,14].arrow_forward
- Suppose you are gambling on a roulette wheel. Each time the wheel is spun, the result is one of the outcomes 0, 1, and so on through 36. Of these outcomes, 18 are red, 18 are black, and 1 is green. On each spin you bet $5 that a red outcome will occur and $1 that the green outcome will occur. If red occurs, you win a net $4. (You win $10 from red and nothing from green.) If green occurs, you win a net $24. (You win $30 from green and nothing from red.) If black occurs, you lose everything you bet for a loss of $6. a. Use simulation to generate 1,000 plays from this strategy. Each play should indicate the net amount won or lost. Then, based on these outcomes, calculate a 95% confidence interval for the total net amount won or lost from 1,000 plays of the game. (Round your answers to two decimal places and if your answer is negative value, enter "minus" sign.) I worked out the Upper Limit, but I can't seem to arrive at the correct answer for the Lower Limit. What is the Lower Limit?…arrow_forward4. Consider Chebychev's equation (1 - x²)y" - xy + λy = 0 with boundary conditions y(-1) = 0 and y(1) = 0, where X is a constant. (a) Show that Chebychev's equation can be expressed in Sturm-Liouville form d · (py') + qy + Ary = 0, dx y(1) = 0, y(-1) = 0, where p(x) = (1 = x²) 1/2, q(x) = 0 and r(x) = (1 − x²)-1/2 (b) Show that the eigenfunctions of the Sturm-Liouville equation are extremals of the functional A[y], where A[y] = I[y] J[y]' and I[y] and [y] are defined by - I [y] = √, (my² — qy²) dx and J[y] = [[", ry² dx. Explain briefly how to use this to obtain estimates of the smallest eigenvalue >1. 1 (c) Let k > be a parameter. Explain why the functions y(x) = (1-x²) are suitable 4 trial functions for estimating the smallest eigenvalue. Show that the value of A[y] for these trial functions is 4k2 A[y] = = 4k - 1' and use this to estimate the smallest eigenvalue \1. Hint: L₁ x²(1 − ²)³¹ dr = 1 (1 - x²)³ dx (ẞ > 0). 2ẞarrow_forward2. If loga b + log, a = √√29, find all possible values of loga blog, aarrow_forward
- I need some assistance solving Part B of this question. Refer to the excel data in the image provided to answer Part B. SoftBus Company sells PC equipment and customized software to small companies to help them manage their day-to-day business activities. Although SoftBus spends time with all customers to understand their needs, the customers are eventually on their own to use the equipment and software intelligently. To understand its customers better, SoftBus recently sent questionnaires to a large number of prospective customers. Key personnel—those who would be using the software—were asked to fill out the questionnaire. SoftBus received 82 usable responses, as shown in the file. You can assume that these employees represent a random sample of all of SoftBus's prospective customers. SoftBus believes it can afford to spend much less time with customers who own PCs and score at least 4 on PC Knowledge. Let's call these the "PC-savvy" customers. On the other hand, SoftBus believes it…arrow_forward(12 points) Let E={(x, y, z)|x²+ y² + z² ≤ 4, x, y, z > 0}. (a) (4 points) Describe the region E using spherical coordinates, that is, find p, 0, and such that (x, y, z) (psin cos 0, psin sin 0, p cos) € E. (b) (8 points) Calculate the integral E xyz dV using spherical coordinates.arrow_forwardLet us suppose we have some article reported on a study of potential sources of injury to equine veterinarians conducted at a university veterinary hospital. Forces on the hand were measured for several common activities that veterinarians engage in when examining or treating horses. We will consider the forces on the hands for two tasks, lifting and using ultrasound. Assume that both sample sizes are 6, the sample mean force for lifting was 6.2 pounds with standard deviation 1.5 pounds, and the sample mean force for using ultrasound was 6.4 pounds with standard deviation 0.3 pounds. Assume that the standard deviations are known. Suppose that you wanted to detect a true difference in mean force of 0.25 pounds on the hands for these two activities. Under the null hypothesis, 40 0. What level of type II error would you recommend here? = Round your answer to four decimal places (e.g. 98.7654). Use α = 0.05. β = 0.0594 What sample size would be required? Assume the sample sizes are to be…arrow_forward
- (10 points) Let f(x, y, z) = ze²²+y². Let E = {(x, y, z) | x² + y² ≤ 4,2 ≤ z < 3}. Calculate the integral y, f(x, y, z) dV.arrow_forward(14 points) Let f: R3 R and T: R3. →R³ be defined by f(x, y, z) = ln(x²+ y²+2²), T(p, 0,4)=(psin cos 0, psin sin, pcos). (a) (4 points) Write out the composition g(p, 0, 4) = (foT)(p,, ) explicitly. Then calculate the gradient Vg directly, i.e. without using the chain rule. (b) (4 points) Calculate the gradient Vf(x, y, z) where (x, y, z) = T(p, 0,4). (c) (6 points) Calculate the derivative matrix DT(p, 0, p). Then use the Chain Rule to calculate Vg(r,0,4).arrow_forward(10 points) Let S be the upper hemisphere of the unit sphere x² + y²+2² = 1. Let F(x, y, z) = (x, y, z). Calculate the surface integral J F F-dS. Sarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Linear Algebra: A Modern IntroductionAlgebraISBN:9781285463247Author:David PoolePublisher:Cengage LearningElementary Linear Algebra (MindTap Course List)AlgebraISBN:9781305658004Author:Ron LarsonPublisher:Cengage LearningAlgebra for College StudentsAlgebraISBN:9781285195780Author:Jerome E. Kaufmann, Karen L. SchwittersPublisher:Cengage Learning
- College Algebra (MindTap Course List)AlgebraISBN:9781305652231Author:R. David Gustafson, Jeff HughesPublisher:Cengage LearningAlgebra & Trigonometry with Analytic GeometryAlgebraISBN:9781133382119Author:SwokowskiPublisher:CengageAlgebra: Structure And Method, Book 1AlgebraISBN:9780395977224Author:Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. ColePublisher:McDougal Littell

Linear Algebra: A Modern Introduction
Algebra
ISBN:9781285463247
Author:David Poole
Publisher: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

College Algebra (MindTap Course List)
Algebra
ISBN:9781305652231
Author:R. David Gustafson, Jeff Hughes
Publisher:Cengage Learning
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage

Algebra: Structure And Method, Book 1
Algebra
ISBN:9780395977224
Author:Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. Cole
Publisher:McDougal Littell
Inverse Matrices and Their Properties; Author: Professor Dave Explains;https://www.youtube.com/watch?v=kWorj5BBy9k;License: Standard YouTube License, CC-BY