Exams
Subjects
Classes
Home
Exams
Data Science and Artificial Intelligence
Matrix
let u bmatrix 1 2 3 4 5 b...
Question:
medium
Let
\(u=\begin{bmatrix} 1 \\ 2 \\ 3 \\ 4 \\ 5 \end{bmatrix}\)
, and let σ
1
, σ
2
, σ
3
, σ
4
, σ
5
be the singular values of the matrix M= uu
T
(where u
T
is the transpose of u).The value of
\(Σ^{5}_{i=1}σ_i\)
is
GATE DA - 2024
GATE DA
Updated On:
Feb 15, 2026
Show Solution
Correct Answer:
55
Solution and Explanation
The answer is 55.
Download Solution in PDF
Was this answer helpful?
2
Top Questions on Matrix
Three students run on a racing track such that their speeds add up to 6 km/h. However, double the speed of the third runner added to the speed of the first results in 7 km/h. If thrice the speed of the first runner is added to the original speeds of the other two, the result is 12 km/h. Using the matrix method, find the original speed of each runner.
CBSE Class XII - 2025
Mathematics
Matrix
View Solution
Find the value of
$x$,
if
\[ \begin{bmatrix} 1 & 3 & 2 \\ 2 & 5 & 1 \\ 15 & 3 & 2 \end{bmatrix} \begin{bmatrix} 1 \\ x \\ 2 \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \\ 0 \end{bmatrix} \]
CBSE Class XII - 2025
Mathematics
Matrix
View Solution
If A and B are two square matrices of the same order, then (A + B)(A - B) is equal to:
CBSE Class XII - 2025
Mathematics
Matrix
View Solution
If the matrix \[ \begin{bmatrix} 1 & 12 & 4y \\ 6x & 5 & 2x \\ 8x & 4 & 6 \end{bmatrix} \]
is a symmetric matrix, then the value of \( 2x + y \) is:
CBSE Class XII - 2025
Mathematics
Matrix
View Solution
Want to practice more? Try solving extra ecology questions today
View All Questions
Questions Asked in GATE DA exam
Consider the following Python code:
GATE DA - 2026
Programming and Data Structures
View Solution
If \( xyz \) is a three-digit number and the product of its digits is \( 70 \), then find the sum of the digits.
GATE DA - 2026
Discrete Mathematics
View Solution
Given the Python code:
GATE DA - 2026
Data Structures and Algorithms
View Solution
Which of the following recurrence relations represents the average case time complexity of QuickSort?
GATE DA - 2026
Data Structures and Algorithms
View Solution
Node size = 4096 B
Node pointer = 10 B
Search key = 11 B
Record pointer = 12 B
Find the maximum number of node pointers.
GATE DA - 2026
Data Management
View Solution