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
problem 5 answer based of the following distribution. what would be the appropriate measures of center of spread circle one answ
pentagon [3]

Answer:

b

Step-by-step explanation:

8 0
3 years ago
An online furniture store sells chairs for $200 each and tables for $800 each. Every day, the store can ship at most 19 pieces o
HACTEHA [7]

Answer:

  9 tables (see below)

Step-by-step explanation:

Let t represent the number of table sales required to meet revenue requirements. The total of sales for the day must be ...

  7(200) +t(800) ≥ 8000

  800t ≥ 6600 . . . . . . . . . . subtract 1400

  t ≥ 8.25

If additional sales are limited to tables, the store must sell at least 9 tables. The revenue goal can also be met by selling 1 chair and 8 tables. (A chair brings in 0.25 times the revenue of a table.)

If the store sells 5 more chairs, it only needs to sell 7 tables. (This combination will result in 19 pieces being sold.)

3 0
3 years ago
Read 2 more answers
Solve the equation 4(x+2)-17=35
Lostsunrise [7]
X=11 I say .......... ...
3 0
3 years ago
Read 2 more answers
How do I solve this question 6x-5x=0​
Tpy6a [65]

Answer:

x=0

Step-by-step explanation:

0-0=0

4 0
3 years ago
Read 2 more answers
Today is Maria's birthday. She is 7 years old. How old is Maria in months?
Serggg [28]

Answer:

84 months

Step-by-step explanation:

Maria is 7 years old, there are 12 months in a year, multiply 12 by 7.

12 * 7 = 84

Maria is 84 months old

3 0
2 years ago
Read 2 more answers
Other questions:
  • If a ship's path is mapped on a coordinate grid, it follows a straight-line path of slope 5 and passes through point (2, 3).part
    11·1 answer
  • Y-2=4 (x-1) in Standard<br> form and steps
    5·1 answer
  • B(t)=4*e^0.8t, How many hours will it take for the population to grow to 400?
    10·1 answer
  • How to use the missing pieces strategy to compare two fractions. Include a diagram with explanation
    9·1 answer
  • Find dy/dx if y= (cos x) ^ x
    10·1 answer
  • The map key says that every 3 centimeters is equal to 10 kilometers. If we measure 12 cm between our town and the next town over
    14·2 answers
  • Write at least three equivalent fractions for each fraction below
    10·1 answer
  • Division with Polynomials:
    14·2 answers
  • Simplify the following algebraic expression 5x– 4у + 3y+8y – 7х​
    8·1 answer
  • Which of the following best describes the graph below?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!