Tensor Basics Teaser
Math Linear Algebra • Applications and Advanced Linear Algebra (capstone)
Frequently Asked Questions
Why does the tensor editor use slices?
A 3rd order tensor can be viewed as a stack of matrices. Editing by slice k is a simple way to enter T(i,j,k) values.
What is the difference between outer product and contraction?
Outer product increases order and does not sum indices (C(i,j,k)=A(i,j)*b(k)). Contraction reduces order by summing over an index (M(i,j)=sum_k T(i,j,k)*v(k)).
What does rank-1 tensor mean?
A rank-1 tensor factors into a product of vectors: T(i,j,k)=λ a(i)b(j)c(k). It is the tensor analogue of a rank-1 matrix u v^T.
Is the rank-1 decomposition exact?
Not necessarily. The calculator shows a small rank-1 approximation (teaser) and reports the reconstruction error norm.