Probability Engine · MDS 504

Mathematics for Data Science: what's likely to come

Every real question from 12 past papers across 5 years (board + internal assessments each year) mapped to its official syllabus unit. Each prediction shows its receipt: the actual years it appeared.

12
Papers analyzed
2078-2082 · 5 yrs, multiple sittings
4
Syllabus units
from the official course
4
Very likely units
high-probability topics
2
Units = 80% of marks
study these first

12 papers across 5 years

This program sits several exams each year: one official board exam plus internal assessments. Every sitting is analysed.

20782 sittings
first assessmentreassessment 1
20791 sitting
board
20803 sittings
boardfirst assessmentsecond assessment
20814 sittings
boardfirst assessmentsecond assessment
20822 sittings
boardsecond assessment
Which exams to include?Showing: All exams
01The ranking

Topic predictions, ordered by what to study first

Every syllabus unit scored by how often it appears, its mark-weight, and its trend. See the exact questions behind each unit in the Explore-by-unit section below.

#Syllabus unitProbabilityAppearedAvg marksSyllabus weightExam vs syllabusTrendQuestions
1U2Introduction to Matrices and VectorsVery likely100%40.831%15 lecture hrsOver-examinedexam 40% · syllabus 31%Steady8 recurring37 total
2U3Spectral TheoremsVery likely80%51.829%14 lecture hrsOver-examinedexam 40% · syllabus 29%Risingnone repeat45 total
3U4System of Linear EquationsVery likely100%16.221%10 lecture hrsBalancedexam 16% · syllabus 21%Steady1 recurring18 total
4U1Introduction, Motivation, and OverviewVery likely80%619%9 lecture hrsUnder-examinedexam 5% · syllabus 19%Rising1 recurring3 total
02Drill down

Explore by unit: every question, ranked

Pick a syllabus unit and walk its questions from most-important to asked-once. The fastest way to revise one topic end to end.

U2Introduction to Matrices and Vectors
37 questions · 46 appearances · 40.8 avg marks
03High yield

Most-asked questions across all years

The questions that come back exam after exam, grouped across years and ranked by how often they're asked. Open one to read its real past answer.

Lowest priority: asked only once (93)

  • U2

    (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?

    2082
  • U3

    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.

    2082
  • U3

    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}.

    2082
  • U3

    a) Find the eigenvalues and eigenvectors of A=(5274)A = \begin{pmatrix} 5 & -2 \\ 7 & -4 \end{pmatrix}. State the effect of multiplying the eigenvector by the matrix A. b) Prove that if v1,v2v_1, v_2 are the eigenvectors associated with the eigenvalues λ1,λ2\lambda_1, \lambda_2 of a 2×22 \times 2 symmetric matrix A respectively, then A=λ1v1v1T+λ2v2v2TA = \lambda_1 v_1 v_1^T + \lambda_2 v_2 v_2^T.

    2082
  • U3

    Find a matrix PP that diagonalizes the matrix

    A=(211110101)A = \begin{pmatrix} 2 & 1 & -1 \\ 1 & 1 & 0 \\ -1 & 0 & 1 \end{pmatrix}

    Check your answer.

    OR

    Prove that a) If AA is an n×nn \times n matrix, D=diag(d1,,dn)D = \text{diag}(d_1, \ldots, d_n), and PP is an invertible matrix such that P1AP=DP^{-1}AP = D, then for 1in1 \leq i \leq n, the ii-th column of PP is an eigenvector of AA corresponding to did_i. b) If AA is a real symmetric matrix, and λ1\lambda_1 and λ2\lambda_2 are distinct eigenvalues of AA, then their corresponding eigenvectors uu and vv respectively are orthogonal.

    2082
  • U3

    Identify and sketch the conic whose equation is 5x24xy+8y236=05x^2 - 4xy + 8y^2 - 36 = 0 by rotating the xy-axes to put the conic in standard position. Also, find the angle θ\theta through which you rotated the xy-axes.

    OR

    Prove that a) If AR3×3A \in \mathbf{R}^{3\times 3} with a quadratic form in three variables, then there is a symmetric matrix BB in R3×3\mathbf{R}^{3\times 3} such that xTAx=xTBxx^T A x = x^T B x for all xR3x \in \mathbf{R}^3. b) If AA is an n×nn \times n symmetric matrix, then there is an orthogonal matrix PP such that the mapping defined by x=Pyx = Py transforms the quadratic form xTAxx^T A x into a quadratic form yTDyy^T D y with no cross-product term.

    2082
  • U3

    Determine the matrices U, D and V such that A=UDVTA = U D V^T for the matrix

    A=(111333).A = \begin{pmatrix} 1 & 1 & 1 \\ 3 & 3 & 3 \end{pmatrix}.
    2082
  • U4

    What is a reduced row echelon form? Solve the following linear system by transferring the augmented matrix in reduced row echelon form.

    x3y+5z=9,2xy3z=19,3x+y+4z=13.x - 3y + 5z = -9, \quad 2x - y - 3z = 19, \quad 3x + y + 4z = -13.
    2082
  • U4

    Solve Ax=0Ax = 0, if A=(123456789)A = \begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{pmatrix}. Write the solution in vector form.

    2082
  • U2

    Explain four major ways to view a matrix. Prove that if S:RlRmS : \mathbf{R}^l \to \mathbf{R}^m and T:RnRlT : \mathbf{R}^n \to \mathbf{R}^l are linear transformations, given by matrices AA and BB, respectively, then, the composition ST:RnRmS \circ T : \mathbf{R}^n \to \mathbf{R}^m is a linear transformation and is given by ABAB.

    OR

    Let SS and TT be matrix transformations defined by S(v)=AyS(v) = Ay and T(x)=BxT(x) = Bx, where

    A=(120011) and B=(305201).A = \begin{pmatrix} 1 & 2 & 0 \\ 0 & 1 & 1 \end{pmatrix} \text{ and } B = \begin{pmatrix} 3 & 0 \\ 5 & -2 \\ 0 & 1 \end{pmatrix}.

    a) What are the domains and codomains of SS and TT? Why is the composite transformation STS \circ T defined? What are the domain and the codomain of STS \circ T? b) Let x=(x1x2)x = \begin{pmatrix} x_1 \\ x_2 \end{pmatrix}. Determine T(x)T(x). c) Find (ST)(x)(S \circ T)(x). d) Find a matrix CC so that (ST)(x)=Cx(S \circ T)(x) = Cx. e) Show that STS \circ T is linear.

    2081
  • U2

    Let SS and TT be matrix transformations defined by S(y)=AyS(y) = Ay and T(x)=BxT(x) = Bx, where

    A=(120011) and B=(305201).A = \begin{pmatrix} 1 & 2 & 0 \\ 0 & 1 & 1 \end{pmatrix} \text{ and } B = \begin{pmatrix} 3 & 0 \\ 5 & -2 \\ 0 & 1 \end{pmatrix}.

    a) What are the domains and codomains of SS and TT? Why is the composite transformation STS \circ T defined? What are the domain and the codomain of STS \circ T? b) Let x=(x1x2)x = \begin{pmatrix} x_1 \\ x_2 \end{pmatrix}. Determine T(x)T(x). c) Find (ST)(x)(S \circ T)(x). d) Find a matrix CC so that (ST)(x)=Cx(S \circ T)(x) = Cx. e) Show that STS \circ T is linear.

    2081
  • U2

    Prove that if θ\theta is the angle between two non-zero vectors xx, yy in Rn\mathbf{R}^n, then

    xy=xycosθ.x \cdot y = \|x\| \|y\| \cos\theta.
    2081
04The strategy

Study smart and sit a probable paper

How far a few high-priority topics take you, and a full mock paper built from the most likely questions, mirroring the real exam structure.

Study smart, not hard

Study the units in priority order. Each bar shows the share of total marks you'd have covered by then. The top 2 units alone cover ~80% of marks.

1Introduction to Matrices and Vectors40%
2+ Spectral Theorems80%
← study up to here for ~80% of marks
3+ System of Linear Equations95%
4+ Introduction, Motivation, and Overview100%

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 OverviewVery likelyfrom 2082 paper →

    This question has recurred in 3 of 5 years; including the board exam 1× (2082); and its topic (Introduction, Motivation, and Overview) appears in 80% of 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=αx1x_2 = \alpha x_1 is a subspace R2\mathbb{R}^2. b. The set of points that is the union of two lines through the origin is not a subspace.

    [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.

  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 3 of 5 years; including the board exam 2× (2079 to 2082); and its topic (Introduction to Matrices and Vectors) appears in 100% of years.

  2. 2.

    (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.

  3. 3.

    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.

  4. 4.

    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\} is an orthogonal basis for VV, then prove that

    wv1v1v1v1+wv2v2v2v1++wvkvkvkvk,\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 a vector space VV, then prove that

    w=(wv1)v1+(wv2)v2++(wvk)vk,w = (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

    Give a geometric description of span(v)\text{span}(v) and span(u,v)\text{span}(u, v). 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 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 →

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

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.