Advanced Engineering Mathematics
10th Edition
ISBN: 9780470458365
Author: Erwin Kreyszig
Publisher: Wiley, John & Sons, Incorporated
expand_more
expand_more
format_list_bulleted
Question
thumb_up100%
Hi there - I am looking for some assitance on how to answer the explanation for problem 2.
If the value of the RSME result is the same for A1 and A2, then does that mean both approximations are equal to one another? Or is approximation still better than the other? I feel like I am missing something.
Thank you!
Problem 1
Use the svd() function in MATLAB to compute , the rank-1 approximation of A. Clearly state what is, rounded to 4 decimal places. Also, compute the root-mean square error (RMSE) between A and .
My Solution:
A = [1 2 2; 3 3 4; 5 6 7]
[u, s, v] = svd(A)
k = 1
A1 = u(:,1:k)*s(1:k,1:k)*v(:,1:k)'
rmse = rms(sqrt(mean((A - A1).^2)))
Problem 2
Use the svd() function in MATLAB to compute , the rank-2 approximation of A. Clearly state what is, rounded to 4 decimal places. Also, compute the root-mean square error (RMSE) between A and . Which approximation is better, or ? Explain.
My Solution:
A = [1 2 2; 3 3 4; 5 6 7]
[u, s, v] = svd(A)
k = 2
A2 = u(:,1:k)*s(1:k,1:k)*v(:,1:k)'
rmse = rms(sqrt(mean((A - A1).^2)))
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 3 steps with 4 images
Knowledge Booster
Similar questions
- 6. If f(x)=cot(0) +4 is horizontally compressed by a factor of ½ and horizontally shifted left, which of 3 the following could represent g(x), this new function? A. g(x)=cot(20+2)+4 C. g(x)-col(+)-4 B. g(x)=cot+)+4 D. g(x) = cot(+)-4 A B C D E: None of the Above 1arrow_forward1 If a parent function x) : is compressed horizontally by a factor of 5, what would be the equation of transformed function &X)? 5 O 8(x) = 1 O g(x) = 5x O 8(x) = 5x O 8(x) = 5 * 5 6 7 8 9 10arrow_forwardEvaluate the following at the given x-value. (Note: Please answer parts d, e, and f. A,b, and c have already been taken care of.)arrow_forward
- Answer the question in the image below. It is a function.arrow_forwardA rectangular swimming pool is to be built with an area of 3200 square feet. The owner wants 5-foot wide decks along either side and 10-foot wide decks at the two ends. In this problem you will find the dimensions of the smallest piece of property on which the pool can be built satisfying these conditions. O A(X): If the dimensions of the swimming pool are denoted by x and y, which of the following functions could be used to represent the area of the piece of property needed? A(x) = 10) (x 10)(x+20) - 5)(x - 10) 10)(3200 X = O A(X): O A(X) = A(x) = = 3200 X 3200 X 3200 X 3200 X + X pool + 10 +5)(x + 10) 5) (x 3200-10)(x-20) +20 1arrow_forwardFor two functions, a(x) and b(x), a statement is made that a(x)=b(x) at x=2. What is definitely true about x=2? 1. Both a(x) and b(x) cross the x-axis at 2 or 2. Both a(x) and b(x) have the same output value at x=2arrow_forward
- I had a homework question:arrow_forwardConsider the function ex 4 f(x) x2 1 and answer the following. (c) Determine all critical points of f. If there are any values that are not whole numbers, express these to six decimal places. If there is more than one critical value, write your answer as a comma-separated list. You may use a calculator to find these points, but you must explain how you did so in your work. X =arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Advanced Engineering MathematicsAdvanced MathISBN:9780470458365Author:Erwin KreyszigPublisher:Wiley, John & Sons, IncorporatedNumerical Methods for EngineersAdvanced MathISBN:9780073397924Author:Steven C. Chapra Dr., Raymond P. CanalePublisher:McGraw-Hill EducationIntroductory Mathematics for Engineering Applicat...Advanced MathISBN:9781118141809Author:Nathan KlingbeilPublisher:WILEY
- Mathematics For Machine TechnologyAdvanced MathISBN:9781337798310Author:Peterson, John.Publisher:Cengage Learning,
Advanced Engineering Mathematics
Advanced Math
ISBN:9780470458365
Author:Erwin Kreyszig
Publisher:Wiley, John & Sons, Incorporated
Numerical Methods for Engineers
Advanced Math
ISBN:9780073397924
Author:Steven C. Chapra Dr., Raymond P. Canale
Publisher:McGraw-Hill Education
Introductory Mathematics for Engineering Applicat...
Advanced Math
ISBN:9781118141809
Author:Nathan Klingbeil
Publisher:WILEY
Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,