• 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.

Joined
6/26/07
Messages
10
Points
13
Hey,

I was just wondering what kind of math is used the most in the quantative finance?
Is it linear algebra, calculus, STATISTICS?
Or is finite math? Matrices, etc.

Just curious, thanks in advance.
 
All of the above :) thats the beauty of quantitative finance.

You need to know Calculus, there is a lot of differentiation and integration.
You need to know Statistics and Probability, there is a lot of data collection and manipulation and you see randomness everywhere.
You need to know Linear Algebra, there a many methods in quantitative finance that require the use of matrices, you also need to know about eigenvalues and other interesting things from Linear Algebra.
You also need to know Differential Equations, Linear/Nonlinear Programming, Numerical Analysis, and others.
 
Back
Top