Vectorization (mathematics)

Vectorization (mathematics)

In mathematics, especially in linear algebra and matrix theory, the vectorization of a matrix is a linear transformation which converts the matrix into a column vector. Specifically, the vectorization of an "m×n" matrix "A", denoted by vec("A"), is the "mn × 1" column vector obtain by stacking the columns of the matrix "A" on top of one another:

:mathrm{vec}(A) = [a_{1,1}, ..., a_{m,1}, a_{1,2}, ..., a_{m,2}, ..., a_{1,n}, ..., a_{m,n}] ^THere a_{i,j} represents the (i,j)-th element of matrix A and the superscript ^T denotes the transpose.

For example, for the 2×2 matrix A = egin{bmatrix} a & b \ c & d end{bmatrix}, the vectorization is mathrm{vec}(A) = egin{bmatrix} a \ c \ b \ d end{bmatrix}.

Compatibility with Kronecker products

The vectorization is frequently used together with the Kronecker product to express matrix multiplication as a linear transformation on matrices. In particular,: mbox{vec}(ABC)=(C^{T}otimes A)mbox{vec}(B)

for matrices "A", "B", and "C" of compatible dimensions. For example, if ad"A"("X") = "AX" − "XA" (the adjoint endomorphism of the Lie algebra gl("n",C) of all "n×n" matrices with complex entries), then vec(ad"A"("X")) = ("I" otimes "A" − "A"T otimes "I") vec("X"), where"I" is the "n×n" identity matrix.

There are two others useful formulations:

: mbox{vec}(ABC)=(Iotimes AB)mbox{vec}(C) =(C^{T}B^{T}otimes I)mbox{vec}(A)

: mbox{vec}(AB)=(Iotimes A)mbox{vec}(B) =(B^{T}otimes I)mbox{vec}(A)

Compatibility with Hadamard products

Vectorization is an algebra homomorphism from the space of "n×n" matrices with the Hadamard (entrywise) product to Cn with its Hadamard product:

:vec("A" circ "B") = vec("A") circ vec("B").

Compatibility with inner products

Vectorization is a unitary transformation from the space of "n×n" matrices with the Frobenius (or Hilbert-Schmidt) inner product to Cn :

:tr("A"* "B") = vec("A")* vec("B")

where the superscript * denotes the conjugate transpose.

Half-vectorization

For a symmetric matrix "A", the vector vec("A") contains more information than is strictly necessary, since the matrix is completely determined by the symmetry together with the lower triangular portion, that is, the "n"("n"+1)/2 entries on and below the main diagonal. For such matrices, the half-vectorization is sometimes more useful than the vectorization. The half-vectorization, vech("A"), of a symmetric "n×n" matrix "A" is the "n"("n"+1)/2 × 1 column vector obtained by vectorizing only the lower triangular part of "A"::vech("A") = [ "A"1,1, ..., "A"m,1, "A"2,2, ..., "A"n,2, ..., "A"n-1,n-1,"A"n-1,n, "A"n,n ] T.

For example, for the 2×2 matrix "A" = egin{bmatrix} a & b \ b & d end{bmatrix}, the half-vectorization is vech("A") = egin{bmatrix} a \ b \ d end{bmatrix}.

There exist unique matrices transforming the half-vectorization of a matrix to its vectorization and vice-versa called, respectively, the duplication matrix and the elimination matrix.

ee also

* Voigt notation
* Column-major order

References

*Jan R. Magnus and Heinz Neudecker (1999), "Matrix Differential Calculus with Applications in Statistics and Econometrics", 2nd Ed., Wiley. ISBN 0-471-98633-X.
*Jan R. Magnus (1988), "Linear Structures", Oxford University Press. ISBN 0-85264-299-7.


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Vectorization — may refer to: * Vectorization (computer graphics), the process of converting raster graphics into vector graphics. * Vectorization (computer science), converting a computer program from a scalar implementation to a vectorized program. *… …   Wikipedia

  • List of mathematics articles (V) — NOTOC Vac Vacuous truth Vague topology Valence of average numbers Valentin Vornicu Validity (statistics) Valuation (algebra) Valuation (logic) Valuation (mathematics) Valuation (measure theory) Valuation of options Valuation ring Valuative… …   Wikipedia

  • Voigt notation — In mathematics, Voigt notation or Voigt form in multilinear algebra is a way to represent a symmetric tensor by reducing its order. There are a few variants and associated names for this idea: Mandel notation, Mandel–Voigt notation and Nye… …   Wikipedia

  • Row-major order — In computing, row major order and column major order describe methods for storing multidimensional arrays in linear memory. Following standard matrix notation, rows are numbered by the first index of a two dimensional array and columns by the… …   Wikipedia

  • List of numerical analysis software — Listed here are a number of computer programs used for performing numerical calculations: * acslX is a software application for modeling and evaluating the performance of continuous systems described by time dependent, nonlinear differential… …   Wikipedia

  • Kronecker product — In mathematics, the Kronecker product, denoted by otimes, is an operation on two matrices of arbitrary size resulting in a block matrix. It is a special case of a tensor product. The Kronecker product should not be confused with the usual matrix… …   Wikipedia

  • Thomas E. Bearden — is a retired Lieutenant Colonel of the U.S. Army who is in his own judgement active in the study of scalar electromagnetics, advanced electrodynamics, unified field theory, and overunity systems [cite web | last = Bearden | first = Thomas | title …   Wikipedia

  • Matricization — In mathematics, matricization (also matricisation, matricizing, unfolding, or flattening[1]) is the operation that turns a tensor (a multi dimensional array) into a matrix (a two dimensional array). Matricization may be regarded as a… …   Wikipedia

  • Matrix multiplication — In mathematics, matrix multiplication is a binary operation that takes a pair of matrices, and produces another matrix. If A is an n by m matrix and B is an m by p matrix, the result AB of their multiplication is an n by p matrix defined only if… …   Wikipedia

  • Particle swarm optimization — (PSO) is a swarm intelligence based algorithm to find a solution to an optimization problem in a search space, or model and predict social behavior in the presence of objectives.OverviewParticle swarm optimization is a stochastic, population… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”