4. Linear Equations#

In this exercise we will look at solving linear equations. This is a frequently encountered task in engineering and science. For example we need to solve a linear equation to find the root of a function using the Newton method. We will look closer at the following Topics:

  1. Linear Algebra in Julia

  2. Conditioning of linear equations

  3. Gaussian Elimination

  4. LU Factorization

If you are further interested, you can take a look here https://tobydriscoll.net/fnc-julia/linsys/overview.html.