Numerical Analysis
Numerical Analysis
3rd Edition
ISBN: 9780134696454
Author: Sauer, Tim
Publisher: Pearson,
bartleby

Concept explainers

bartleby

Videos

Textbook Question
Book Icon
Chapter 12.4, Problem 1CP

Use MATLAb’S svd command to find the best rank-one approximation of the following matrices:

a [ 1 2 2 3 ] b [ 1 4 2 3 ] c [ 1 2 4 1 3 3 0 0 1 ] d [ 1 5 3 2 3 2 3 1 1 ]

a.

Expert Solution
Check Mark
To determine

Use MATLAB’s svd command to find the best rank-one approximation of the given matrx.

Answer to Problem 1CP

The best rank-one approximation of the matrix A=[1223] is [1.17071.89441.89443.0656]

Explanation of Solution

Given Information: [1223]

Calculation:

Use commands ‘A=[1 2;2 3]’ to define the matrix A and ‘[U S V]=svd(A)’ to find the singular value decomposition (SVD) of the matrix A in the MATLAB.

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  1

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  2

Therefore,

u1=[0.52570.8507]

s1=4.2361

v1=[0.52570.8507]

The first rank-one matrix is s1u1v1T .

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  3

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  4

Thus, the best rank-one approximation of the matrix A=[1223] is [1.17071.89441.89443.0656] .

b.

Expert Solution
Check Mark
To determine

Use MATLAB’s svd command to find the best rank-one approximation of the given matrx.

Answer to Problem 1CP

The best rank-one approximation of the matrix A=[1423] is [1.17071.89441.89443.0656]

Explanation of Solution

Given Information: [1423]

Calculation:

Use commands ‘A=[1 4;2 3]’ to define the matrix A and ‘[U S V]=svd(A)’ to find the singular value decomposition (SVD) of the matrix A in the MATLAB.

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  5

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  6

Therefore,

u1=[0.75550.6552]

s1=5.3983

v1=[0.38270.9239]

The first rank-one matrix is s1u1v1T .

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  7

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  8

Thus, the best rank-one approximation of the matrix A=[1423] is [1.56083.76801.35363.2678] .

c.

Expert Solution
Check Mark
To determine

Use MATLAB’s svd command to find the best rank-one approximation of the given matrx.

Answer to Problem 1CP

The best rank-one approximation of the matrix A=[124133001] is [1.01052.51223.64350.95512.37453.44380.17860.44400.6440]

Explanation of Solution

Given Information: [124133001]

Calculation:

Use commands ‘A=[1 2 4;1 3 3;0 0 1]’ to define the matrix A and ‘[U S V]=svd(A)’ to find the singular value decomposition (SVD) of the matrix A in the MATLAB.

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  9

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  10

Therefore,

u1=[0.72080.68130.1274]

s1=6.2980

v1=[0.22260.55340.8026]

The first rank-one matrix is s1u1v1T .

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  11

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  12

Thus, the best rank-one approximation of the matrix A=[124133001] is [1.01052.51223.64350.95512.37453.44380.17860.44400.6440] .

d.

Expert Solution
Check Mark
To determine

Use MATLAB’s svd command to find the best rank-one approximation of the given matrx.

Answer to Problem 1CP

The best rank-one approximation of the matrix A=[153232311] is [0.51415.23431.99530.20702.10730.80330.14251.45070.5530]

Explanation of Solution

Given Information: [153232311]

Calculation:

Use commands ‘A=[1 5 3;2 -3 2;-3 1 1]’ to define the matrix A and ‘[U S V]=svd(A)’ to find the singular value decomposition (SVD) of the matrix A in the MATLAB.

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  13

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  14

Therefore,

u1=[0.89840.36170.2490]

s1=6.2614

v1=[0.09140.93050.3547]

The first rank-one matrix is s1u1v1T .

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  15

  Numerical Analysis, Chapter 12.4, Problem 1CP , additional homework tip  16

Thus, the best rank-one approximation of the matrix A=[153232311] is [0.51415.23431.99530.20702.10730.80330.14251.45070.5530] .

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!

Chapter 12 Solutions

Numerical Analysis

Ch. 12.1 - If A is a 66 matrix with eigenvalues -6, -3, 1, 2,...Ch. 12.1 - Prob. 1CPCh. 12.1 - Prob. 2CPCh. 12.1 - Prob. 3CPCh. 12.1 - Prob. 4CPCh. 12.2 - Prob. 1ECh. 12.2 - Prob. 2ECh. 12.2 - Prob. 3ECh. 12.2 - Call a square matrix stochastic if the entries of...Ch. 12.2 - Prob. 5ECh. 12.2 - (a) Show that the determinant of a matrix in real...Ch. 12.2 - Decide whether the preliminary version of the QR...Ch. 12.2 - Prob. 8ECh. 12.2 - Prob. 1CPCh. 12.2 - Prob. 2CPCh. 12.2 - Prob. 3CPCh. 12.2 - Prob. 4CPCh. 12.2 - Prob. 5CPCh. 12.2 - Prob. 6CPCh. 12.2 - Prob. 7CPCh. 12.2 - Verify the page rank eigenvector p for Figure...Ch. 12.2 - Prob. 2SACh. 12.2 - Prob. 3SACh. 12.2 - Prob. 4SACh. 12.2 - Set q=0.15 . Suppose that Page 2 in the Figure...Ch. 12.2 - Prob. 6SACh. 12.2 - Design your own network, compute page ranks, and...Ch. 12.3 - Find the SVD of the following symmetric matrices...Ch. 12.3 - Prob. 2ECh. 12.3 - Prob. 3ECh. 12.3 - (a) Prove that the ui , as defined in Theorem...Ch. 12.3 - Prove that for any constants a and b, the nonzero...Ch. 12.3 - Prob. 6ECh. 12.3 - Prob. 7ECh. 12.3 - Prove that for any constants a and b, the nonzero...Ch. 12.4 - Use MATLAbS svd command to find the best rank-one...Ch. 12.4 - Prob. 2CPCh. 12.4 - Find the best least squares approximating line for...Ch. 12.4 - Find the best least squares approximating plane...Ch. 12.4 - Prob. 5CPCh. 12.4 - Continuing Computer Problem 5, add code to find...Ch. 12.4 - Use the code developed in Computer Problem 6 to...Ch. 12.4 - Import a photo, using MATLABs imread command. Use...
Knowledge Booster
Background pattern image
Math
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, subject and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
Elementary Linear Algebra (MindTap Course List)
Algebra
ISBN:9781305658004
Author:Ron Larson
Publisher:Cengage Learning
Text book image
College Algebra
Algebra
ISBN:9781305115545
Author:James Stewart, Lothar Redlin, Saleem Watson
Publisher:Cengage Learning
Text book image
Linear Algebra: A Modern Introduction
Algebra
ISBN:9781285463247
Author:David Poole
Publisher:Cengage Learning
Text book image
Elements Of Modern Algebra
Algebra
ISBN:9781285463230
Author:Gilbert, Linda, Jimmie
Publisher:Cengage Learning,
Text book image
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Vector Spaces | Definition & Examples; Author: Dr. Trefor Bazett;https://www.youtube.com/watch?v=72GtkP6nP_A;License: Standard YouTube License, CC-BY
Understanding Vector Spaces; Author: Professor Dave Explains;https://www.youtube.com/watch?v=EP2ghkO0lSk;License: Standard YouTube License, CC-BY