
Numerical Analysis, Books A La Carte Edition (3rd Edition)
3rd Edition
ISBN: 9780134697338
Author: Timothy Sauer
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
Chapter 2.3, Problem 17E
To determine
To find the LU factorization of
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
10. In the general single period market model with = {W1, W2, W3}, one risky asset, S, and
a money market account, we have So = 4 for the risky asset. Moreover, the effective
rate of interest on the money market account is 5% and at time t = 1 we have
W1
W2 W3
S₁
100 50 40
21
21
21
(a) Calculate all risk-neutral probability measures for this model. [4 Marks]
(b) State if the model is arbitrage-free. Give a brief reason for your answer. [2 Marks]
(c) A large bank has designed an investment product with payoff X at time t = 1.
Given
W₁
W2
W3
X
0
1
1.5
show that X is an attainable contingent claim. [4 marks]
Question 1. (10 points)
A researcher is studying tumours in mice. The growth rate for the volume of the tumour V(t) in cm³ is given by
dV
=
1.45V(2 In(V+1)).
dt
(a) (4 pts) Find all the equilibria and determine their stability using the stability condition.
(b) (2 pts) Draw the phase plot f(V) versus V where f(V) = V'. You may find it helpful to use Desmos or Wolfram Alpha to plot the graph of
f(V) versus V (both are free to use online), or you can plot it by hand if you like. On the plot identify each equilibrium as stable or unstable.
(c) (4 pts) Draw direction arrows for the case where the tumour starts at size 3cm³ and for the case where the tumour starts at size 9cm³. Explain
in biological terms what happens to the size of each of these tumours at time progresses.
For the system consisting of the two planes:plane 1: -x + y + z = 0plane 2: 3x + y + 3z = 0a) Are the planes parallel and/or coincident? Justify your answer. What does this tell you about the solution to the system?b) Solve the system (if possible). Show a complete solution. If there is a line of intersection express it in parametric form.
Chapter 2 Solutions
Numerical Analysis, Books A La Carte Edition (3rd Edition)
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
- added 2 imagesarrow_forwardQuestion 2: (10 points) Evaluate the definite integral. Use the following form of the definition of the integral to evaluate the integral: Theorem: Iff is integrable on [a, b], then where Ax = (ba)/n and x₂ = a + i^x. You might need the following formulas. IM³ L² (3x² (3x²+2x- 2x - 1)dx. n [f(z)dz lim f(x)Az a n→∞ i=1 n(n + 1) 2 n i=1 n(n+1)(2n+1) 6arrow_forwardFor the system consisting of the three planes:plane 1: -4x + 4y - 2z = -8plane 2: 2x + 2y + 4z = 20plane 3: -2x - 3y + z = -1a) Are any of the planes parallel and/or coincident? Justify your answer.b) Determine if the normals are coplanar. What does this tell you about the system?c) Solve the system if possible. Show a complete solution (do not use matrix operations). Classify the system using the terms: consistent, inconsistent, dependent and/or independent.arrow_forward
- For the system consisting of the three planes:plane 1: -4x + 4y - 2z = -8plane 2: 2x + 2y + 4z = 20plane 3: -2x - 3y + z = -1a) Are any of the planes parallel and/or coincident? Justify your answer.b) Determine if the normals are coplanar. What does this tell you about the system?c) Solve the system if possible. Show a complete solution (do not use matrix operations). Classify the system using the terms: consistent, inconsistent, dependent and/or independent.arrow_forwardOpen your tool box and find geometric methods, symmetries of even and odd functions and the evaluation theorem. Use these to calculate the following definite integrals. Note that you should not use Riemann sums for this problem. (a) (4 pts) (b) (2 pts) 3 S³ 0 3-x+9-dz x3 + sin(x) x4 + cos(x) dx (c) (4 pts) L 1-|x|dxarrow_forwardA movie studio wishes to determine the relationship between the revenue generated from the streaming of comedies and the revenue generated from the theatrical release of such movies. The studio has the following bivariate data from a sample of fifteen comedies released over the past five years. These data give the revenue x from theatrical release (in millions of dollars) and the revenue y from streaming (in millions of dollars) for each of the fifteen movies. The data are displayed in the Figure 1 scatter plot. Theater revenue, x Streaming revenue, y (in millions of (in millions of dollars) dollars) 13.2 10.3 62.6 10.4 20.8 5.1 36.7 13.3 44.6 7.2 65.9 10.3 49.4 15.7 31.5 4.5 14.6 2.5 26.0 8.8 28.1 11.5 26.1 7.7 28.2 2.8 60.7 16.4 6.7 1.9 Streaming revenue (in millions of dollars) 18+ 16+ 14 12+ xx 10+ 8+ 6+ 2- 0 10 20 30 40 50 60 70 Theater revenue (in millions of dollars) Figure 1 Send data to calculator Send data to Excel The least-squares regression line for these data has a slope…arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Algebra & Trigonometry with Analytic GeometryAlgebraISBN:9781133382119Author:SwokowskiPublisher:CengageHolt Mcdougal Larson Pre-algebra: Student Edition...AlgebraISBN:9780547587776Author:HOLT MCDOUGALPublisher:HOLT MCDOUGALElementary Geometry For College Students, 7eGeometryISBN:9781337614085Author:Alexander, Daniel C.; Koeberlein, Geralyn M.Publisher:Cengage,
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage

Holt Mcdougal Larson Pre-algebra: Student Edition...
Algebra
ISBN:9780547587776
Author:HOLT MCDOUGAL
Publisher:HOLT MCDOUGAL

Elementary Geometry For College Students, 7e
Geometry
ISBN:9781337614085
Author:Alexander, Daniel C.; Koeberlein, Geralyn M.
Publisher:Cengage,
Finding Local Maxima and Minima by Differentiation; Author: Professor Dave Explains;https://www.youtube.com/watch?v=pvLj1s7SOtk;License: Standard YouTube License, CC-BY