This document provides an introduction to computational finance using MATLAB. It discusses MATLAB basics like matrices, vectors, solving linear equations, and generating random numbers. Key points covered include:
- MATLAB is well-suited for numerical linear algebra operations on matrices and vectors.
- Functions like rand and randn are used to generate uniformly distributed and Gaussian/normal distributed random numbers, which are important in finance.
- Histograms can be used to visualize the distributions of random numbers and converge to the probability density function as the number of samples increases.