Leibniz formula for determinants

1

In algebra, the Leibniz formula, named in honor of Gottfried Leibniz, expresses the determinant of a square matrix in terms of permutations of the matrix elements. If A is an n \times n matrix, where a_{ij} is the entry in the i-th row and j-th column of A, the formula is where \sgn is the sign function of permutations in the permutation group S_n, which returns +1 and -1 for even and odd permutations, respectively. Another common notation used for the formula is in terms of the Levi-Civita symbol and makes use of the Einstein summation notation, where it becomes which may be more familiar to physicists. Directly evaluating the Leibniz formula from the definition requires operations in general—that is, a number of operations asymptotically proportional to n factorial—because n! is the number of order-n permutations. This is impractically difficult for even relatively small n. Instead, the determinant can be evaluated in O(n^3) operations by forming the LU decomposition A = LU (typically via Gaussian elimination or similar methods), in which case and the determinants of the triangular matrices L and U are simply the products of their diagonal entries. (In practical applications of numerical linear algebra, however, explicit computation of the determinant is rarely required.) See, for example,. The determinant can also be evaluated in fewer than O(n^3) operations by reducing the problem to matrix multiplication, but most such algorithms are not practical.

Formal statement and proof

Theorem. There exists exactly one function which is alternating multilinear w.r.t. columns and such that F(I) = 1. Proof. Uniqueness: Let F be such a function, and let be an n \times n matrix. Call A^j the j-th column of A, i.e., so that Also, let E^k denote the k-th column vector of the identity matrix. Now one writes each of the A^j's in terms of the E^k, i.e. As F is multilinear, one has From alternation it follows that any term with repeated indices is zero. The sum can therefore be restricted to tuples with non-repeating indices, i.e. permutations: Because F is alternating, the columns E can be swapped until it becomes the identity. The sign function is defined to count the number of swaps necessary and account for the resulting sign change. One finally gets: as F(I) is required to be equal to 1. Therefore no function besides the function defined by the Leibniz Formula can be a multilinear alternating function with. Existence: We now show that F, where F is the function defined by the Leibniz formula, has these three properties. Multilinear: Alternating: For any let \sigma' be the tuple equal to \sigma with the j_1 and j_2 indices switched. Thus if then. Finally, F(I)=1: Thus the only alternating multilinear functions with F(I)=1 are restricted to the function defined by the Leibniz formula, and it in fact also has these three properties. Hence the determinant can be defined as the only function with these three properties.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article