The program contents and capabilities are the following:
1. Matrices.
1.1 Matrix definition and special types of matrices.
1.2 Determinant of a matrix.
1.3 Inverse of a matrix.
2. Linear equation system.
2.1 Direct methods (Inverse of a Matrix, Cramer's Rule, Gauss Jordan, Montante).
2.2 Iterative methods (Jacobi, Gauss-Seidel).
3. Nonlinear equation systems (Newton 1st order, Newton 2nd order).
4. Roots of equations.
4.1 Bracketing methods (Bisection...