>
Exams
>
Data Science and Artificial Intelligence
>
Matrix
>
consider the 3 3 matrix m bmatrix 1 2 3 3 1 3 4 3
Question:
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 DA - 2024
GATE DA
Updated On:
Jan 30, 2026
Show Solution
Verified By Collegedunia
Correct Answer:
0
Solution and Explanation
The correct answer is 0
Download Solution in PDF
Was this answer helpful?
0
4
Top GATE DA Data Science and Artificial Intelligence Questions
Consider performing depth-first search (DFS) on an undirected and unweighted graph G starting at vertex s. For any vertex u in G, d[u] is the length of the shortest path from s to u. Let (u, v) be an edge in G such that d[u] < d[v]. If the edge (u, v) is explored first in the direction from u to v during the above DFS, then (u, v) becomes a _____ edge.
GATE DA - 2024
Data Science and Artificial Intelligence
Database Concepts
View Solution
Three fair coins are tossed independently. T is the event that two or more tosses result in heads. S is the event that two or more tosses result in tails. What is the probability of the event T ∩ S?
GATE DA - 2024
Data Science and Artificial Intelligence
Probability
View Solution
Consider the matrix
\(M=\begin{bmatrix} 2 & -1 \\ 3 & 1 \end{bmatrix}\)
.
Which ONE of the following statements is TRUE ?
GATE DA - 2024
Data Science and Artificial Intelligence
Matrix
View Solution
For any twice differentiable function ƒ: R → R, if at some x* ∈ R, f'(x*) = 0 and f'(x*) > 0, then the function f necessarily has a ______ at x = x*.
Note : R denotes the set of real numbers.
GATE DA - 2024
Data Science and Artificial Intelligence
Differential Equations
View Solution
Match the items in Column 1 with the items in Column 2 in the following table :
Column 1
Column 2
(p)
First In First Out
(i)
Stacks
(q)
Lookup Operation
(ii)
Queues
(r)
Last In First Out
(iii)
Hash Tables
GATE DA - 2024
Data Science and Artificial Intelligence
Hashing
View Solution
View More Questions
Top GATE DA Matrix Questions
Consider the matrix
\(M=\begin{bmatrix} 2 & -1 \\ 3 & 1 \end{bmatrix}\)
.
Which ONE of the following statements is TRUE ?
GATE DA - 2024
Data Science and Artificial Intelligence
Matrix
View Solution
For any binary classification dataset, let
\(S_B\in \R^{d\times d}\)
and
\(S_W\in \R^{d\times d}\)
be the between-class and within-class scatter (covariance) matrices, respectively. The Fisher linear discriminant is defined by
\(u^* \in \R ^d\)
, that maximizes
\(J(u)=\frac{u^TS_Bu}{u^TS_Wu}\)
If λ = J(u*), S
W
is non-singular and S
B
≠ 0, then (u*, λ) must satisfy which ONE of the following equations ?
Note : R denotes the set of real numbers.
GATE DA - 2024
Data Science and Artificial Intelligence
Matrix
View Solution
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
Data Science and Artificial Intelligence
Matrix
View Solution
Top GATE DA Questions
Consider performing depth-first search (DFS) on an undirected and unweighted graph G starting at vertex s. For any vertex u in G, d[u] is the length of the shortest path from s to u. Let (u, v) be an edge in G such that d[u] < d[v]. If the edge (u, v) is explored first in the direction from u to v during the above DFS, then (u, v) becomes a _____ edge.
GATE DA - 2024
Database Concepts
View Solution
Three fair coins are tossed independently. T is the event that two or more tosses result in heads. S is the event that two or more tosses result in tails. What is the probability of the event T ∩ S?
GATE DA - 2024
Probability
View Solution
Consider the matrix
\(M=\begin{bmatrix} 2 & -1 \\ 3 & 1 \end{bmatrix}\)
.
Which ONE of the following statements is TRUE ?
GATE DA - 2024
Matrix
View Solution
For any twice differentiable function ƒ: R → R, if at some x* ∈ R, f'(x*) = 0 and f'(x*) > 0, then the function f necessarily has a ______ at x = x*.
Note : R denotes the set of real numbers.
GATE DA - 2024
Differential Equations
View Solution
Match the items in Column 1 with the items in Column 2 in the following table :
Column 1
Column 2
(p)
First In First Out
(i)
Stacks
(q)
Lookup Operation
(ii)
Queues
(r)
Last In First Out
(iii)
Hash Tables
GATE DA - 2024
Hashing
View Solution
View More Questions