Outer product

In linear algebra, the outer product of two coordinate vectors is a matrix. If the two vectors have dimensions n and m, then their outer product is an n × m matrix. More generally, given two tensors (multidimensional arrays of numbers), their outer product is a tensor. The outer product of tensors is also referred to as their tensor product, and can be used to define the tensor algebra.
The outer product contrasts with:

The dot product (also known as the "inner product"), which takes a pair of coordinate vectors as input and produces a scalar
The Kronecker product, which takes a pair of matrices as input and produces a block matrix
Standard matrix multiplication

View More On Wikipedia.org
Back
Top