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

MSc FE from a Chemistry background (Imperial RMFE)

Joined
9/14/18
Messages
2
Points
11
I recently graduated from a Master of Chemistry (MChem) from a top 30 UK university and now have a place at Imperial College for RMFE starting next year. I have taken this year out to improve my fundamental mathematics as currently this is lacking due to my course not really going past A-Level maths apart from some basic linear algebra involved in quantum mechanics. Can anyone recommend me some good books to solidify my fundamental maths or give any insight in to the level of maths covered by this program? Thanks
 
stochastic calculus by shreve
You need (almost) degree-level (honours) maths for this if you want to do it right, so background is

1. measure, probability
2. analysis
3. computational 'savvy'
4. Some ODE/PDE

There are 2 volumes.

With A-levels maths there's not a hope in hell. I suggest taking a step backwards.
 
Last edited:
One ploy is first a refresher/get in shape, gets you used to working things out with pencil and paper.

https://www.amazon.com/Schaums-Outline-College-Mathematics-Outlines/dp/0071626476

and then programming the methods in Python

A kind of feedback loop. And you learn Python in the process which can't be bad.

I reckon if you apply yourself then 3-4 months is doable.

// I used the 1958 edition of Ayres' book when doing my Leaving Cert (~ A levels).
 
Last edited:
Thank you for the responses, to clarify my thesis was in computational chemistry so I believe my programming knowledge is sufficient already but I like the idea of practising in conjunction with bringing my maths up to speed. I'm currently working my way through Introduction to Quantitative finance by Robert Reitano which I'm finding to be very clear and concise but I'll try Schaums as well. Do you have any suggestions for materials to read before tackling Shreve's?
 
Back
Top