1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
-BARSIC- [3]
3 years ago
6

Use the svd() function in MATLAB to compute , the rank-1 approximation of . Clearly state what is, rounded to 4 decimal places.

Also, compute the root mean square error (RMSE) between and .
Mathematics
1 answer:
Afina-wow [57]3 years ago
7 0

Answer:

Here is the Matlab code.

Step-by-step explanation:

Matlab Code:

A = [1 2 2;3 4 5;6 7 8]\\[U,S,V] = svd(A)u1 = U(:,1)\\u2 = U(:,2)\\u3 = U(:,3)\\d1 = dot(u1,u2)\\c = cross(u1,u2)\\d2 = dot(c,u3)

d1 =-    5.5511e-17\\c =   -0.7172    0.6643   -0.2103\\d2 =        1  

Yes, since c = cross(u1,u2) is orthogonal to both u1 and u2. Hence is u3, thus the dot product with u3 is 1.

You might be interested in
A video game system that normally sells for $249 is on sale for 15% off. Which expression can be used to find the amount of the
Gekata [30.6K]
I believe that the answer to that one would be A.
4 0
3 years ago
Evaluate the expression for the given value of the variables.
Rudik [331]

Since c=15 and d=3, we replace the c and d variables with 15 and 3.

0.5x15-1.7x3

0.5x15=7.5

1.7x3=5.1

Now subtract.

7.5-5.1=2.4

---

hope it helps

6 0
3 years ago
What is the slope of the line that passes through the points (-3,-9) and (22,-4)
scZoUnD [109]

Answer: 1/5

Step-by-step explanation:

8 0
3 years ago
Three eights of Mrs Stevens ride the bus. If there are 24 students in the class how manh students ride the bus?
tia_tia [17]
There would be 9 students riding the bus.
5 0
3 years ago
Read 2 more answers
Use the distributive property to simplify this expression: negative 2 (3 x + x minus 5). 1. Using order of operations, combine l
sashaice [31]

Answer:

8x-10

Step-by-step explanation:

2x3x=6x, 2 x x=2x, 2x-5=-10 so 6x+2x-10= 8x-10

5 0
3 years ago
Read 2 more answers
Other questions:
  • A number added to itself equals ten
    14·2 answers
  • I need help please if m<MNR=43 and m<MNP=84 find: m<RNP​ subtract or add
    14·1 answer
  • Multiply. 3 1/2 ⋅ 2 2/3 ( A. 9 1/6 B. 21 1/16 C. 9/13 D. 9 2/3 )
    14·1 answer
  • A shop produces 39 wet suits every 2 weeks. How long will it take to the shop to produce 429 suits?
    14·1 answer
  • Suppose f(x)=x^3 find the graph of f(x+4)
    14·1 answer
  • Help Please !!!! Very Confused, do not understand how to complete these 2 questions properly.
    13·1 answer
  • Find the equation of the median shown:
    14·1 answer
  • !!!Help please!!!What is the distance from point N to LM in the figure below?
    5·2 answers
  • Solve the linear equation<br> x + y = 2<br> 2x + 2y = -6
    5·2 answers
  • An equilateral triangle has a side length of 3x^2 - 4x + 9. What is the perimeter of the triangle?
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!