Numerical Analysis
3rd Edition
ISBN: 9780134696454
Author: Sauer, Tim
Publisher: Pearson,
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 2.3, Problem 6CP
Use the MATLAB program from Computer Problem 2.1.1 to carry out double precision implementations of versions 2 and 3 of Example 2.13, and compare with the theoretical results found in the text.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
In a well crafted spreadsheet, the formulae will never need to be altered, regardless of the changes that are made to the data or the parameters. This is because the formulae were not designed carelessly. True False
After the availability of covid 19 vaccinces in the Phiippines, the data below shows the number of senior citizens who received the vacines in City of Manila.
Week No.
1
5
9
Senior Citizens who are
Vaccinated
100
120
210
300
250
Based on the above data, determine the model of the vaccinated senior citizens.
Determine also the vaccinated senior citizens in the 15th week.
Have you ever been on an airplane and heard the pilot say that the plane would be a little late because it would be flying into a strong headwind or that even though the plane was taking off a bit late, you would be making up time because you would be flying with a tailwind? This problem asks you to analyze such a situation. You have the following data: A plane flying at its maximum speed can go 230 miles per hour with a tailwind or 150 miles per hour into a headwind.
What is the wind speed (in miles per hour)?
What would be the maximum speed of the plane (in miles per hour) if there were no wind?
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
- Please do not rely too much on chatgpt, because its answer may be wrong. Please consider it carefully and give your own answer. You can borrow ideas from gpt, but please do not believe its answer.Very very grateful!Please do not rely too much on chatgpt, because its answer may be wrong. Please consider it carefully and give your own answer. You can borrow ideas from gpt, but please do not believe its answer. Very very grateful!arrow_forwardPlease do not rely too much on chatgpt, because its answer may be wrong. Please consider it carefully and give your own answer. You can borrow ideas from gpt, but please do not believe its answer.Very very grateful!Please do not rely too much on chatgpt, because its answer may be wrong. Please consider it carefully and give your own answer. You can borrow ideas from gpt, but please do not believe its answer. Very very grateful!arrow_forward“PLEASE SOLVE WITH MATLAB, NOT MANUEL!” A corporation that manufactures electronics makes computer chips, transistors, and resistors. Four units of copper, one unit of zinc, and two units each of glass are needed to make one transistor. Each computer chip needs two, one, and three units of these materials, whereas each resistor needs three, three, and one units of each of the three materials. When we convert this data into a table, we get: Supplies of these materials vary from week to week, so the company needs to determine a different production run each week. For example, one week the total amounts of materials available are960 units of copper, 510 units of zinc, and 610 units of glass. Set up the system of equations modelling the production run, and use MATLAB to solve for the number of transistors, resistors, and computer chips to be manufactured this week.arrow_forward
- #14).arrow_forward#14).arrow_forward. Edgar the engineer uses many complicated equations in his work. Before doing lengthy and time consuming calculations he often uses a linear approximation to investigate the problem. Edgar's current project requires the error in making this approximation to be less than 1 to provide valid results. In this instance, Edgar is working with the function h(x) : = 100 + 3x sin Let P(x) be the linear approximation of h(x) at x = 3. (a) Find P(x). Show full working. (b) To check the accuracy of Edgar's approximation, divide the interval [-0.2, 6.6] into halves to obtain 3 x-values (including the end points). Create an Excel spreadsheet called Values and enter your name, Student ID and question number, then repeat the process from question 2(a). (c) Copy and paste the cells from the Values sheet into a new spreadsheet and name it Formulas. Convert this sheet so that it displays as formulas (as in question 2) ensuring that the columns are wide enough to display the formulas fully. Submit…arrow_forward
- The quadratic model for the given data is wrong.arrow_forward2. Consider an experimenter interested in whether the time it takes to respond to a visual signal is different from the time it takes to respond to an auditory signal. Ten subjects are tested with both the visual signal and with the auditory signal. (To avoid confounding with practice effects, half are in the auditory condition first and the other half are in the visual task first). The reaction times (in milliseconds) of the Visual Subject 1 Auditory 380 420 235 230 300 3 280 360 305 260 295 4 215 200 190 7 200 8 460 410 9. 345 330 10 375 380 ten subjects in the two conditions are shown on the right side.arrow_forwardA student received an A- in Engineering Math (3 credits), a B+ in introduction to PDT ( 3 credits), an B in Client server ( 3 credits), and a A in Technical writing ( 2 credits). Assuming that, A = 4 grade points, A- = 3.7 grade points, B+ = 3.3 grade points, B = 3 grade %3D %3D points, B- = 2.7 grade points, and C+ = 2.3 grade point, C = 2 %3D grade points and C- = 1.7 grade points. Find the student's grade point average (GPA)? [2 decimal place calculation] O a. 7.37 b. 3.37 О с. 3.73 d. None of the option is correctarrow_forward
- 1.2 Section Exercis A nurse mixes 70 cc of a 60% saline solution with a 30% saline solution to produce a 44% saline solution. How much of the 30% solution should he use? The amount of 30% saline solution needed is C. Save For Later Submit Assignment Check Answer © 2021 McGraw Hill LLC. All Rights Reserved. Terms of Use Privacy Center MacBook Airarrow_forward2. You have obtained measurements of height in inches of 29 female and 81 male students (Studenth) at your university. A regression of the height on a constant and a binary variable (BFemme), which takes a value of one for females and is zero otherwise, yields the following result: Studentl= 71.0– 4.84×BFemme , R2 = 0.40, SER = 2.0 (0.3) (0.57) a. What is the interpretation of the intercept? What is the interpretation of the slope? How tall are females, on average? b. Test the hypothesis that females, on average, are shorter than males, at the 1% level. c. Is it likely that the error term is homoskedastic here?arrow_forwardSuppose that a complex therapy procedure contains one component that has absolutely no effect on behavior. How does dismantling a design be used to demonstrate that the component has no effect?arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Algebra & Trigonometry with Analytic GeometryAlgebraISBN:9781133382119Author:SwokowskiPublisher:Cengage
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Intro to the Laplace Transform & Three Examples; Author: Dr. Trefor Bazett;https://www.youtube.com/watch?v=KqokoYr_h1A;License: Standard YouTube License, CC-BY