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]
2 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]2 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
How you solve this ?
jonny [76]
You have to use Pythagorean theorem

12^2+20^2 = x^2

sqrt(144*400) = x^2
sqrt(544) = x

X = 4  sqrt(34)

3 0
3 years ago
How many pencils can be purchased with $0.51 if it costs of 8 pencils is $1.36 ?
svp [43]
First year to find how much one pencil cost cost then multiply A number
8 0
3 years ago
Read 2 more answers
The back of Dante's property is a creek. Dante would like to enclose a rectangular area, using the creek as one side and fencing
Allushta [10]

The correct value is 720 ft of fencing.

Answer:

Max Area = 64800 sq.ft

Step-by-step explanation:

A square will always give us the maximum area.

Thus, one side would be;

720/4 = 180 feet

So, we want a square 180 ft by 180 ft

however, from the question, we are to use the creek as one side. So, we'll take the 180 ft that we don't need because of the creek and then add it to the opposite side to get 180 + 180 = 360 ft.

Thus,we now have a rectangle with dimensions: 180 ft by 360 ft

Area is given by;

area = length × width

Maximum Area = 180 × 360

Max Area = 64800 sq.ft

6 0
3 years ago
What is the value of x? 60 and 95 are the degrees
bogdanovich [222]

Answer: The answer is 25

Step-by-step explanation:

First, You would add the two numbers together, which you get 155

Then, the degrees of a triangle is equal to 180. So you would subtract 155 from 189, and you should get 55.

Hope this helps :3

3 0
3 years ago
Read 2 more answers
Please help asap. thanks
sergeinik [125]

Answer:

4\sqrt{2}

Step-by-step explanation:

use pythagoeron theorem

9^2-7^2=x^2

x^2=32

x=4\sqrt{2}

4 0
3 years ago
Read 2 more answers
Other questions:
  • Circles with centers (2,1) and (8,9) have radii 1 and 9, respectively. The equation of a common external tangent to the circles
    14·1 answer
  • Name the property the equation illustrates.
    14·2 answers
  • Select the correct answer
    13·1 answer
  • Find the volume of a pyramid with a square base, where the perimeter of the base is
    12·1 answer
  • Mrs. Kang gave Caleb a collection of 25 marbles. Each month Caleb adds 4 marbles to his collection. Which inequality can be used
    5·2 answers
  • 1¿cuantos cubos tengo si una figura tiene de base 6,altura 4 y ancho 2?
    14·1 answer
  • un camion puede llevar una carga maxima de 5 t. en una fabrica ha cargado 6 contenedores de 3 q y 85 kg uno. ¿cuantos kilos mas
    5·1 answer
  • There are 5 boxes and each box weighs x pounds. Write the expression for the total weight of the
    7·1 answer
  • The radius of a cylinder is $5/6$ its height. find the total surface area of the cylinder if its volume is $150\pi.$
    10·1 answer
  • In the figure below, angle y and angle x form vertical angles. Angle y forms a straight line with the 60° angle and the 70° angl
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!