Is the Tensor Product of Two Matrices Really This Simple?

  • Context: Undergrad 
  • Thread starter Thread starter space-time
  • Start date Start date
  • Tags Tags
    Tensor
Click For Summary
SUMMARY

The tensor product of two 2x2 matrices, denoted as A ⊗ B, results in a 4x4 matrix formed by scalar multiplication of each element of matrix A with the entire matrix B. Specifically, the elements of the resulting matrix C are calculated as Cij = Akl * Bmn, where i and j correspond to the indices of the resulting matrix and k and l correspond to the indices of matrix A. This process is straightforward and serves as a valid representation of the tensor product, countering the notion that it is a complex operation. The discussion clarifies that while this example is simple, tensor products can involve more intricate structures in broader contexts.

PREREQUISITES
  • Understanding of matrix operations, specifically multiplication.
  • Familiarity with linear algebra concepts, particularly tensor products.
  • Knowledge of matrix notation and indexing.
  • Basic skills in manipulating 2x2 matrices.
NEXT STEPS
  • Study the properties of tensor products in higher dimensions, such as 3x3 matrices.
  • Explore applications of tensor products in quantum mechanics and machine learning.
  • Learn about Kronecker products and their relationship to tensor products.
  • Investigate the role of tensor products in vector spaces and multilinear algebra.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as researchers in fields utilizing tensor products, such as physics and computer science.

space-time
Messages
218
Reaction score
4
I was just watching a video that was reviewing some linear algebra, and it said that this was the tensor product:

Let's say you have a matrix A and a matrix B (both 2 by 2 matrices). If I want to calculate the tensor A ⊗ B, then the answer is basically just a matrix of matrices. In other words, I do this:

The first matrix of the tensor product space is: the scalar multiplication of A11 * B
The 2nd matrix of the tensor product space is: A12 * B
The 3rd matrix is: A21 * B
The last matrix is: A22 * B

Over all, this makes a 4 by 4 matrix (which I will call C even though I know it should really be denoted A ⊗ B) with elements:

C11 = A11 * B11
C12 = A11 * B12
C13 = A12 * B11
C14 = A12 * B12
C21 = A11 * B21
C22 = A11 * B22
C23 = A12 * B21
C24 = A12 * B22

C31 = A21 * B11
C32 = A21 * B12
C33 = A22 * B11
C34 = A22 * B12
C41 = A21 * B21
C42 = A21 * B22
C43 = A22 * B21
C44 = A22 * B22

I just want to ask: Is this really all there is to taking a tensor product? Is this really the process or is this just some simplified special case? I just ask this because I have asked on threads before about tensor products and tried to look up videos and web pages on them, and every time my source has just made it out to be some daunting process that was so difficult to explain and just about impossible to show an example of.
 
Physics news on Phys.org
In coordinate form, your example is correct. An example of the tensor product of two matrices. In general there may be also sums of them to get other elements in the vector space of here ##\mathbb{M}_{2 \times 2} \otimes \mathbb{M}_{2 \times 2}##.

Edit: One can arrange them in different ways, e.g. as four layers of ##2 \times 2## matrices: ##A_{11}B ,...##
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
4K