california
Mathematical Programming with Python
https://people.sc.fsu.edu/~jburkardt/classes/...
python_2025/california/california.html


california: presenting a linear model for migration data between California and the rest of the US. We calculate, tabulate, and plot the estimates for population from 1960 to 1980. We discover that there seems to be a limiting population value. We rewrite the scalar model in a matrix format. We can reverse the calculation direction using np.linalg.solve(), or move forward with np.matmul(). We examine the limiting population value by computing the eigenvalues and eigenvectors of the matrix.

Lecture notes:


Last revised on 09 February 2025 2025.