๐ฎ๐ณ GATE DA & AI Engineering ยท subject
GATE DA & AI Engineering Linear Algebra Syllabus
Every chapter and topic of Linear Algebra examined in GATE DA & AI Engineering โ 9 chapters, 7 topics and 1 sub-topics, plus 50 flashcards written against it.
Linear Algebra syllabus โ full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Linear Algebra in GATE DA & AI Engineering, not a summary of it.
-
Vector space
2 topics- Subspaces
- Linear dependence and independence of vectors
-
Matrices
4 topics- Projection matrix
- Orthogonal matrix
- Idempotent matrix
- Partition matrix and their properties
-
Quadratic forms
1 topic- Systems of linear equations and solutions
- Gaussian elimination
- Systems of linear equations and solutions
-
Eigenvalues and eigenvectors
overviewExamined as a single unit within Linear Algebra โ no further topic split in the official outline.
-
Determinant
overviewExamined as a single unit within Linear Algebra โ no further topic split in the official outline.
-
Rank and Nullity
overviewExamined as a single unit within Linear Algebra โ no further topic split in the official outline.
-
Projections
overviewExamined as a single unit within Linear Algebra โ no further topic split in the official outline.
-
LU decomposition
overviewExamined as a single unit within Linear Algebra โ no further topic split in the official outline.
-
Singular value decomposition
overviewExamined as a single unit within Linear Algebra โ no further topic split in the official outline.
Linear Algebra flashcards for GATE DA & AI Engineering
19 of 50 cards from the Linear Algebra deck โ real questions with worked answers.
What is a subspace of a vector space $V$?
A non-empty subset $W \subseteq V$ that is itself a vector space under the same operations. Equivalently, $W$ is closed under addition and scalar multiplication, and contains the zero vector $\vec{0}$.
State the three conditions a non-empty subset $W$ must satisfy to be a subspace of $V$.
(1) $\vec{0} \in W$; (2) closure under addition: $\vec{u}, \vec{v} \in W \Rightarrow \vec{u}+\vec{v} \in W$; (3) closure under scalar multiplication: $\vec{v} \in W,\ c \in \mathbb{R} \Rightarrow c\vec{v} \in W$.
Give the two trivial subspaces present in every vector space $V$.
The zero subspace $\{\vec{0}\}$ and the whole space $V$ itself.
Is the intersection of two subspaces always a subspace? What about their union?
The intersection $W_1 \cap W_2$ is always a subspace. The union $W_1 \cup W_2$ is generally NOT a subspace (only when one contains the other).
Define the sum $W_1 + W_2$ of two subspaces, and state the dimension formula relating it to the intersection.
$W_1 + W_2 = \{\vec{w_1}+\vec{w_2} : \vec{w_1}\in W_1,\ \vec{w_2}\in W_2\}$. Dimension formula: $\dim(W_1+W_2) = \dim W_1 + \dim W_2 - \dim(W_1\cap W_2)$.
What are the four fundamental subspaces associated with an $m\times n$ matrix $A$?
Column space $C(A)\subseteq\mathbb{R}^m$, null space $N(A)\subseteq\mathbb{R}^n$, row space $C(A^{T})\subseteq\mathbb{R}^n$, and left null space $N(A^{T})\subseteq\mathbb{R}^m$.
When is a set of vectors $\{\vec{v_1},\dots,\vec{v_n}\}$ said to be linearly independent?
When the only scalars satisfying $c_1\vec{v_1}+c_2\vec{v_2}+\cdots+c_n\vec{v_n}=\vec{0}$ are $c_1=c_2=\cdots=c_n=0$ (the trivial solution).
When is a set of vectors linearly dependent?
When there exist scalars $c_1,\dots,c_n$ not all zero such that $c_1\vec{v_1}+\cdots+c_n\vec{v_n}=\vec{0}$. Equivalently, at least one vector is a linear combination of the others.
How can the determinant test be used to check linear independence of $n$ vectors in $\mathbb{R}^{n}$?
Form the matrix $A$ with the vectors as columns. The vectors are linearly independent if and only if $\det(A)\neq 0$ (equivalently, $A$ is invertible).
Relate linear independence of the columns of $A$ to its rank and null space.
The columns of $A$ ($n$ columns) are linearly independent $\iff \operatorname{rank}(A)=n \iff N(A)=\{\vec{0}\}$ (the homogeneous system $A\vec{x}=\vec{0}$ has only the trivial solution).
What can you immediately conclude about linear (in)dependence if a set contains the zero vector?
Any set of vectors that contains the zero vector $\vec{0}$ is automatically linearly dependent.
If you have $k$ vectors in $\mathbb{R}^{n}$ with $k>n$, what is their dependence status?
They must be linearly dependent. More than $n$ vectors in an $n$-dimensional space can never be independent.
Define a basis of a vector space $V$.
A set of vectors that is both linearly independent and spans $V$. Every vector in $V$ has a unique representation as a linear combination of basis vectors; the number of basis vectors equals $\dim V$.
What is the projection of a vector $\vec{b}$ onto a line spanned by vector $\vec{a}$?
$\operatorname{proj}_{\vec{a}}\vec{b}=\dfrac{\vec{a}^{T}\vec{b}}{\vec{a}^{T}\vec{a}}\,\vec{a}$, with the scalar coefficient $\hat{x}=\dfrac{\vec{a}^{T}\vec{b}}{\vec{a}^{T}\vec{a}}$.
Give the projection matrix $P$ that projects any vector onto the line through $\vec{a}$.
$P=\dfrac{\vec{a}\,\vec{a}^{T}}{\vec{a}^{T}\vec{a}}$ (an $n\times n$ matrix of rank $1$).
Give the projection matrix onto the column space of an $m\times n$ matrix $A$ with independent columns.
$P = A(A^{T}A)^{-1}A^{T}$. It projects any $\vec{b}\in\mathbb{R}^m$ orthogonally onto $C(A)$.
State the two defining algebraic properties of any projection matrix $P$.
It is symmetric and idempotent: $P^{T}=P$ and $P^{2}=P$.
If $P$ projects onto subspace $S$, what does $I-P$ project onto?
$I-P$ projects onto the orthogonal complement $S^{\perp}$. It is also a projection matrix: $(I-P)^{2}=I-P$ and $(I-P)^{T}=I-P$.
What are the only possible eigenvalues of a projection matrix, and what do they correspond to?
The eigenvalues are $0$ and $1$. Eigenvalue $1$ corresponds to vectors already in the subspace (fixed by $P$); eigenvalue $0$ corresponds to vectors in the orthogonal complement (annihilated by $P$).
Planning Linear Algebra for GATE DA & AI Engineering
Linear Algebra is about 12% of the GATE DA & AI Engineering syllabus by topic count โ 7 of 60 topics, spread over 9 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 5 hours.
The heaviest chapters are Matrices (4 topics), Vector space (2 topics), Quadratic forms (1 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Linear Algebra (GATE DA & AI Engineering) FAQ
What is in the GATE DA & AI Engineering Linear Algebra syllabus?
Linear Algebra is split into 9 chapters โ Vector space, Matrices, Quadratic forms, Eigenvalues and eigenvectors, Determinant and Rank and Nullity, and 3 more, containing 7 topics and 1 sub-topics in total.
How many chapters are there in Linear Algebra for GATE DA & AI Engineering?
9 chapters. Linear Algebra accounts for about 12% of the topics in the whole GATE DA & AI Engineering syllabus (7 of 60).
How long should I spend on Linear Algebra for GATE DA & AI Engineering?
Budget around 5 hours for a first pass through Linear Algebra โ about 45 minutes per topic plus 12 minutes per sub-topic across its 7 topics. Add revision cycles on top.
Are there flashcards for GATE DA & AI Engineering Linear Algebra?
Yes โ a 50-card Linear Algebra deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.