Bell Matrix
   HOME

TheInfoList



OR:

In mathematics, a Carleman matrix is a matrix used to convert
function composition In mathematics, function composition is an operation that takes two functions and , and produces a function such that . In this operation, the function is applied to the result of applying the function to . That is, the functions and ...
into
matrix multiplication In mathematics, particularly in linear algebra, matrix multiplication is a binary operation that produces a matrix from two matrices. For matrix multiplication, the number of columns in the first matrix must be equal to the number of rows in the s ...
. It is often used in iteration theory to find the continuous iteration of functions which cannot be iterated by
pattern recognition Pattern recognition is the automated recognition of patterns and regularities in data. It has applications in statistical data analysis, signal processing, image analysis, information retrieval, bioinformatics, data compression, computer graphi ...
alone. Other uses of Carleman matrices occur in the theory of
probability Probability is the branch of mathematics concerning numerical descriptions of how likely an Event (probability theory), event is to occur, or how likely it is that a proposition is true. The probability of an event is a number between 0 and ...
generating functions, and
Markov chains A Markov chain or Markov process is a stochastic process, stochastic model describing a sequence of possible events in which the probability of each event depends only on the state attained in the previous event. Informally, this may be thought ...
.


Definition

The Carleman matrix of an infinitely differentiable function f(x) is defined as: :M = \frac\left frac (f(x))^j \right ~, so as to satisfy the (
Taylor series In mathematics, the Taylor series or Taylor expansion of a function is an infinite sum of terms that are expressed in terms of the function's derivatives at a single point. For most common functions, the function and the sum of its Taylor serie ...
) equation: :(f(x))^j = \sum_^ M x^k. For instance, the computation of f(x) by :f(x) = \sum_^ M x^k. ~ simply amounts to the dot-product of row 1 of M with a column vector \left ,x,x^2,x^3,...\right\tau. The entries of M /math> in the next row give the 2nd power of f(x): :f(x)^2 = \sum_^ M x^k ~, and also, in order to have the zeroth power of f(x) in M /math>, we adopt the row 0 containing zeros everywhere except the first position, such that :f(x)^0 = 1 = \sum_^ M x^k = 1+ \sum_^ 0* x^k ~. Thus, the
dot product In mathematics, the dot product or scalar productThe term ''scalar product'' means literally "product with a scalar as a result". It is also used sometimes for other symmetric bilinear forms, for example in a pseudo-Euclidean space. is an algebra ...
of M /math> with the column vector \left ,x,x^2,...\right\tau yields the column vector \left ,f(x),f(x)^2,...\right\tau : M * \left 1,x,x^2,x^3,...\right\tau = \left 1,f(x),(f(x))^2,(f(x))^3,...\right\tau.


Generalization

A generalization of the Carleman matrix of a function can be defined around any point, such as: :M = M_x - x_0 _x + x_0/math> or M = M /math> where g(x) = f(x + x_0) - x_0. This allows the
matrix power In mathematics, a matrix (plural matrices) is a rectangle, rectangular array variable, array or table of numbers, symbol (formal), symbols, or expression (mathematics), expressions, arranged in rows and columns, which is used to represent a math ...
to be related as: :(M )^n = M_x - x_0 nM_x + x_0/math>


General Series

:Another way to generalize it even further is think about a general series in the following way: :Let f(x) = \sum_n c_n (f) \cdot \psi_n(x) be a series approximation of f(x), where \_n is a basis of the space containing f(x) :We can define G = c_n(\psi_m \circ f), therefore we have \psi_m \circ f = \sum_n c_n (\psi_m \circ f) \cdot \psi_n = \sum_n G \cdot \psi_n, now we can prove that G \circ f= G \cdot G /math>, if we assume that \_n is also a basis for g(x) and g(f(x)). :Let g(x) be such that \psi_l \circ g = \sum_m G \cdot \psi_m where G = c_m (\psi_l \circ g). :Now \sum_n G \circ f \psi_n = \psi_l \circ (g \circ f) = (\psi_l \circ g) \circ f = \sum_m G (\psi_m \circ f) = \sum_m G \sum_n G \psi_n = \sum_ G G \psi_n = \sum_ (\sum_m G G ) \psi_n :Comparing the first and the last term, and from \_n being a base for f(x), g(x) and g(f(x)) it follows that G \circ f=\sum_m G G = G \cdot G /math>


Examples

If we set \psi_n(x) = x^n we have the Carleman matrix If \_n is an orthonormal basis for a Hilbert Space with a defined inner product \langle f,g \rangle, we can set \psi_n = e_n and c_n (f) will be . If e_n(x) = e^ we have the analogous for Fourier Series, namely c_n (f) = \cfrac \int_^ \displaystyle f(x) \cdot e^dx


Properties

Carleman matrices satisfy the fundamental relationship *M \circ g= M ~, which makes the Carleman matrix ''M'' a (direct) representation of f(x). Here the term f \circ g denotes the composition of functions f(g(x)). Other properties include: *\,M ^n= M n, where \,f^n is an
iterated function In mathematics, an iterated function is a function (that is, a function from some set to itself) which is obtained by composing another function with itself a certain number of times. The process of repeatedly applying the same function is ...
and *\,M ^= M , where \,f^ is the
inverse function In mathematics, the inverse function of a function (also called the inverse of ) is a function that undoes the operation of . The inverse of exists if and only if is bijective, and if it exists, is denoted by f^ . For a function f\colon X\t ...
(if the Carleman matrix is
invertible In mathematics, the concept of an inverse element generalises the concepts of opposite () and reciprocal () of numbers. Given an operation denoted here , and an identity element denoted , if , one says that is a left inverse of , and that is ...
).


Examples

The Carleman matrix of a constant is: :M = \left(\begin 1&0&0& \cdots \\ a&0&0& \cdots \\ a^2&0&0& \cdots \\ \vdots&\vdots&\vdots&\ddots \end\right) The Carleman matrix of the identity function is: :M_x = \left(\begin 1&0&0& \cdots \\ 0&1&0& \cdots \\ 0&0&1& \cdots \\ \vdots&\vdots&\vdots&\ddots \end\right) The Carleman matrix of a constant addition is: :M_x + x= \left(\begin 1&0&0& \cdots \\ a&1&0& \cdots \\ a^2&2a&1& \cdots \\ \vdots&\vdots&\vdots&\ddots \end\right) The Carleman matrix of the
successor function In mathematics, the successor function or successor operation sends a natural number to the next one. The successor function is denoted by ''S'', so ''S''(''n'') = ''n'' +1. For example, ''S''(1) = 2 and ''S''(2) = 3. The successor functio ...
is equivalent to the
Binomial coefficient In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
: :M_x + x= \left(\begin 1&0&0&0& \cdots \\ 1&1&0&0& \cdots \\ 1&2&1&0& \cdots \\ 1&3&3&1& \cdots \\ \vdots&\vdots&\vdots&\vdots&\ddots \end\right) :M_x + x = \binom The Carleman matrix of the
logarithm In mathematics, the logarithm is the inverse function to exponentiation. That means the logarithm of a number  to the base  is the exponent to which must be raised, to produce . For example, since , the ''logarithm base'' 10 o ...
is related to the (signed)
Stirling numbers of the first kind In mathematics, especially in combinatorics, Stirling numbers of the first kind arise in the study of permutations. In particular, the Stirling numbers of the first kind count permutations according to their number of cycles (counting fixed poin ...
scaled by
factorial In mathematics, the factorial of a non-negative denoted is the product of all positive integers less than or equal The factorial also equals the product of n with the next smaller factorial: \begin n! &= n \times (n-1) \times (n-2) \t ...
s: :M_x log(1 + x)= \left(\begin 1&0&0&0&0& \cdots \\ 0&1&-\frac&\frac&-\frac& \cdots \\ 0&0&1&-1&\frac& \cdots \\ 0&0&0&1&-\frac& \cdots \\ 0&0&0&0&1& \cdots \\ \vdots&\vdots&\vdots&\vdots&\vdots&\ddots \end\right) :M_x log(1 + x) = s(k, j) \frac The Carleman matrix of the
logarithm In mathematics, the logarithm is the inverse function to exponentiation. That means the logarithm of a number  to the base  is the exponent to which must be raised, to produce . For example, since , the ''logarithm base'' 10 o ...
is related to the (unsigned)
Stirling numbers of the first kind In mathematics, especially in combinatorics, Stirling numbers of the first kind arise in the study of permutations. In particular, the Stirling numbers of the first kind count permutations according to their number of cycles (counting fixed poin ...
scaled by
factorial In mathematics, the factorial of a non-negative denoted is the product of all positive integers less than or equal The factorial also equals the product of n with the next smaller factorial: \begin n! &= n \times (n-1) \times (n-2) \t ...
s: :M_x \log(1 - x)= \left(\begin 1&0&0&0&0& \cdots \\ 0&1&\frac&\frac&\frac& \cdots \\ 0&0&1&1&\frac& \cdots \\ 0&0&0&1&\frac& \cdots \\ 0&0&0&0&1& \cdots \\ \vdots&\vdots&\vdots&\vdots&\vdots&\ddots \end\right) :M_x \log(1 - x) = , s(k, j), \frac The Carleman matrix of the
exponential function The exponential function is a mathematical function denoted by f(x)=\exp(x) or e^x (where the argument is written as an exponent). Unless otherwise specified, the term generally refers to the positive-valued function of a real variable, a ...
is related to the
Stirling numbers of the second kind In mathematics, particularly in combinatorics, a Stirling number of the second kind (or Stirling partition number) is the number of ways to partition a set of ''n'' objects into ''k'' non-empty subsets and is denoted by S(n,k) or \textstyle \lef ...
scaled by
factorial In mathematics, the factorial of a non-negative denoted is the product of all positive integers less than or equal The factorial also equals the product of n with the next smaller factorial: \begin n! &= n \times (n-1) \times (n-2) \t ...
s: :M_x
exp(x) - 1 Exp may stand for: * Exponential function, in mathematics * Expiry date of organic compounds like food or medicines * Experience points, in role-playing games * EXPTIME, a complexity class in computing * Ford EXP, a car manufactured in the 1980s * ...
= \left(\begin 1&0&0&0&0& \cdots \\ 0&1&\frac&\frac&\frac& \cdots \\ 0&0&1&1&\frac& \cdots \\ 0&0&0&1&\frac& \cdots \\ 0&0&0&0&1& \cdots \\ \vdots&\vdots&\vdots&\vdots&\vdots&\ddots \end\right) :M_x
exp(x) - 1 Exp may stand for: * Exponential function, in mathematics * Expiry date of organic compounds like food or medicines * Experience points, in role-playing games * EXPTIME, a complexity class in computing * Ford EXP, a car manufactured in the 1980s * ...
= S(k, j) \frac The Carleman matrix of
exponential function The exponential function is a mathematical function denoted by f(x)=\exp(x) or e^x (where the argument is written as an exponent). Unless otherwise specified, the term generally refers to the positive-valued function of a real variable, a ...
s is: :M_x
exp(a x) Exp may stand for: * Exponential function, in mathematics * Expiry date of organic compounds like food or medicines * Experience points, in role-playing games * EXPTIME, a complexity class in computing * Ford EXP, a car manufactured in the 1980s * ...
= \left(\begin 1&0&0&0& \cdots \\ 1&a&\frac&\frac& \cdots \\ 1&2a&2a^2&\frac& \cdots \\ 1&3a&\frac&\frac& \cdots \\ \vdots&\vdots&\vdots&\vdots&\ddots \end\right) :M_x
exp(a x) Exp may stand for: * Exponential function, in mathematics * Expiry date of organic compounds like food or medicines * Experience points, in role-playing games * EXPTIME, a complexity class in computing * Ford EXP, a car manufactured in the 1980s * ...
= \frac The Carleman matrix of a constant multiple is: :M_x x= \left(\begin 1&0&0& \cdots \\ 0&c&0& \cdots \\ 0&0&c^2& \cdots \\ \vdots&\vdots&\vdots&\ddots \end\right) The Carleman matrix of a linear function is: :M_x + cx= \left(\begin 1&0&0& \cdots \\ a&c&0& \cdots \\ a^2&2ac&c^2& \cdots \\ \vdots&\vdots&\vdots&\ddots \end\right) The Carleman matrix of a function f(x) = \sum_^f_k x^k is: :M = \left(\begin 1&0&0& \cdots \\ 0&f_1&f_2& \cdots \\ 0&0&f_1^2& \cdots \\ \vdots&\vdots&\vdots&\ddots \end\right) The Carleman matrix of a function f(x) = \sum_^f_k x^k is: :M = \left(\begin 1&0&0& \cdots \\ f_0&f_1&f_2& \cdots \\ f_0^2&2f_0f_1&f_1^2+2f_0f_2& \cdots \\ \vdots&\vdots&\vdots&\ddots \end\right)


Related matrices

The Bell matrix or the Jabotinsky matrix of a function f(x) is defined as :B = \frac\left frac (f(x))^k \right ~, so as to satisfy the equation :(f(x))^k = \sum_^ B x^j ~, These matrices were developed in 1947 by Eri Jabotinsky to represent convolutions of polynomials. It is 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 Carleman matrix and satisfy B \circ g= B ~, which makes the Bell matrix ''B'' an ''anti-representation'' of f(x).


See also

* Carlemann linearization *
Composition operator In mathematics, the composition operator C_\phi with symbol \phi is a linear operator defined by the rule C_\phi (f) = f \circ \phi where f \circ \phi denotes function composition. The study of composition operators is covered bAMS category 47B33 ...
*
Function composition In mathematics, function composition is an operation that takes two functions and , and produces a function such that . In this operation, the function is applied to the result of applying the function to . That is, the functions and ...
*
Schröder's equation Schröder's equation, named after Ernst Schröder, is a functional equation with one independent variable: given the function , find the function such that Schröder's equation is an eigenvalue equation for the composition operator that send ...
*
Bell polynomials In combinatorial mathematics, the Bell polynomials, named in honor of Eric Temple Bell, are used in the study of set partitions. They are related to Stirling and Bell numbers. They also occur in many applications, such as in the Faà di Bruno's fo ...


Notes


References

* R Aldrovandi
Special Matrices of Mathematical Physics
Stochastic, Circulant and Bell Matrices, World Scientific, 2001.
preview
* R. Aldrovandi, L. P. Freitas, Continuous Iteration of Dynamical Maps, online preprint, 1997. * P. Gralewicz, K. Kowalski, Continuous time evolution from iterated maps and Carleman linearization, online preprint, 2000. * K Kowalski and W-H Steeb
Nonlinear Dynamical Systems and Carleman Linearization
World Scientific, 1991.
preview
{{Matrix classes Functions and mappings Matrix theory