• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Math needed

Joined
5/11/20
Messages
1
Points
11
I’m currently studying quantitive finance with a minor in statistics. The math required only goes up multi variable calculus, so would it be beneficial for me to take linear and differential equations on my own? I’m a sophomore and about to finish multi, but I’m very lost on the direction I need to go towards, so any advice would be super helpful. Thanks!
 
Linear is a must and in fact I’m studying it again over this break. Super helpful with ml and data science. Differential will help with sto Calc and would be important if you want to be a pricing quant
 
Linear is a must and in fact I’m studying it again over this break. Super helpful with ml and data science. Differential will help with sto Calc and would be important if you want to be a pricing quant
What I see a lot is linear algebra as pure maths which is essential, indeed. The other side of the coin is Numerical Linear Algebra which is more common in daily work.
(Same holds with ODEs .. it not enough to know just the analytics; Python odeint and Boost odeint are needed,)

Many (almost all IMO) problems don't have elegant closed-form/analytical solutions which means that numerical solutions are needed. This can come as a surprise in some cases.

Just saying.
 
Last edited:
Back
Top