Tensors #
A tensor is simply an \(N\) -dimensional array; 1-dimensional arrays are vectors and 2-dimensional arrays are matrices. The term is mostly used in applied mathematics, specifically I have encountered it most in fluid dynamics and machine learning.
Links and resources #
- Discussion of common tensor operations and a useful source for notation.