Inverse Matrix Determinant - Quant Trader Interview Question
Difficulty: Easy
Category: Data Science
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: linear-algebra, determinant, inverse, matrix
Problem Description
You are building a statistical arbitrage model that relies on inverting covariance matrices. Your model throws an error because the determinant of a covariance matrix, $A$, is close to zero. You decide to regularize the matrix, but before doing so, you want to understand the effect of the determinant of the inverse matrix, $A^{-1}$.
Given a matrix $A$ with a non-zero determinant, what is $\det(A^{-1})$ expressed in terms of $\det(A)$?
Practice this easy trader interview question on MyntBit - the all-in-one quant learning platform with 200+ quant interview questions for Jane Street, Citadel, Two Sigma, and other top quantitative finance firms.