Computational Methods Chapter 3
Computational Methods Chapter 3
Eigen Vectors
Mulat Tigabu
as
A system of linear equations in n unknowns has a unique solution,
provided that the determinant of the coefficient matrix is nonsingular,
i.e., if |A| =
̸ 0.
The rows and columns of a nonsingular matrix are linearly independent
in the sense that no row (or column) is a linear combination of the
other rows (or columns).
Mulat Tigabu Computational Methods November 10, 2024 4 / 55
Continued
There are two classes of methods for solving system of linear, algebraic
equations: Direct and Iterative Methods.
The common characteristics of direct methods are that they transform
the original equation into equivalent equations (equations that have
the same solution) that can be solved more easily.
The transformation is carried out by applying certain operations. The
solution does not contain any truncation errors but the round-off
errors is introduced due to floating point operations.
Iterative or indirect methods, start with a guess of the solution x,
and then repeatedly refine the solution until a certain convergence
criterion is reached.
Iterative methods are generally less efficient than direct methods due
to the large number of operations or iterations required.