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 × 3: [1 2 31 A = 3 34 [567] 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 A2, 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₁₂u] Use MATLAB to compute the dot product d₁ = dot(u₁, u₂). Also, use MATLAB to compute the cross product c = cross(u₁, u2) and dot product d₂ = dot(c, us). Clearly state the values for each of these computations. Do these values make sense? Explain. 4. Using the matrixʊ = [u₁ u2 u3], determine whether or not the columns of U 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 CR2. 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 CR increases and provide your recommendation for the best CR based on your observations. Make sure to include a copy of the approximate images in your report.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
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 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 × 3:
[1 2 31
A =
3 34
[567]
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 A2, 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₁₂u] Use MATLAB to compute the dot product
d₁ = dot(u₁, u₂). Also, use MATLAB to compute the cross product c = cross(u₁, u2) and dot product d₂ = dot(c, us). Clearly state the values for
each of these computations. Do these values make sense? Explain.
4. Using the matrixʊ = [u₁ u2 u3], determine whether or not the columns of U 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 CR2. 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 CR increases and
provide your recommendation for the best CR based on your observations. Make sure to include a copy of the approximate images in your
report.
Transcribed Image Text: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 × 3: [1 2 31 A = 3 34 [567] 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 A2, 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₁₂u] Use MATLAB to compute the dot product d₁ = dot(u₁, u₂). Also, use MATLAB to compute the cross product c = cross(u₁, u2) and dot product d₂ = dot(c, us). Clearly state the values for each of these computations. Do these values make sense? Explain. 4. Using the matrixʊ = [u₁ u2 u3], determine whether or not the columns of U 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 CR2. 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 CR increases and provide your recommendation for the best CR based on your observations. Make sure to include a copy of the approximate images in your report.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education