Quiz Space

May 2022 term · Mathematics for Data Science II · BSMA1003

Mathematics for Data Science II Quiz 2: 10 July 2022 (May 2022 term)

The IIT Madras BS Mathematics for Data Science II (Maths 2) Quiz 2 paper sat on 10 Jul 2022, in the May 2022 term: 21 questions for 25 marks in 120 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.

Questions
21
Marks
25
Duration
120 min
MSQ
4
MCQ
2
Numerical
15

Updated

Official paper: IIT M DIPLOMA QUIZ2 EXAM QPE1 10 July 2022 · No negative marking.

Question 1

+2 marksOne or more correct options

Choose the correct options.

Select all that apply.

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answers

  • A
  • B

Question 2

+2 marksOne or more correct options

An inner product on a vector space VV is a function ⟨⋅,⋅⟩:V×V→R\langle \cdot, \cdot \rangle : V \times V \to \mathbb{R} satisfying the following conditions:

Condition 1: ⟨v,v⟩>0\langle v, v \rangle > 0 for all v∈V∖{0}v \in V \setminus \{0\}; ⟨v,v⟩=0\langle v, v \rangle = 0 if and only if v=0v = 0.

Condition 2: ⟨v1+v2,v3⟩=⟨v1,v3⟩+⟨v2,v3⟩\langle v_1 + v_2, v_3 \rangle = \langle v_1, v_3 \rangle + \langle v_2, v_3 \rangle.

Condition 3: ⟨v1,v2⟩=⟨v2,v1⟩\langle v_1, v_2 \rangle = \langle v_2, v_1 \rangle.

Condition 4: ⟨cv1,v2⟩=c⟨v1,v2⟩\langle cv_1, v_2 \rangle = c\langle v_1, v_2 \rangle

Let V=R2V = \mathbb{R}^2 and consider the function defined as:

⟨⋅,⋅⟩:V×V→R\langle \cdot, \cdot \rangle : V \times V \to \mathbb{R}

⟨(x1,x2),(y1,y2)⟩=x1y1−x1y2−x2y1+x2y2.\langle (x_1, x_2), (y_1, y_2) \rangle = x_1y_1 - x_1y_2 - x_2y_1 + x_2y_2.

Which of the following are satisfied by the above function?

Select all that apply.

  1. A

    Condition 1 is satisfied.

  2. B

    Condition 2 is satisfied.

  3. C

    Condition 3 is satisfied.

  4. D

    Condition 4 is satisfied.

Show answer

Correct answers

  • B

    Condition 2 is satisfied.

  • C

    Condition 3 is satisfied.

  • D

    Condition 4 is satisfied.

Question 3

+2 marksOne or more correct options

Select all that apply.

  1. A
  2. B
  3. C
  4. D
  5. E
  6. F
Show answer

Correct answers

  • E
  • F

Question 4

+2 marksOne correct option

Let us consider the following matrices:

A=[1011],B=[1101],C=[1001]A = \begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix}, B = \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}, C = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}

Consider the following pairs of matrices :

  • Pair I: A,BA, B
  • Pair II: A,CA, C
  • Pair III: B,CB, C

Choose the correct option from the following.

  1. A

    Only the matrices in Pair I are similar matrices.

  2. B

    All the pairs consist of similar matrices.

  3. C

    Only the matrices in Pair III are similar matrices.

  4. D

    None of these pairs consist of similar matrices.

Show answer

Correct answer

  • A

    Only the matrices in Pair I are similar matrices.

Question 5

+1 markOne or more correct options

A norm on a vector space VV is a function

∥⋅∥:V→R\| \cdot \| : V \to \mathbb{R}

x↦∥x∥x \mapsto \|x\|

satisfying the following conditions:

Condition 1: ∥x+y∥≤∥x∥+∥y∥\|x + y\| \leq \|x\| + \|y\| for all x,y∈Vx, y \in V.

Condition 2: ∥cx∥=∣c∣∥x∥\|cx\| = |c|\|x\| for all c∈Rc \in \mathbb{R} and for all x∈Vx \in V.

Condition 3: ∥x∥≥0\|x\| \geq 0 for all x∈Vx \in V; ∥x∥=0\|x\|=0 if and only if x=0x = 0.

Consider a function ∥⋅∥:R3→R\| \cdot \| : \mathbb{R}^3 \to \mathbb{R} defined as

∥(x1,x2,x3)∥=∣x1+x2+x3∣\|(x_1, x_2, x_3)\| = |x_1 + x_2 + x_3|

on the vector space R3\mathbb{R}^3.

Which of the following are satisfied by the above function?

Select all that apply.

  1. A

    Condition 1 is satisfied.

  2. B

    Condition 2 is satisfied.

  3. C

    Condition 3 is satisfied.

  4. D

    None of these conditions are satisfied.

Show answer

Correct answers

  • A

    Condition 1 is satisfied.

  • B

    Condition 2 is satisfied.

Question 6

+1 markNumerical answer

Let TT be a linear transformation from R3\mathbb{R}^3 to R2\mathbb{R}^2 defined as T(x,y,z)=(x+y−z,y+z)T(x,y,z) = (x + y - z, y + z). Let AA be the matrix representation of TT with respect to the basis β={(1,1,0),(0,1,1),(1,0,1)}\beta = \{(1,1,0), (0,1,1), (1,0,1)\} for the domain and the basis γ={(1,1),(1,0)}\gamma = \{(1,1), (1,0)\} for the codomain.

A=[abcdef]A = \begin{bmatrix} a & b & c \\ d & e & f \end{bmatrix}

Let S={(x,y,z)∣x=mz,y=nz;x,y,z∈R}S = \{(x,y,z) \mid x = mz, y = nz; x,y,z \in \mathbb{R}\} be the nullspace of the TT. Answer the subquestions based on the given data.

What is the value of d – a ?

Show answer

Correct answer: 0

Question 7

+1 markNumerical answer

Let TT be a linear transformation from R3\mathbb{R}^3 to R2\mathbb{R}^2 defined as T(x,y,z)=(x+y−z,y+z)T(x,y,z) = (x + y - z, y + z). Let AA be the matrix representation of TT with respect to the basis β={(1,1,0),(0,1,1),(1,0,1)}\beta = \{(1,1,0), (0,1,1), (1,0,1)\} for the domain and the basis γ={(1,1),(1,0)}\gamma = \{(1,1), (1,0)\} for the codomain.

A=[abcdef]A = \begin{bmatrix} a & b & c \\ d & e & f \end{bmatrix}

Let S={(x,y,z)∣x=mz,y=nz;x,y,z∈R}S = \{(x,y,z) \mid x = mz, y = nz; x,y,z \in \mathbb{R}\} be the nullspace of the TT. Answer the subquestions based on the given data.

What is the value of e – b?

Show answer

Correct answer: -4

Question 8

+1 markNumerical answer

Let TT be a linear transformation from R3\mathbb{R}^3 to R2\mathbb{R}^2 defined as T(x,y,z)=(x+y−z,y+z)T(x,y,z) = (x + y - z, y + z). Let AA be the matrix representation of TT with respect to the basis β={(1,1,0),(0,1,1),(1,0,1)}\beta = \{(1,1,0), (0,1,1), (1,0,1)\} for the domain and the basis γ={(1,1),(1,0)}\gamma = \{(1,1), (1,0)\} for the codomain.

A=[abcdef]A = \begin{bmatrix} a & b & c \\ d & e & f \end{bmatrix}

Let S={(x,y,z)∣x=mz,y=nz;x,y,z∈R}S = \{(x,y,z) \mid x = mz, y = nz; x,y,z \in \mathbb{R}\} be the nullspace of the TT. Answer the subquestions based on the given data.

What is the value of f – c?

Show answer

Correct answer: -2

Question 9

+1 markNumerical answer

Let TT be a linear transformation from R3\mathbb{R}^3 to R2\mathbb{R}^2 defined as T(x,y,z)=(x+y−z,y+z)T(x,y,z) = (x + y - z, y + z). Let AA be the matrix representation of TT with respect to the basis β={(1,1,0),(0,1,1),(1,0,1)}\beta = \{(1,1,0), (0,1,1), (1,0,1)\} for the domain and the basis γ={(1,1),(1,0)}\gamma = \{(1,1), (1,0)\} for the codomain.

A=[abcdef]A = \begin{bmatrix} a & b & c \\ d & e & f \end{bmatrix}

Let S={(x,y,z)∣x=mz,y=nz;x,y,z∈R}S = \{(x,y,z) \mid x = mz, y = nz; x,y,z \in \mathbb{R}\} be the nullspace of the TT. Answer the subquestions based on the given data.

What is the value of m?

Show answer

Correct answer: 2

Question 10

+1 markNumerical answer

Let TT be a linear transformation from R3\mathbb{R}^3 to R2\mathbb{R}^2 defined as T(x,y,z)=(x+y−z,y+z)T(x,y,z) = (x + y - z, y + z). Let AA be the matrix representation of TT with respect to the basis β={(1,1,0),(0,1,1),(1,0,1)}\beta = \{(1,1,0), (0,1,1), (1,0,1)\} for the domain and the basis γ={(1,1),(1,0)}\gamma = \{(1,1), (1,0)\} for the codomain.

A=[abcdef]A = \begin{bmatrix} a & b & c \\ d & e & f \end{bmatrix}

Let S={(x,y,z)∣x=mz,y=nz;x,y,z∈R}S = \{(x,y,z) \mid x = mz, y = nz; x,y,z \in \mathbb{R}\} be the nullspace of the TT. Answer the subquestions based on the given data.

What is the value of n?

Show answer

Correct answer: -1

Question 11

+1 markNumerical answer

Let TT be a linear transformation from R3\mathbb{R}^3 to R2\mathbb{R}^2 defined as T(x,y,z)=(x+y−z,y+z)T(x,y,z) = (x + y - z, y + z). Let AA be the matrix representation of TT with respect to the basis β={(1,1,0),(0,1,1),(1,0,1)}\beta = \{(1,1,0), (0,1,1), (1,0,1)\} for the domain and the basis γ={(1,1),(1,0)}\gamma = \{(1,1), (1,0)\} for the codomain.

A=[abcdef]A = \begin{bmatrix} a & b & c \\ d & e & f \end{bmatrix}

Let S={(x,y,z)∣x=mz,y=nz;x,y,z∈R}S = \{(x,y,z) \mid x = mz, y = nz; x,y,z \in \mathbb{R}\} be the nullspace of the TT. Answer the subquestions based on the given data.

Find out the nullity of T.

Show answer

Correct answer: 1

Question 12

+1 markOne correct option
  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • B

Question 13

+1 markNumerical answer

We apply the sequence of row operations on AA, as follows:

  • Step 1: R2−3R1R_2 - 3R_1
  • Step 2: −13R2-\frac{1}{3}R_2
  • Step 3: R1−2R2R_1 - 2R_2

Applying this row operations in the given order, the matrix BB is derived. Let

B=[abcdef]B = \begin{bmatrix} a & b & c \\ d & e & f \end{bmatrix}

What is the value of aa ?

Show answer

Correct answer: 1

Question 14

+1 markNumerical answer

We apply the sequence of row operations on AA, as follows:

  • Step 1: R2−3R1R_2 - 3R_1
  • Step 2: −13R2-\frac{1}{3}R_2
  • Step 3: R1−2R2R_1 - 2R_2

Applying this row operations in the given order, the matrix BB is derived. Let

B=[abcdef]B = \begin{bmatrix} a & b & c \\ d & e & f \end{bmatrix}

What is the value of dd ?

Show answer

Correct answer: 0

Question 15

+1 markNumerical answer

We apply the sequence of row operations on AA, as follows:

  • Step 1: R2−3R1R_2 - 3R_1
  • Step 2: −13R2-\frac{1}{3}R_2
  • Step 3: R1−2R2R_1 - 2R_2

Applying this row operations in the given order, the matrix BB is derived. Let

B=[abcdef]B = \begin{bmatrix} a & b & c \\ d & e & f \end{bmatrix}

What is the value of cc ?

Show answer

Correct answer: -3

Question 16

+1 markNumerical answer

If {(l, m, n)} is a basis of ker(T), then
Find the value of l if n is 1.

Show answer

Correct answer: 3

Question 17

+1 markNumerical answer

If {(l, m, n)} is a basis of ker(T), then
Find the value of m if n is 1.

Show answer

Correct answer: -4

Question 18

+1 markNumerical answer

Let β={v1,v2}\beta = \{v_1, v_2\} be the orthonormal basis of the row space obtained by using the GramSchmidt process (with respect to usual inner product) applied on the ordered basis of the row space given by the first row and the second row of the matrix AA. If

v2=1195(b,c,d)v_2 = \frac{1}{\sqrt{195}}(b, c, d)

What is the value of ∥30v1∥\|30v_1\|?

Show answer

Correct answer: 30

Question 19

+1 markNumerical answer

Let β={v1,v2}\beta = \{v_1, v_2\} be the orthonormal basis of the row space obtained by using the GramSchmidt process (with respect to usual inner product) applied on the ordered basis of the row space given by the first row and the second row of the matrix AA. If

v2=1195(b,c,d)v_2 = \frac{1}{\sqrt{195}}(b, c, d)

What is the value of bb?

Show answer

Correct answer: 11

Question 20

+1 markNumerical answer

Let β={v1,v2}\beta = \{v_1, v_2\} be the orthonormal basis of the row space obtained by using the GramSchmidt process (with respect to usual inner product) applied on the ordered basis of the row space given by the first row and the second row of the matrix AA. If

v2=1195(b,c,d)v_2 = \frac{1}{\sqrt{195}}(b, c, d)

What is the value of cc?

Show answer

Correct answer: 7

Question 21

+1 markNumerical answer

Let β={v1,v2}\beta = \{v_1, v_2\} be the orthonormal basis of the row space obtained by using the GramSchmidt process (with respect to usual inner product) applied on the ordered basis of the row space given by the first row and the second row of the matrix AA. If

v2=1195(b,c,d)v_2 = \frac{1}{\sqrt{195}}(b, c, d)

What is the value of dd?

Show answer

Correct answer: -5