>
Exams
>
Data Science and Artificial Intelligence
>
Linear Algebra
>
select all choices that are subspaces of 3 note de
Question:
Select all choices that are subspaces of
\(\R^3\)
.
Note :
\(\R\)
denotes the set of real numbers.
GATE DA - 2024
GATE DA
Updated On:
Jan 30, 2026
\(\left\{x=\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix} \in \R^3:x=\alpha\begin{bmatrix} 1 \\ 1 \\ 0 \end{bmatrix}+\beta\begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix},\alpha,\beta \in \R \right\}\)
\(\left\{x=\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix} \in \R^3:x=\alpha^2\begin{bmatrix} 1 \\ 1 \\ 0 \end{bmatrix}+\beta^2\begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix},\alpha,\beta \in \R \right\}\)
\(\left\{x=\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix} \in \R^3:5x_1+2x_3=0,4x_1-2x_2+3x_3=0\right\}\)
\(\left\{x=\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix} \in \R^3:5x_1+2x_3+4-0\right\}\)
Show Solution
Verified By Collegedunia
The Correct Option is
A,
C
Solution and Explanation
The correct option is (A) :
\(\left\{x=\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix} \in \R^3:x=\alpha\begin{bmatrix} 1 \\ 1 \\ 0 \end{bmatrix}+\beta\begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix},\alpha,\beta \in \R \right\}\)
and (C) :
\(\left\{x=\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix} \in \R^3:5x_1+2x_3=0,4x_1-2x_2+3x_3=0\right\}\)
Download Solution in PDF
Was this answer helpful?
1
0
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 Linear Algebra Questions
Consider the two neural networks (NNs) shown in Figures 1 and 2, with ReLU activation (ReLU(z) = max{0, z}, ∀z ∈ R). R denotes the set of real numbers. The connections and their corresponding weights are shown in the Figures. The biases at every neuron are set to 0. For what values of p, q, r in Figure 2 are the two NNs equivalent, when x
1
, x
2
, x
3
are positive ?
GATE DA - 2024
Data Science and Artificial Intelligence
Linear Algebra
View Solution
Which of the following statements is/are TRUE ?
Note:
\(\R\)
denotes the set of real numbers.
GATE DA - 2024
Data Science and Artificial Intelligence
Linear Algebra
View Solution
Let
\(\R\)
be the set of real numbers, U be a subspace of
\(\R^3\)
and M ∈
\(\R^{3×3}\)
be the matrix corresponding to the projection on to the subspace U.
Which of the following statements is/are TRUE ?
GATE DA - 2024
Data Science and Artificial Intelligence
Linear Algebra
View Solution
Consider the directed acyclic graph (DAG) below :
Which of the following is/are valid vertex orderings that can be obtained from a topological sort of the DAG ?
GATE DA - 2024
Data Science and Artificial Intelligence
Linear Algebra
View Solution
S$_1$ = \{x = (x$_1$, x$_2$, x$_3$)$^T$ $\in$ R$^3$ $|$ x$^T$x $\le$ 16\}. Let S$_2$ be subspace of R$^3$ with dimension 2 then Area of S$_1$ $\cap$ S$_2$ ?
GATE DA - 2026
Data Science and Artificial Intelligence
Linear Algebra
View Solution
View More Questions
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