Urea carboxylase

From formulasearchengine
Revision as of 12:48, 21 June 2011 by en>Kupirijo ((allophanate))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In mathematics, a Carleman matrix is a matrix used to convert function composition into matrix multiplication. It is often used in iteration theory to find the continuous iteration of functions which cannot be iterated by pattern recognition alone. Other uses of Carleman matrices occur in the theory of probability generating functions, and Markov chains.

Definition

The Carleman matrix of a function f(x) is defined as:

M[f]jk=1k![dkdxk(f(x))j]x=0,

so as to satisfy the (Taylor series) equation:

(f(x))j=k=0M[f]jkxk.

For instance, the computation of f(x) by

f(x)=k=0M[f]1,kxk.

simply amounts to the dot-product of row 1 of M[f] with a column vector [1,x,x2,x3,...]τ.

The entries of M[f] in the next row give the 2nd power of f(x):

f(x)2=k=0M[f]2,kxk,

and also, in order to have the zero'th power of f(x) in M[f], we aadopt the row 0 containing zeros everywhere except the first position, such that

f(x)0=1=k=0M[f]0,kxk=1+k=10*xk.

Thus, the dot product of M[f] with the column vector [1,x,x2,...]τ yields the column vector [1,f(x),f(x)2,...]τ

M[f]*[1,x,x2,x3,...]τ=[1,f(x),(f(x))2,(f(x))3,...]τ.

Bell matrix

The Bell matrix of a function f(x) is defined as

B[f]jk=1j![djdxj(f(x))k]x=0,

so as to satisfy the equation

(f(x))k=j=0B[f]jkxj,

so it is the transpose of the above Carleman matrix.


Jabotinsky matrix

Eri Jabotinsky developed that concept of matrices 1947 for the purpose of representation of convolutions of polynomials. Several authors refer to the Bell matrices as "Jabotinsky matrix" since (D. Knuth 1992, W.D. Lang 2000), and possibly this shall grow to a more canonical name.

Generalization

A generalization of the Carleman matrix of a function can be defined around any point, such as:

M[f]x0=Mx[xx0]M[f]Mx[x+x0]

or M[f]x0=M[g] where g(x)=f(x+x0)x0. This allows the matrix power to be related as:

(M[f]x0)n=Mx[xx0]M[f]nMx[x+x0]

Matrix properties

These matrices satisfy the fundamental relationships:

which makes the Carleman matrix M a (direct) representation of f(x), and the Bell matrix B an anti-representation of f(x). Here the term fg denotes the composition of functions f(g(x)).

Other properties include:

Examples

The Carleman matrix of a constant is:

M[a]=(100a00a200)

The Carleman matrix of the identity function is:

Mx[x]=(100010001)

The Carleman matrix of a constant addition is:

Mx[a+x]=(100a10a22a1)

The Carleman matrix of a constant multiple is:

Mx[cx]=(1000c000c2)

The Carleman matrix of a linear function is:

Mx[a+cx]=(100ac0a22acc2)

The Carleman matrix of a function f(x)=k=1fkxk is:

M[f]=(1000f1f200f12)

The Carleman matrix of a function f(x)=k=0fkxk is:

M[f]=(100f0f1f2f022f0f1f12)

See also

References