Namespaces
Variants
Actions

Inversion of a matrix

From Encyclopedia of Mathematics
Revision as of 16:57, 7 February 2011 by 127.0.0.1 (talk) (Importing text file)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

An algorithm applicable for the numerical computation of an inverse matrix. As for the solution of linear systems, methods for numerical inversion can be subdivided into direct and iterative methods; however, iterative methods play a considerably smaller role here because of their laboriousness.

Most of the direct methods for the inversion of a matrix are based on the idea of decomposing the given matrix into easily invertible factors. If

is such a decomposition, then

The Jordan method (see [1]) is a typical representative of the direct methods (and one of the most generally used).

Let be a non-singular matrix of order . The construction of the inverse matrix proceeds in steps; the result of the -th step is a matrix whose first columns are the same as the corresponding columns of the identity matrix. The passage from (let ) to from a matrix point of view is equivalent to left multiplication of by a matrix which differs from the identity matrix only in the -st column. The elements of this column are chosen in order to reduce the -st column of to the identity, and they have the form

From the relations

it follows that

and

(1)

To obtain the factorization (1) for the inverse matrix requires about multiplications and about additions. Approximately the same number of operations is necessary to multiply out the matrices in (1) to obtain the explicit form for . In many applications of matrix inversion the use of (1) is just as satisfactory as that of the explicit form. For example, the computation of the product , where is a column vector, requires the same arithmetical work in both cases. The memory requirements when implemented on a computer are also the same.

In the above description of the Jordan method it was assumed for simplicity that all the elements (called the pivots) were non-zero. In reality the Jordan method, like the methods of Gauss type for the solution of linear systems (cf. also Gauss method), is usually applied with one or another scheme for choosing the pivots. The use of such a scheme is equivalent to introducing additional factors in (1) which take account of the permutations of the rows and columns of the inverse matrix. The accuracy of the computed solution, as in the case of linear systems, depends on the rate of growth of the matrix entries in the intermediate steps of the method. Such growth, with subsequent deterioration of the accuracy in the computed solution, is more probable in the Jordan method, even with choice of pivots, than in methods of Gauss type.

The matrix is called the residual corresponding to the approximate inverse for . One has the estimate

Thus, the norm of the residual is a bound for the relative precision of the approximate inverse matrix. This is an important difference between the problem of numerical inversion of a matrix and the solution of linear systems, where (for example, in orthogonal methods or methods of Gauss type) the residual is usually small, and the quality of the solution obtained depends on the conditioning of the system.

The inversion of several important classes of matrices can be achieved by methods that are significantly more economical than in the general case. Such classes include Toeplitz, Hankel, banded (and in particular tri-diagonal) matrices, block matrices having a Toeplitz structure or the structure of Kronecker products, etc. For example, let be a Toeplitz matrix of order with entries from or :

Assume that not only , but also its principal submatrices of order are non-singular. Then the matrix , which, in general, is already not Toeplitz, has the representation (see [2]):

(2)

Here the vectors

are, respectively, the first and last column of . Thus, is completely described by giving its first and last columns. From (2) all the elements of can be successively computed:

This computation requires arithmetical operations.

In economic algorithms for the inversion of Toeplitz matrices (see [3], for example) the computation of , and is performed by recurrence formulas and also requires operations. The condition that the principal submatrices are non-singular can be relaxed, while still needing only arithmetical operations.

Matrix inversion is sometimes used in order to solve linear systems by the formula . For matrices of general form such a procedure makes little sense, since it is accompanied by an increase in arithmetical work and loss of numerical stability as compared to direct solution of the linear system. But for Toeplitz (and related) matrices the situation is different. As the representation (2) shows, the computation of reduces to the performance of four multiplications of Toeplitz matrices by vectors and a subtraction of vectors. There are economic algorithms for the multiplication of Toeplitz matrices by vectors, requiring (for order ) operations. Such asymptotic behaviour of the number of arithmetical operations is not yet attainable for the solution of Toeplitz systems (currently, the best methods for these require operations). Hence, for the repeated solution of linear systems with the same Toeplitz matrix and varying right-hand sides , a preliminary inversion of seems reasonable.

Preliminary matrix inversion can be justified in the case of repeated solution of linear systems with the same matrix of general form on a computer with a large number of parallel processors. The reason is that, as compared to the multiplication of a matrix by a vector, direct methods for solving linear systems do not have such convenient parallelization.

In many cases (for example in the quasi-Newton methods of mathematical programming) it is required to invert a matrix that differs from a matrix with known inverse by a matrix of rank 1 or (in the case of symmetric matrix ) by a symmetric matrix of rank 2. Such a reconstruction of an inverse matrix can be carried out in operations for matrices of order . The following formula may serve as an example (see [4]): If and are column vectors, then

where is assumed to be non-zero.

From the point of view of the theory of computational complexity, the problem of matrix inversion has complexity of the same order (on a sequential machine) as the problem of solving a linear system (if certain natural conditions on the rate of growth of complexity of both problems as their order increases are satisfied [5]). This complexity has order not exceeding .

References

[1] V.V. Voevodin, "Numerical methods of algebra" , Moscow (1966) (In Russian)
[2] I.C. [I.Ts. Gokhberg] Gohberg, I.A. Feld'man, "Convolution equations and projection methods for their solution" , Transl. Math. Monogr. , 41 , Amer. Math. Soc. (1974) (Translated from Russian)
[3] W. Trench, "An algorithm for the inversion of finite Toeplitz matrices" Siam J. Control Optim. , 12 (1964) pp. 512–522
[4] D.K. Faddeev, V.N. Faddeeva, "Computational methods of linear algebra" , Freeman (1963) (Translated from Russian)
[5] A.V. Aho, J.E. Hopcroft, J.D. Ullman, "The design and analysis of computer algorithms" , Addison-Wesley (1974)
How to Cite This Entry:
Inversion of a matrix. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Inversion_of_a_matrix&oldid=11899
This article was adapted from an original article by Kh.D. Ikramov (originator), which appeared in Encyclopedia of Mathematics - ISBN 1402006098. See original article