Alternant matrix
   HOME

TheInfoList



OR:

In
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as: :a_1x_1+\cdots +a_nx_n=b, linear maps such as: :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrice ...
, an alternant matrix is a
matrix Matrix most commonly refers to: * ''The Matrix'' (franchise), an American media franchise ** '' The Matrix'', a 1999 science-fiction action film ** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchi ...
formed by applying a finite list of functions pointwise to a fixed column of inputs. An alternant determinant is the
determinant In mathematics, the determinant is a scalar value that is a function of the entries of a square matrix. It characterizes some properties of the matrix and the linear map represented by the matrix. In particular, the determinant is nonzero if a ...
of a square alternant matrix. Generally, if f_1, f_2, \dots, f_n are functions from a set X to a field F, and \in X, then the alternant matrix has size m \times n and is defined by :M=\begin f_1(\alpha_1) & f_2(\alpha_1) & \cdots & f_n(\alpha_1)\\ f_1(\alpha_2) & f_2(\alpha_2) & \cdots & f_n(\alpha_2)\\ f_1(\alpha_3) & f_2(\alpha_3) & \cdots & f_n(\alpha_3)\\ \vdots & \vdots & \ddots &\vdots \\ f_1(\alpha_m) & f_2(\alpha_m) & \cdots & f_n(\alpha_m)\\ \end or, more compactly, M_ = f_j(\alpha_i). (Some authors use the
transpose In linear algebra, the transpose of a matrix is an operator which flips a matrix over its diagonal; that is, it switches the row and column indices of the matrix by producing another matrix, often denoted by (among other notations). The tr ...
of the above matrix.) Examples of alternant matrices include Vandermonde matrices, for which f_j(\alpha)=\alpha^, and Moore matrices, for which f_j(\alpha)=\alpha^.


Properties

* The alternant can be used to check the linear independence of the functions f_1, f_2, \dots, f_n in
function space In mathematics, a function space is a set of functions between two fixed sets. Often, the domain and/or codomain will have additional structure which is inherited by the function space. For example, the set of functions from any set into a vect ...
. For example, let f_2(x) = \cos(x) and choose \alpha_1 = 0, \alpha_2 = \pi/2. Then the alternant is the matrix \left begin0 & 1 \\ 1 & 0 \end\right/math> and the alternant determinant is Therefore ''M'' is invertible and the vectors \ form a basis for their spanning set: in particular, \sin(x) and \cos(x) are linearly independent. * Linear dependence of the columns of an alternant does not imply that the functions are linearly dependent in function space. For example, let f_2 = \cos(x) and choose \alpha_1 = 0, \alpha_2 = \pi. Then the alternant is \left begin0 & 1 \\ 0 & -1 \end\right/math> and the alternant determinant is 0, but we have already seen that \sin(x) and \cos(x) are linearly independent. * Despite this, the alternant can be used to find a linear dependence if it is already known that one exists. For example, we know from the theory of
partial fractions In algebra, the partial fraction decomposition or partial fraction expansion of a rational fraction (that is, a fraction such that the numerator and the denominator are both polynomials) is an operation that consists of expressing the fraction as ...
that there are real numbers ''A'' and ''B'' for which Choosing f_3(x) = \frac and we obtain the alternant \begin 1/2 & 1/3 & 1/6 \\ 1/3 & 1/4 & 1/12 \\ 1/4 & 1/5 & 1/20 \end \sim \begin 1 & 0 & 1 \\ 0 & 1 & -1 \\ 0 & 0 & 0 \end. Therefore, (1,-1,-1) is in the nullspace of the matrix: that is, f_1 - f_2 - f_3 = 0. Moving f_3 to the other side of the equation gives the partial fraction decomposition * If n = m and \alpha_i = \alpha_j for any then the alternant determinant is zero (as a row is repeated). * If n = m and the functions f_j(x) are all polynomials, then (\alpha_j - \alpha_i) divides the alternant determinant for all In particular, if ''V'' is a
Vandermonde matrix In linear algebra, a Vandermonde matrix, named after Alexandre-Théophile Vandermonde, is a matrix with the terms of a geometric progression in each row: an matrix :V=\begin 1 & x_1 & x_1^2 & \dots & x_1^\\ 1 & x_2 & x_2^2 & \dots & x_2^\\ 1 & x_ ...
, then \prod_ (\alpha_j - \alpha_i) = \det V divides such polynomial alternant determinants. The ratio \frac is therefore a polynomial in \alpha_1, \ldots, \alpha_m called the bialternant. The Schur polynomial s_ is classically defined as the bialternant of the polynomials f_j(x) = x^.


Applications

* Alternant matrices are used in
coding theory Coding theory is the study of the properties of codes and their respective fitness for specific applications. Codes are used for data compression, cryptography, error detection and correction, data transmission and data storage. Codes are studied ...
in the construction of alternant codes.


See also

* List of matrices * Wronskian


References

* * * {{Matrix classes Matrices Determinants