Linear Algebra & Matrices
Calculate the tensor product (outer product) of two vectors. Enter vectors as comma or space-separated numbers to compute their tensor product matrix.
Examples: 1, 2, 3 or 1 2 3
Examples: 4, 5 or 4 5
Common tensor product calculations
Simple tensor product of two 2-dimensional vectors
u: [1, 2]
v: [3, 4]
Format: matrix
Tensor product of different dimensional vectors
u: [1, 2, 3]
v: [4, 5]
Format: matrix
Tensor product of unit vectors in flattened format
u: [1, 0]
v: [0, 1]
Format: flattened
Tensor product commonly used in quantum mechanics
u: [0.7071, 0.7071]
v: [1, 0]
Format: matrix