Skip to content

Prerequisite Qualification: Matrix :Introduction to Financial Engineering and Risk Management (Introduction to Financial Engineering and Risk Management) Answers 2025

Question 1

Correct statements:

For identity matrix, we have AI=IA=AAI = IA = A

❌ If C=AAC = AA, then CT=CC^T = C (not always true)

For matrix transpose, (AB)T=BTAT(AB)^T = B^T A^T

If C=ATAC = A^T A, then CT=CC^T = C

❌ Matrix multiplication is interchangeable AB≠BAAB \neq BA in general


Question 2

Correct statements:

g(x)=2x+cg(x)=2x+c is not linear if c≠0c \neq 0

✅ Given
v3=v1+v2v_3 = v_1 + v_2
So
f(v3)=f(v1)+f(v2)=1+(−3)=−2f(v_3)=f(v_1)+f(v_2)=1+(-3)=-2
❌ Therefore statement saying f(v3)=−1f(v_3)=-1 is false

For zero vectors:
f(0n)=0mf(0_n)=0_m

There exists a matrix A∈Rm×nA \in \mathbb{R}^{m\times n} such that
f(x)=Axf(x)=Ax


Question 3

Matrix:

A=[111101212]A=\begin{bmatrix} 1 & 1 & 1\\ 1 & 0 & 1\\ 2 & 1 & 2 \end{bmatrix}

Row reduction shows only two independent rows.

Rank of AA = 2


Question 4

Correct statements:

Column rank of AA = Row rank of AA

❌ If rank(A)=m(A)=m, then range(A)=Rm(A)=\mathbb{R}^m
(true only if mapping is onto; not always)

❌ Column rank ≠ row rank (false)

❌ If m=nm=n, rank(A)=n(A)=n does imply AA is invertible
(statement says “cannot imply”, so false)


Final Summary Table

Question Correct Answer
Q1 Options 1, 3, 4
Q2 Options 3, 4
Q3 Rank = 2
Q4 Option 1