Quiz: Vectors, Matrices, and Linear Maps

Module 1 of 5 · Easy

Quick Quiz

1. The rank-nullity theorem states that for ARm×nA \in \mathbb{R}^{m \times n}, rank(A)+nullity(A)\operatorname{rank}(A) + \operatorname{nullity}(A) equals which of the following?

2. Let AR3×3A \in \mathbb{R}^{3 \times 3} with rows (1,2,3)(1, 2, 3), (4,5,6)(4, 5, 6), (7,8,9)(7, 8, 9). What is rank(A)\operatorname{rank}(A) and nullity(A)\operatorname{nullity}(A)?

3. The system Ax=bAx = b with ARm×nA \in \mathbb{R}^{m \times n} has a unique solution if and only if which conditions hold?

4. A sample covariance matrix Σ=1TXX\Sigma = \frac{1}{T} X^\top X (where XRT×nX \in \mathbb{R}^{T \times n} has mean-zero columns) is always:

5. For AR5×8A \in \mathbb{R}^{5 \times 8} with rank(A)=4\operatorname{rank}(A) = 4, what is the dimension of the left null space ker(A)\ker(A^\top)?

6. You are bootstrapping an interest rate curve with 6 instruments (3m, 6m, 1y, 2y, 5y, 10y swaps) and 6 unknown discount factors. The solver returns infinitely many solutions. Which statement is the correct diagnosis?

7. To generate nn correlated standard normal samples with covariance Σ\Sigma (SPD), which factorisation of Σ\Sigma is the correct and numerically preferred approach?

8. A risk model uses portfolio variance wΣww^\top \Sigma w where ΣR100×100\Sigma \in \mathbb{R}^{100 \times 100} is a covariance matrix estimated from 40 daily returns. A portfolio manager asks: 'Can portfolio variance ever be exactly zero for a non-zero portfolio?' What is the correct answer?