OUTER PRODUCT
'Outer product' typically refers to the tensor product or to operations with similar cardinality such as exterior product. The cardinality of these operations is that of cartesian products.
The name contrasts with the inner product, which is the product in the opposite order.
Outer product is also a higher-order function in computer programming languages such as APL. Here, the cardinality of the results produced by this operation is that of cartesian products.
==Definition (Matrix multiplication)==
The outer product of vectors is a special case of the Kronecker product of matrices.
Given the column vector and the row vector , their outer product is defined as the matrix resulting from
:
where the tensor product is just multiplication of vectors.
In coordinates:
:
For complex vectors, it is customary to use the complex conjugate of (denoted ), as one thinks of row vectors as elements of the complex conjugate vector space of the dual vector space:
:
If is instead a column vector, the definition becomes:
:
where is the conjugate transpose of .
If is a row vector, and ''m'' = ''n'', then one can take the product the other way, yielding a scalar (or matrix):
:
which is the standard inner product for Euclidean vector spaces, better known as the dot product.
Given a vector and a covector ,
the tensor product gives a map ,
under the isomorphism .
Concretely, given ,
:
where is evaluated on ''w'', which yields a scalar,
which then multiplies ''v''.
Alternately, it's the composition of with .
If , then one can also pair , which is the inner product.
==Definition (Tensor multiplication)==
The outer product on tensors is typically referred to as the tensor product. Given a tensor 'a' with rank 'q' and dimensions (''i'' '1', ..., ''i'' 'q'), and a tensor 'b' with rank 'r' and dimensions (''j'' '1', ..., ''j'' 'r'), their outer product 'c' has rank 'q'+'r' and dimensions (''k'' '1', ..., ''k'' 'q'+'r') which are the ''i'' dimensions followed by the ''j'' dimensions. For example, if 'A' has rank '3' and dimensions (''3'', ''5'', ''7'') and 'B' has rank '2' and dimensions (''10'', ''100''), their outer product 'c' has rank 5 and dimensions (''3'', ''5'', ''7'', ''10'', ''100''). If 'A'[''2'', ''2'', ''4''] = 11 and 'B'[''8'', ''88'']= 13 then 'C'[''2'', ''2'', ''4'', ''8'', ''88''] = 143. .
To understand the matrix definition of outer product in terms of the definition of tensor product:
# You can interpret the vector 'v' as a rank 1 tensor with dimension (''M''), and the vector 'u' as a rank '1' tensor with dimension ('N'). The result is a rank '2' tensor with dimension (''M'', ''N'').
# The rank of the result of an inner product between two tensors of rank 'q' and 'r' is the greater of 'q+r-2' and '0'. Thus, the inner product of two matrices has the same rank as the outer product (or tensor product) of two vectors.
# You can add arbitrarily many leading or trailing ''1'' dimensions to a tensor without fundamentally altering its structure. These ''1'' dimensions would alter the character of operations on these tensors, so any resulting equivalences should be expressed explicitly.
# The inner product of two matrices 'V' with dimensions (''d'', ''e'') and 'U' with dimensions (''e'', ''f'') is where and , For the case where ''e'' =1, the summation is trivial (involving only a single term).
It should be emphasized that the term "rank" is being used in its tensor sense, and should not be interpreted as matrix rank.
The outer product is useful in computing physical quantities (e.g. the tensor of inertia), and performing transform operations in digital signal processing and digital image processing. It is also useful in statistical analysis for computing the covariance and auto-covariance matrices for two random variables.
★ linear algebra
★ norm
★ cross product
★ inner product
★ Kronecker product
★ conjugate transpose
★ complex conjugate
★ transpose
★ bra-ket notation for outer product
The name contrasts with the inner product, which is the product in the opposite order.
Outer product is also a higher-order function in computer programming languages such as APL. Here, the cardinality of the results produced by this operation is that of cartesian products.
==Definition (Matrix multiplication)==
The outer product of vectors is a special case of the Kronecker product of matrices.
Given the column vector and the row vector , their outer product is defined as the matrix resulting from
:
where the tensor product is just multiplication of vectors.
In coordinates:
:
For complex vectors, it is customary to use the complex conjugate of (denoted ), as one thinks of row vectors as elements of the complex conjugate vector space of the dual vector space:
:
If is instead a column vector, the definition becomes:
:
where is the conjugate transpose of .
| Contents |
| Contrast with inner product |
| Definition (Abstract) |
| Applications |
| See also |
| Products |
| Duality |
Contrast with inner product
If is a row vector, and ''m'' = ''n'', then one can take the product the other way, yielding a scalar (or matrix):
:
which is the standard inner product for Euclidean vector spaces, better known as the dot product.
Definition (Abstract)
Given a vector and a covector ,
the tensor product gives a map ,
under the isomorphism .
Concretely, given ,
:
where is evaluated on ''w'', which yields a scalar,
which then multiplies ''v''.
Alternately, it's the composition of with .
If , then one can also pair , which is the inner product.
==Definition (Tensor multiplication)==
The outer product on tensors is typically referred to as the tensor product. Given a tensor 'a' with rank 'q' and dimensions (''i'' '1', ..., ''i'' 'q'), and a tensor 'b' with rank 'r' and dimensions (''j'' '1', ..., ''j'' 'r'), their outer product 'c' has rank 'q'+'r' and dimensions (''k'' '1', ..., ''k'' 'q'+'r') which are the ''i'' dimensions followed by the ''j'' dimensions. For example, if 'A' has rank '3' and dimensions (''3'', ''5'', ''7'') and 'B' has rank '2' and dimensions (''10'', ''100''), their outer product 'c' has rank 5 and dimensions (''3'', ''5'', ''7'', ''10'', ''100''). If 'A'[''2'', ''2'', ''4''] = 11 and 'B'[''8'', ''88'']= 13 then 'C'[''2'', ''2'', ''4'', ''8'', ''88''] = 143. .
To understand the matrix definition of outer product in terms of the definition of tensor product:
# You can interpret the vector 'v' as a rank 1 tensor with dimension (''M''), and the vector 'u' as a rank '1' tensor with dimension ('N'). The result is a rank '2' tensor with dimension (''M'', ''N'').
# The rank of the result of an inner product between two tensors of rank 'q' and 'r' is the greater of 'q+r-2' and '0'. Thus, the inner product of two matrices has the same rank as the outer product (or tensor product) of two vectors.
# You can add arbitrarily many leading or trailing ''1'' dimensions to a tensor without fundamentally altering its structure. These ''1'' dimensions would alter the character of operations on these tensors, so any resulting equivalences should be expressed explicitly.
# The inner product of two matrices 'V' with dimensions (''d'', ''e'') and 'U' with dimensions (''e'', ''f'') is where and , For the case where ''e'' =1, the summation is trivial (involving only a single term).
It should be emphasized that the term "rank" is being used in its tensor sense, and should not be interpreted as matrix rank.
Applications
The outer product is useful in computing physical quantities (e.g. the tensor of inertia), and performing transform operations in digital signal processing and digital image processing. It is also useful in statistical analysis for computing the covariance and auto-covariance matrices for two random variables.
See also
★ linear algebra
★ norm
Products
★ cross product
★ inner product
★ Kronecker product
Duality
★ conjugate transpose
★ complex conjugate
★ transpose
★ bra-ket notation for outer product
This article provided by Wikipedia. To edit the contents of this article, click here for original source.
psst.. try this: add to faves

العربية
中国
Français
Deutsch
Ελληνική
हिन्दी
Italiano
日本語
Português
Русский
Español