Most linear algebra courses start by considering how to solve a system of linear equations. \[ \begin{align} a_{0,0}x_0 + a_{0,1}x_0 + \cdots a_{0,n-1}x_0 & = b_0 ...
Elementary Differential Equations by Edwards and Penney, 5th Edition. Some python scripts for homework problems, particularly chapter 5: Linear Systems of Differential Equations.
Most linear algebra courses start by considering how to solve a system of linear equations. \[ \begin{align} a_{0,0}x_0 + a_{0,1}x_0 + \cdots a_{0,n-1}x_0 & = b_0 ...
A short project completed during the Computer Science studies for the Numerical Methods course. This project implements and compares multiple classic numerical methods for solving linear equation ...