>
Exams
>
Data Science and Artificial Intelligence
>
Matrix
>
let u bmatrix 1 2 3 4 5 bmatrix and let 1 2 3 4 5
Question:
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 AR - 2024
GATE AR
Updated On:
Oct 19, 2024
Hide Solution
Verified By Collegedunia
Correct Answer:
55
Solution and Explanation
The correct answer is 55.
Download Solution in PDF
Was this answer helpful?
1
2
Top Questions on Matrix
Consider the 3 × 3 matrix M =
\(\begin{bmatrix} 1 & 2 & 3 \\ 3 & 1 & 3 \\ 4 & 3 & 6 \end{bmatrix}.\)
The determinant of (M
2
+ 12M) is ________.
GATE AR - 2024
Data Science and Artificial Intelligence
Matrix
View Solution
Let $A = \begin{bmatrix} 2 & -1 \\ 1 & 1 \end{bmatrix}$. If the sum of the diagonal elements of $A^{13}$ is $3^n$, then $n$ is equal to _____.
JEE Main - 2024
Mathematics
Matrix
View Solution
Let A be a square matrix such that
\(AA^T=I\)
.Then
\(\frac{1}{2}A[(A+A^T)^2+(A-A^T)^2]\)
is equal to
JEE Main - 2024
Mathematics
Matrix
View Solution
In a two-player game, player 1 can choose either M or N as strategies. Player 2 can choose either X, Y, or Z as strategies. The payoff matrix is as follows:
a
X
Y
Z
M
3, 1
0, 0
−1, 2
N
0, 0
1, 3
0.5, 1
Which set of strategy profiles survives iterated elimination of strictly dominated strategies?
IIT JAM EN - 2024
Mathematics for Economy
Matrix
View Solution
Let $M =\begin{bmatrix} \alpha & − 6 \\-1 & -1 \end{bmatrix}, \alpha\, \epsilon\, R $ be a 2 × 2 matrix. If the eigenvalues of $M$ are $\beta$ and 4, then which of the following is/are CORRECT?
IIT JAM EN - 2024
Mathematics for Economy
Matrix
View Solution
View More Questions
Questions Asked in GATE AR exam
Evaluate the following limit :
\(\lim\limits_{x\rightarrow0}\frac{\text{ln}((x^2+1)\cos x)}{x^2}\)
= ________.
GATE AR - 2024
Limits
View Solution
Two fair coins are tossed independently. X is a random variable that takes a value of 1 if both tosses are heads and 0 otherwise. Y is a random variable that takes a value of 1 if at least one of the tosses is heads and 0 otherwise.
The value of the covariance of X and Y is _________ (rounded off to three decimal places).
GATE AR - 2024
Random variables
View Solution
For the beam shown below, ignoring the self-weight, the maximum hogging moment (in kN·m) generated for the loads indicated is _______ (rounded off to one decimal place).
GATE AR - 2024
High Rise and Long Span structures, gravity and lateral load resisting systems
View Solution
Consider the following tree traversals on a full binary tree :
(i) Preorder
(ii) Inorder
(iii) Postorder
Which of the following traversal options is/are sufficient to uniquely reconstruct the full binary tree ?
GATE AR - 2024
Representation of Binary Tree
View Solution
Consider the following sorting algorithms:
(i) Bubble sort
(ii) Insertion sort
(iii) Selection sort
Which ONE among the following choices of sorting algorithms sorts the numbers in the array [4, 3, 2, 1, 5] in increasing order after exactly two passes over the array ?
GATE AR - 2024
Sorting
View Solution
View More Questions