Eigen Library for Linear AlgebraExplores the Eigen library for linear algebra, covering vectors, matrices, arrays, memory management, reshaping, and per-component operations.
Linear Systems: Direct MethodsCovers the formulation of linear systems, direct and iterative methods for solving them, and the cost of LU factorization.
Number of Solutions in Linear SystemsExplores the number of solutions in linear systems of equations and the conditions for no solution, a unique solution, or an infinite number of solutions.
Linear Systems ResolutionCovers the resolution of linear systems using the Gauss method to determine unique, infinite, or no solutions.