Question: To develop your idea proposal, work the problems described below. As you complete each part, make sure to show your work and carefully describe

To develop your idea proposal, work the problems described below. As you complete each part, make sure to 

To develop your idea proposal, work the problems described below. As you complete each part, make sure to show your work and carefully describe how you arrive at your final answer. Any MATLAB code or MATLAB terminal outputs you generate should be included in your idea proposal to support your answers and work. 1. Consider the matrix: 3 x 3: 2 31 A-3 3 4 5 6 7 Use the svd() function in MATLAB to compute A, the rank-1 approximation of A. Clearly state what A, is, rounded to 4 decimal places. Also, compute the root mean square error (RMSE) between A and A 2. Use the svd() function in MATLAB to compute A, the rank-2 approximation of A. Clearly state what A, is, rounded to 4 decimal places. Also, compute the root mean square error (RMSE) between A and A. Which approximation is better. A, or A,? Explain. 3. For the 3 x 3 matrix A. the singular value decomposition is A-USV' where U-1uu Use MATLAB to compute the dot product di-dot(, ) Also, use MATLAB to compute the cross product e-cros() and dot product d, dot(e, us). Clearly state the values for each of these computations. Do these values make sense? Explain. 4. Using the matrix U-ju, u, us determine whether or not the columns of span R Explain your approach. 5. Use the MATLAB imshow() function to load and display the image A stored in the provided MATLAB image.mat file (available in the Supporting Materials area). For the loaded image, derive the value of that will result in a compression ratio of CR 2. For this value of k construct the rank-k approximation of the image. 6. Display the image and compute the root mean square error (RMSE) between the approximation and the original image. Make sure to include a copy of the approximate image in your report. 7. Repeat steps 5 and 6 for CR 10 CR 25, and CR 75. Explain what trends you observe in the image approximation as c increases and provide your recommendation for the best cn based on your observations. Make sure to include a copy of the approximate images in your report.

Step by Step Solution

3.48 Rating (141 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!