Solved: Set C = ones(6) + 7 eye(6) and [X, D] = eig(C) (a) Even though = 7 is an

Chapter 6, Problem 23

(choose chapter or problem)

Set C = ones(6) + 7 eye(6) and [X, D] = eig(C) (a) Even though = 7 is an eigenvalue of multiplicity 5, the matrix C cannot be defective. Why? Explain. Check that C is not defective by computing the rank of X. Compute also XT X. What type of matrix is X? Explain. Compute also the rank of C 7I. What can you conclude about the dimension of the eigenspace corresponding to = 7? Explain. (b) The matrix C should be symmetric positive definite. Why? Explain. Thus, C should have a Cholesky factorization LLT . The MATLAB command R = chol(C) will generate an upper triangular matrix R that is equal to LT . Compute R in this manner and set L = R . Use MATLAB to verify that C = LLT = RTR (c) Alternatively, one can determine the Cholesky factors from the LU factorization of C. Set [ L U ] = lu(C) and D = diag(sqrt(diag(U))) and W = (L D) How do R and W compare? This method of computing the Cholesky factorization is less efficient than the method MATLAB uses for its Chol function.

Unfortunately, we don't have that question answered yet. But you can get it answered in just 5 hours by Logging in or Becoming a subscriber.

Becoming a subscriber
Or look for another answer

×

Login

Login or Sign up for access to all of our study tools and educational content!

Forgot password?
Register Now

×

Register

Sign up for access to all content on our site!

Or login if you already have an account

×

Reset password

If you have an active account we’ll send you an e-mail for password recovery

Or login if you have your password back