Tip of the week: Linear Algebra is one of the fundamental questions asked in quant interview for global HFT firms and hedge funds, as it underpins many algorithms used in financial modeling and trading strategies. Therefore, preparing extensively in linear algebra is vital for interviews at these firms, where demonstrating proficiency can significantly impact one's ability to contribute to and innovate in this high-stakes, technically demanding field.
Let A be a n X n matrix with eigenvalues 5 and 7. Find the sum of the eigenvalues of
Try to solve this problem yourself before moving on to the solution below
.
.
.
.
.
.
Solution
The eigenvalues of A - 3I_n
are 2 and 4, as the -3I_n
decreases both eigenvalues by 3. Then, (A - 3I_n)^{-1}
has eigenvalues 0.5 and 0.25, as the inverse has eigenvalues that are the reciprocal of the original eigenvalues.
Lastly, ((A - 3I_n)^{-1})^3
would have eigenvalues ( 0.5 )^3 = 0.125
and (0.25)^3 = 1/64
, as we would cube the eigenvalues. Adding these up, we get that our answer is 9/64
.
.
😃 Over to you: Were you able to solve this?
👉 If you liked this post, don’t forget to leave a like ❤️. It helps more people discover this newsletter on Substack and tells us that you appreciate solving these weekly questions. The button is located towards the bottom of this email.
👉 If you love reading this newsletter, feel free to share it with friends!
Good Question. This helped me in revising Concepts of Linear Algebra.
This can be easily proved using the characteristic equation of the matrix.