Thedecomposition of anmatrix is a decomposition of a matrixinto a productwhereis an orthogonal matrix andis an upper-triangular matrix. We will extensively discuss this decomposition in Chapters 14 and 17. There are two types ofdecomposition, the full and the reduced:
Forthe reduced decomposition saves space. To obtain a reduceddecomposition, use the MATLAB function qr as follows:
For reasons we will explain in Chapter 16, ifand rankone method of solving a least-squares problem is to follow these steps:
Implement solveq as a MATLAB function. Use backsolve from Chapter 9 to solve the upper-triangular system
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here