🇮🇳 GATE Marine Engineering · subject
GATE Marine Engineering Engineering Mathematics Syllabus
Every chapter and topic of Engineering Mathematics examined in GATE Marine Engineering — 14 chapters, 18 topics and 1 sub-topics, plus 51 flashcards written against it.
Engineering Mathematics syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Engineering Mathematics in GATE Marine Engineering, not a summary of it.
-
Determinants and Matrices
2 topics- Determinants
- Matrices
-
Systems of Linear Equations
1 topic- Linear Equations
-
Eigen Values and Eigen Vectors
2 topics- Eigen Values
- Eigen Vectors
-
Functions
4 topics- Gradient
- Divergence
- Curl
- Chain Rules
-
Partial Derivatives
1 topic- Directional Derivatives
-
Definite and Indefinite Integrals
3 topics- Line Integrals
- Surface Integrals
- Volume Integrals
-
Theorems of Stokes, Gauss, and Green
overviewExamined as a single unit within Engineering Mathematics — no further topic split in the official outline.
-
Ordinary and Partial Differential Equations
5 topics- Linear Equations
- Non-linear Equations
- First Order Equations
- Higher Order Equations
- Partial Differential Equations
- Separation of Variables
-
Laplace Transformation
overviewExamined as a single unit within Engineering Mathematics — no further topic split in the official outline.
-
Analytical Functions of Complex Variables
overviewExamined as a single unit within Engineering Mathematics — no further topic split in the official outline.
-
Fourier Series
overviewExamined as a single unit within Engineering Mathematics — no further topic split in the official outline.
-
Numerical Methods for Differentiation and Integration
overviewExamined as a single unit within Engineering Mathematics — no further topic split in the official outline.
-
Complex Analysis
overviewExamined as a single unit within Engineering Mathematics — no further topic split in the official outline.
-
Probability and Statistics
overviewExamined as a single unit within Engineering Mathematics — no further topic split in the official outline.
Engineering Mathematics flashcards for GATE Marine Engineering
21 of 51 cards from the Engineering Mathematics deck — real questions with worked answers.
What is the determinant of a $2 \times 2$ matrix $\begin{pmatrix} a & b \\ c & d \end{pmatrix}$?
$$\det = ad - bc$$
How does the determinant change when two rows (or two columns) of a matrix are interchanged?
The determinant changes sign (is multiplied by $-1$). Interchanging two rows or two columns reverses the sign of the determinant.
What is the value of the determinant if any two rows (or columns) of a square matrix are identical or proportional?
The determinant is $0$. A matrix with two identical or proportional rows/columns is singular.
If $A$ is an $n \times n$ matrix and $k$ is a scalar, how is $\det(kA)$ related to $\det(A)$?
$$\det(kA) = k^{n}\det(A)$$ because each of the $n$ rows contributes a factor of $k$.
State the multiplicative property of determinants for two square matrices $A$ and $B$ of the same order.
$$\det(AB) = \det(A)\,\det(B)$$
How is the determinant of a triangular matrix (upper or lower) computed?
It equals the product of the diagonal entries: $\det = a_{11}a_{22}\cdots a_{nn}$.
What is the relationship between $\det(A)$ and $\det(A^{T})$?
$$\det(A^{T}) = \det(A)$$ The determinant is unchanged by transposition.
For an invertible matrix $A$, what is $\det(A^{-1})$?
$$\det(A^{-1}) = \frac{1}{\det(A)}$$ valid only when $\det(A) \neq 0$.
What is the formula for the inverse of a non-singular matrix $A$ using the adjugate?
$$A^{-1} = \frac{1}{\det(A)}\,\operatorname{adj}(A)$$ where $\operatorname{adj}(A)$ is the transpose of the cofactor matrix.
Define the rank of a matrix.
The rank is the order of the largest non-zero minor, equivalently the number of linearly independent rows (or columns), equivalently the number of non-zero rows in row-echelon form.
What condition on a square matrix $A$ makes it singular (non-invertible)?
$A$ is singular if and only if $\det(A) = 0$, equivalently its rank is less than its order, equivalently $0$ is an eigenvalue.
Define a symmetric matrix and a skew-symmetric matrix.
Symmetric: $A^{T} = A$ (so $a_{ij} = a_{ji}$). Skew-symmetric: $A^{T} = -A$ (so $a_{ij} = -a_{ji}$ and all diagonal entries are $0$).
What defines an orthogonal matrix, and what is its key determinant property?
A matrix $A$ is orthogonal if $A^{T}A = AA^{T} = I$, i.e. $A^{-1} = A^{T}$. Its determinant is $\det(A) = \pm 1$.
State Cramer's rule for solving a system $AX = B$ of $n$ linear equations.
If $\det(A) \neq 0$, then $x_{i} = \dfrac{\det(A_{i})}{\det(A)}$, where $A_{i}$ is $A$ with its $i$-th column replaced by $B$.
For the homogeneous system $AX = 0$, when does a non-trivial (non-zero) solution exist?
A non-trivial solution exists if and only if $\det(A) = 0$ (the coefficient matrix is singular, i.e. rank $< n$).
Using rank, state the consistency conditions for the linear system $AX = B$ with $n$ unknowns.
Let $r = \operatorname{rank}(A)$ and $r' = \operatorname{rank}([A\,|\,B])$. If $r \neq r'$: inconsistent (no solution). If $r = r' = n$: unique solution. If $r = r' < n$: infinitely many solutions.
Define an eigenvalue and eigenvector of a square matrix $A$.
A non-zero vector $\vec{x}$ is an eigenvector with eigenvalue $\lambda$ if $$A\vec{x} = \lambda\vec{x}.$$
What is the characteristic equation used to find eigenvalues of $A$?
$$\det(A - \lambda I) = 0$$ Its roots $\lambda$ are the eigenvalues.
What does the sum of the eigenvalues of a matrix $A$ equal?
The sum of eigenvalues equals the trace of $A$ (sum of diagonal elements): $\sum \lambda_{i} = \operatorname{tr}(A)$.
What does the product of the eigenvalues of a matrix $A$ equal?
The product of eigenvalues equals the determinant: $\prod \lambda_{i} = \det(A)$.
State the Cayley-Hamilton theorem.
Every square matrix satisfies its own characteristic equation. If the characteristic polynomial is $p(\lambda) = 0$, then $p(A) = 0$ (the zero matrix).
Planning Engineering Mathematics for GATE Marine Engineering
Engineering Mathematics is about 10% of the GATE Marine Engineering syllabus by topic count — 18 of 184 topics, spread over 14 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 15 hours.
The heaviest chapters are Ordinary and Partial Differential Equations (5 topics), Functions (4 topics), Definite and Indefinite Integrals (3 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.
Engineering Mathematics (GATE Marine Engineering) FAQ
What is in the GATE Marine Engineering Engineering Mathematics syllabus?
Engineering Mathematics is split into 14 chapters — Determinants and Matrices, Systems of Linear Equations, Eigen Values and Eigen Vectors, Functions, Partial Derivatives and Definite and Indefinite Integrals, and 8 more, containing 18 topics and 1 sub-topics in total.
How many chapters are there in Engineering Mathematics for GATE Marine Engineering?
14 chapters. Engineering Mathematics accounts for about 10% of the topics in the whole GATE Marine Engineering syllabus (18 of 184).
How long should I spend on Engineering Mathematics for GATE Marine Engineering?
Budget around 15 hours for a first pass through Engineering Mathematics — about 45 minutes per topic plus 12 minutes per sub-topic across its 18 topics. Add revision cycles on top.
Are there flashcards for GATE Marine Engineering Engineering Mathematics?
Yes — a 51-card Engineering Mathematics deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.