This set of MATLAB functions provides implementations for Gaussian Elimination to solve linear equation systems (LES) and compute the inverse of a square matrix. The three functions are named gaussel1 ...
For a square matrix ( A ), an eigenvalue ( \lambda ) and a corresponding eigenvector ( v ) are defined by the equation: [ Av = \lambda v ] The eigenvalue ( \lambda ) is a scalar that scales the ...