recategorized by
266 views
0 votes
0 votes
Consider the vector \( u = \begin{bmatrix} 1 \\ 2 \\ 3 \\ 4 \\ 5 \end{bmatrix} \), and let \( M = uu^{\top} \). If \( \sigma_1, \sigma_2, \sigma_3, \ldots, \sigma_5 \) are the singular values of \( M \), what is the value of \( \sum_{i=1}^5 \sigma_i \)?
recategorized by

1 Answer

0 votes
0 votes

The u is given as u = [1 2 3 4 5 ]T.   [...]T  is used to represent a column vector.

M = uuT = [1 2 3 4 5 ]T [1 2 3 4 5] = 

    

So the sum of singular values,  the sum of the diagonal elements = 1+4+9+16+25 = 55. 

Related questions

301
views
0 answers
0 votes
GO Classes asked Feb 4
301 views
Consider a matrix \(M \in \mathbb{R}^{3 \times 3}\) and let \(U\) be a 2-dimensional subspace such that \(M\) is a projection onto \(U\). Which of the ... M\)The nullspace of \(M\) is 1-dimensional.The nullspace of \(M\) is 2-dimensional.
197
views
0 answers
0 votes
GO Classes asked Feb 4
197 views
Linear Algebra Question: Four options were given related to subspace R3.Something like this :A. \( \alpha \cdot x + \beta \cdot y \)B. \( \alpha^2 \cdot x + \beta^2 \cdot y \)C. \(f(x) = 4x_1 + 2x_3 + 3x_3 \)D.
770
views
2 answers
2 votes
GO Classes asked Feb 4
770 views
Consider the matrix\[\mathrm{M} = \begin{bmatrix}1 & 2 & 3 \\3 & 1 & 3 \\4 & 3 & 6\end{bmatrix}\]Find the value of \(|\mathrm{M}^2 + 12M|\).
392
views
2 answers
0 votes
GO Classes asked Feb 4
392 views
 Consider the matrix\[\begin{bmatrix}2 & -1 \\3 & 1\end{bmatrix}\]What is the nature of the eigenvalues of the given matrix?Both eigenvalues are positive.One eigenvalue is negative.Eigenvalues are complex conjugate pairs.None of the above.