Probability Engine · MDS 504

Mathematics for Data Science: the questions likely to come

96 analyzed questions from 12 past papers (4 board exams, 2078-2082), grouped by syllabus unit — each with its probability, how often it's been asked, and where to study the answer.

12
Papers analyzed
incl. 4 board exams · 2078-2082
96
Analyzed questions
across 4 syllabus units
27%
Board marks from repeats
questions asked before
3
Units = 80% of marks
study these first
Model answers for this subject are being written. Every question links to its original paper so you can study from the source meanwhile.
Which exams to include?Showing: Board only (default)
Pick a unit
U3 · Q1/16 · 20796 marks
Spectral Theorems

Consider the matrix: A=(3001)A = \begin{pmatrix}3 & 0\\0 & 1\end{pmatrix}. What can you say about the action of AA on an arbitrary vector? What are examples of eigenvalues/eigenvectors of this matrix? What does this discussion for this example illustrate?

OR

Let v1,v2v_1, v_2 be the eigenvectors associated with the eigenvalues λ1,λ2\lambda_1, \lambda_2 of a 2×22 \times 2 symmetric matrix AA respectively. Prove that A=λ1v1v1T+λ2v2v2TA = \lambda_1 v_1 v_1^T + \lambda_2 v_2 v_2^T. (1)

34%
Possible to appearAppeared in 1 of the last 1 board papers
Seen in
How well do you know this?rating moves you on
MODEL ANSWERU3 · 6 marks

Action of A=(3001)A = \begin{pmatrix}3 & 0 \\ 0 & 1\end{pmatrix} on an arbitrary vector

For an arbitrary x=(x1x2)x = \begin{pmatrix}x_1\\x_2\end{pmatrix},

Ax=(3001)(x1x2)=(3x1x2).Ax = \begin{pmatrix}3 & 0\\0 & 1\end{pmatrix}\begin{pmatrix}x_1\\x_2\end{pmatrix} = \begin{pmatrix}3x_1\\x_2\end{pmatrix}.

So AA scales the first coordinate by 3 and leaves the second coordinate unchanged. Geometrically it is a non-uniform stretch (an anisotropic scaling) of the plane: distances along the x1x_1-axis are tripled while distances along the x2x_2-axis are preserved. A unit circle is mapped to an axis-aligned ellipse with semi-axes 33 (horizontal) and 11 (vertical).

Eigenvalues and eigenvectors

Being diagonal, the eigenvalues are the diagonal entries:

λ1=3  with  v1=(10),λ2=1  with  v2=(01).\lambda_1 = 3 \;\text{with}\; v_1 = \begin{pmatrix}1\\0\end{pmatrix}, \qquad \lambda_2 = 1 \;\text{with}\; v_2 = \begin{pmatrix}0\\1\end{pmatrix}.

Check: Av1=(30)=3v1A v_1 = \begin{pmatrix}3\\0\end{pmatrix} = 3 v_1 and Av2=(01)=1v2.A v_2 = \begin{pmatrix}0\\1\end{pmatrix} = 1\cdot v_2.

What this illustrates

The eigenvectors are precisely the directions that the transformation does not rotate — it only stretches them. Along v1v_1 vectors are stretched by the factor λ1=3\lambda_1 = 3; along v2v_2 they are unchanged (λ2=1\lambda_2 = 1). Thus eigenvalues measure the amount of stretch along the invariant eigen-directions. For a diagonal (and more generally a symmetric) matrix the coordinate axes are the natural orthogonal eigen-directions, and the matrix acts as pure scaling along them — the geometric meaning of diagonalisation.

AI-generated answerView in 2079 paper →
U3 · Question 1 of 16
Question Priority · U3ranked by appearance likelihood — study top-down

Spectral Theorems

Analyzed next34%
1
★ TOP PICK

Consider the matrix: A=(3001)A = \begin{pmatrix}3 & 0\\0 & 1\end{pmatrix}. What can you say about the action of AA on an arbitrary vector? What are examples of eigenvalues/eigenvectors of this matrix? What does this discussion for this example illustrate?

OR

Let v1,v2v_1, v_2 be the eigenvectors associated with the eigenvalues λ1,λ2\lambda_1, \lambda_2 of a 2×22 \times 2 symmetric matrix AA respectively. Prove that A=λ1v1v1T+λ2v2v2TA = \lambda_1 v_1 v_1^T + \lambda_2 v_2 v_2^T. (1)

6 marksSEEN IN
34%
2

a) Prove that if a matrix AA is symmetric, then any two distinct eigenvectors corresponding to different eigenvalues are orthogonal. b) Show that the matrix A=(2114)A = \begin{pmatrix} 2 & -1 \\ 1 & 4 \end{pmatrix} is not diagonalizable.

6 marksSEEN IN
25%
3

Find an SVD of the matrix (110110)\begin{pmatrix} 1 & 1 \\ 0 & 1 \\ 1 & 0 \end{pmatrix}.

OR

a) Prove that if AA is an m×nm \times n matrix, then all the eigenvalues of ATAA^T A are non-negative. b) Find the eigenvalues and eigenvectors of ATAA^T A where A=(111121)A = \begin{pmatrix} 1 & 1 \\ 1 & 1 \\ -2 & 1 \end{pmatrix}.

6 marksSEEN IN
25%
4

a) Let v1,v2v_1, v_2 be the eigenvectors associated with the eigenvalues λ1,λ2\lambda_1, \lambda_2 of a 2×22 \times 2 symmetric matrix AA respectively. Prove that A=λ1v1v1T+λ2v2v2TA = \lambda_1 v_1 v_1^T + \lambda_2 v_2 v_2^T.

b) Find an orthogonal matrix VV which diagonalizes the matrix (1002)\begin{pmatrix} 1 & 0 \\ 0 & 2 \end{pmatrix}. Also check that VTAV=ΛV^T A V = \Lambda, where Λ\Lambda is a diagonal matrix.

OR

a) Prove that if AR3×3A \in \mathbf{R}^{3 \times 3} with a quadratic form in 3 variables, then there is a symmetric matrix BR3×3B \in \mathbf{R}^{3 \times 3} such that

xR3×3  xTAx=xTBx.\forall x \in \mathbf{R}^{3 \times 3} \; x^T A x = x^T B x.

b) Classify the quadratic form: x122x1x2x22-x_1^2 - 2x_1x_2 - x_2^2. Then make a change of variable, x=Pyx = Py, that transforms the quadratic form into one with no cross-product term. Write the new quadratic form. Determine PP.

6 marksSEEN IN
23%
5

Let AA be an m×nm \times n matrix. Prove that

a) ATAA^T A is a square matrix. b) ATAA^T A is symmetric and so it is orthogonally diagonalizable. c) All the eigenvalues of ATAA^T A are non-negative.

6 marksSEEN IN
23%
6

Let A=(3221)A = \begin{pmatrix} 3 & 2 \\ 2 & 1 \end{pmatrix} be a symmetric matrix. Find the orthogonal matrix DD such that D1ADD^{-1} A D is a diagonal matrix. Let u1,u2,,unu_1, u_2, \ldots, u_n be the eigenvectors associated with the eigenvalues λ1,λ2,,λn\lambda_1, \lambda_2, \ldots, \lambda_n of a n×nn \times n symmetric matrix BB respectively, then prove that B=λ1u1u1T+λ2u2u2T++λnununTB = \lambda_1 u_1 u_1^T + \lambda_2 u_2 u_2^T + \ldots + \lambda_n u_n u_n^T. (3 + 3)

6 marksSEEN IN
21%
7

Discuss in brief about singular value decomposition? Find the singular value decomposition of the matrix (311131)\begin{pmatrix} 3 & 1 & 1 \\ -1 & 3 & 1 \end{pmatrix}. (1 + 5)

6 marksSEEN IN
21%
8

Prove that if BB is a symmetric bilinear function on Rn\mathbb{R}^n, then it is of the form B=BA(v,w)=vTAwB = B_A(v, w) = v^T A w, for some unique symmetric matrix AA.

OR

Express the quadratic form Q(x)=x1x2x1x3+x2x3Q(x) = x_1 x_2 - x_1 x_3 + x_2 x_3 as a sum of squares.

6 marksSEEN IN
19%
9

Find the SVD of A=(322232)A = \begin{pmatrix}3 & 2 & 2\\2 & 3 & -2\end{pmatrix}. If AA an invertible n×nn \times n matrix, what is the relationship between the singular values of AA and A1A^{-1}?

6 marksSEEN IN
19%
10

Find the singular values of the matrix (101011)\begin{pmatrix} 1 & 0 & 1 \\ 0 & 1 & 1 \end{pmatrix}.

3 marksSEEN IN
25%
11

Let Q(x)=7x12+x22+7x328x1x24x1x38x2x3Q(x) = 7x_1^2 + x_2^2 + 7x_3^2 - 8x_1x_2 - 4x_1x_3 - 8x_2x_3. Find a unit vector xx in R3\mathbf{R}^3 at which Q(x)Q(x) is maximized, subject to xTx=1x^T x = 1.

3 marksSEEN IN
25%
12

Find the singular values of the matrix (101012)\begin{pmatrix} 1 & 0 & 1 \\ 0 & 1 & 2 \end{pmatrix}.

3 marksSEEN IN
23%
13

Find the maximum value of Q(x)=x12+x2210x1x2Q(x) = x_1^2 + x_2^2 - 10x_1x_2 subject to the constraints xTx=1x^T x = 1. Find a unit vector xx in R2\mathbf{R}^2 at which Q(x)Q(x) is maximized.

3 marksSEEN IN
23%
14

What is quadratic form? Let SS be a 3×33 \times 3 square matrix with a quadratic form in 3 variables. Then there exists a 3×33 \times 3 symmetric matrix TT such that XTSX=XTTX,XR3X^T S X = X^T T X, \forall X \in R^3. (1 + 2)

3 marksSEEN IN
21%
15

Without calculation, find one eigenvalue and two linearly independent eigenvectors of

A=(444444444).A = \begin{pmatrix}4 & 4 & -4\\4 & 4 & -4\\4 & 4 & -4\end{pmatrix}.

Justify your answer.

3 marksSEEN IN
19%
16

Let Q(x)=3x12+9x22+8x1x2Q(x) = 3x_1^2 + 9x_2^2 + 8x_1 x_2. Find (a) the maximum value of Q(x)Q(x) subject to the constraint xTx=1x^T x = 1, (b) a unit vector uu where this maximum is attained, and (c) the maximum of Q(x)Q(x) subject to the constraints xTx=1x^T x = 1 and xTu=0x^T u = 0.

3 marksSEEN IN
19%
03The mock

Sit a probable paper

A full mock exam built from the most likely questions, mirroring the real paper's structure. Every slot is a real past question.

Most Probable Paper

Mirrors the real structure · 45 marks · based on 5 past papers

Group A
  1. 1.

    Describe and compare the solution sets of x1+9x24x3=0x_1 + 9x_2 - 4x_3 = 0 and x1+9x24x3=2x_1 + 9x_2 - 4x_3 = 2.

    [3 marks]
    System of Linear EquationsVery likelyfrom 2082 paper →

    This question has recurred in 2 of 5 years; including the board exam 2× (2079 to 2082); and its topic (System of Linear Equations) appears in 100% of years.

  2. 2.

    What is the parallel coordinates method? Explain with an example. What is the use of this method in data science?

    [3 marks]
    Introduction, Motivation, and OverviewLikelyfrom 2082 paper →

    This question has recurred in 3 of 5 years; including the board exam 1× (2082); and its topic recurs in 3 of 5 years.

  3. 3.

    Let u1=(1,2,2,1)u_1 = (1, 2, 2, -1), u2=(1,1,1,1)u_2 = (1, 1, -1, 1), u3=(1,1,1,1)u_3 = (-1, 1, -1, -1) and B={u1,u2,u3}B = \{u_1, u_2, u_3\} an orthogonal basis for V=span{u1,u2,u3}V = \text{span} \{u_1, u_2, u_3\}. Find the projection of w=(0,1,2,3)w = (0, 1, 2, 3) onto VV.

    [3 marks]
    Introduction to Matrices and VectorsVery likelyfrom 2082 paper →

    This question has recurred in 2 of 5 years; including the board exam 1× (2082); and its topic (Introduction to Matrices and Vectors) appears in 100% of years.

  4. 4.

    Show that

    a) The line x2=ax1x_2 = ax_1 is a subspace R2\mathbf{R}^2. b) The line x2=ax1+bx_2 = ax_1 + b is not a subspace R2\mathbf{R}^2 for b0b \neq 0.

    [3 marks]
    Introduction to Matrices and VectorsVery likelyfrom 2081 paper →

    This question has recurred in 2 of 5 years; including the board exam 1× (2081); and its topic (Introduction to Matrices and Vectors) appears in 100% of years.

  5. 5.

    Let

    v1=12(11),v2=12(11).v_1 = \frac{1}{\sqrt{2}}\begin{pmatrix}1\\1\end{pmatrix}, \quad v_2 = \frac{1}{\sqrt{2}}\begin{pmatrix}1\\-1\end{pmatrix}.

    Show that B={v1,v2}B = \{v_1, v_2\} is an orthonormal basis for R2\mathbb{R}^2. Find a vector xR2x \in \mathbb{R}^2 with respect to the basis BB.

    [3 marks]
    Introduction to Matrices and VectorsVery likelyfrom 2079 paper →

    This question has recurred in 2 of 5 years; including the board exam 1× (2079); and its topic (Introduction to Matrices and Vectors) appears in 100% of years.

Group B
  1. 1.

    Let VV be a subspace of Rn\mathbf{R}^n and ww a vector in Rn\mathbf{R}^n. a) If {v1,v2,,vk}\{v_1, v_2, \ldots, v_k\} be an orthogonal basis for VV, then

    w=wv1v1v1v1+wv2v2v2v1++wvkvkvkvkw = \frac{w \cdot v_1}{v_1 \cdot v_1} v_1 + \frac{w \cdot v_2}{v_2 \cdot v_2} v_1 + \cdots + \frac{w \cdot v_k}{v_k \cdot v_k} v_k

    is the projection of ww onto VV. b) Moreover, if {v1,v2,,vk}\{v_1, v_2, \ldots, v_k\} is an orthonormal basis for VV, then

    w=(wv1)v1+(wv2)v2++(wvk)vkw = (w \cdot v_1)v_1 + (w \cdot v_2)v_2 + \cdots + (w \cdot v_k)v_k

    is the projection of ww onto VV.

    OR

    Consider the vectors u=(12)u = \begin{pmatrix} 1 \\ 2 \end{pmatrix} and v=(11)v = \begin{pmatrix} -1 \\ 1 \end{pmatrix}. a) Write the vector w=(32)w = \begin{pmatrix} 3 \\ 2 \end{pmatrix} in terms of the vectors uu and vv. b) Show that the vectors uu and vv span R2\mathbf{R}^2.

    [6 marks]
    Introduction to Matrices and VectorsVery likelyfrom 2082 paper →

    This question has recurred in 4 of 5 years; including the board exam 3× (2079 to 2082); and its topic (Introduction to Matrices and Vectors) appears in 100% of years.

  2. 2.

    Consider the following matrix: A=(3001)A = \begin{pmatrix} 3 & 0 \\ 0 & 1 \end{pmatrix}. a) What can we say about the action of AA on an arbitrary vector? b) What are examples of eigenvalues and eigenvectors of this matrix? c) What does the discussion for this example illustrate?

    [6 marks]
    Spectral TheoremsVery likelyfrom 2079 paper →

    This question has recurred in 2 of 5 years; including the board exam 1× (2079); and its topic (Spectral Theorems) appears in 80% of years.

  3. 3.

    (a) Let S:RtRmS : \mathbf{R}^t \to \mathbf{R}^m and T:RnRtT : \mathbf{R}^n \to \mathbf{R}^t be linear transformations, given by matrices AA and BB, respectively. Prove that the composition ST:RnRmS \circ T : \mathbf{R}^n \to \mathbf{R}^m is a linear transformation and is given by ABAB. (b) Let x=x1e1+x2e2x = x_1 e_1 + x_2 e_2, where e1e_1 and e2e_2 are unit basis vectors of R2\mathbf{R}^2. When does the equality x=0x = 0 hold? What does x=0x = 0 mean?

    [6 marks]
    Introduction to Matrices and VectorsVery likelyfrom 2082 paper →

    Asked once (2082); including the board exam 1× (2082); and its topic (Introduction to Matrices and Vectors) appears in 100% of years.

  4. 4.

    a) Let AA be an m×nm \times n matrix, BB an n×pn \times p matrix, and CC a p×qp \times q matrix, so that (AB)C(AB)C and A(BC)A(BC) are defined. Prove that (AB)C=A(BC)(AB)C = A(BC). Determine the size of the matrix A(BC)A(BC).

    b) Let x=x1e1+x2e2x = x_1 e_1 + x_2 e_2, where e1e_1 and e2e_2 are unit basis vectors of R2\mathbf{R}^2. When does the equality x=0x = 0 hold? What does x=0x = 0 mean?

    [6 marks]
    Introduction to Matrices and VectorsVery likelyfrom 2081 paper →

    Asked once (2081); including the board exam 1× (2081); and its topic (Introduction to Matrices and Vectors) appears in 100% of years.

  5. 5.

    What is LL_\infty norm on a vector nn-space RnR^n? Write any two properties. Let .\|.\| be the Euclidean norm, XX and YY be two vectors in RnR^n. State and prove the Triangle Inequality and Parallelogram Law. Verify Cauchy-Schwarz inequality for X=(1,3)X = (1, 3) and Y=(2,1)Y = (2, 1). (1 + 2 + 2 + 1)

    [6 marks]
    Introduction to Matrices and VectorsVery likelyfrom 2080 paper →

    This question appeared 2× (same year); including the board exam 1× (2080); and its topic (Introduction to Matrices and Vectors) appears in 100% of years.

04The receipts

Behind the numbers

The raw evidence the predictions are computed from: marks per unit per year, syllabus weights, trends, and coverage.

Show the heatmap, topic table and coverage analysis

The receipt: marks per unit, per year

Each row is a syllabus unit, each column an exam year, each cell the marks that unit earned that year. Click any cell to see the actual questions behind it.

Marks:nonefew → many
2078
2079
2080
2081
2082
Total
U3Spectral Theorems
75
U2Introduction to Matrices and Vectors
54
U4System of Linear Equations
48
U1Introduction, Motivation, and Overview
3
#Syllabus unitProbabilityAppearedAvg marksSyllabus weightExam vs syllabusTrendQuestions
1U3Spectral TheoremsVery likely80%4.729%14 lecture hrsOver-examinedexam 41% · syllabus 29%Risingnone repeat16 total
2U2Introduction to Matrices and VectorsVery likely80%4.531%15 lecture hrsBalancedexam 34% · syllabus 31%Fading1 recurring10 total
3U4System of Linear EquationsVery likely80%4.421%10 lecture hrsBalancedexam 22% · syllabus 21%Steady1 recurring10 total
4U1Introduction, Motivation, and OverviewLikely20%319%9 lecture hrsUnder-examinedexam 2% · syllabus 19%Steadynone repeat1 total
20782 sittings
first assessmentreassessment 1
20791 sitting
board
20803 sittings
boardfirst assessmentsecond assessment
20814 sittings
boardfirst assessmentsecond assessment
20822 sittings
boardsecond assessment

Study smart, not hard

Drag the slider: studying the top 3 units in priority order covers ~98% of all observed marks.

  1. ~80% line

Lecture time vs exam marks

Where the exam pays more than the curriculum spends: ● lectures vs ● exam marks, as a share of the whole course. A long teal-leading bar = high-yield unit.

U2Introduction to Matrices and Vectors
31% of lectures → 34% of marks
U3Spectral Theorems
29% of lectures → 41% of markshigh yield
U4System of Linear Equations
21% of lectures → 22% of marks
U1Introduction, Motivation, and Overview
19% of lectures → 2% of markslow yield

Topics are the official MDS 504 syllabus units. Predictions are data-driven probabilities computed from 12 past papers (2078-2082) by mapping each real question to its syllabus unit. They indicate what has historically been likely, not guaranteed questions. Always study the full syllabus.