Skip to content

Tensor

A tensor is a mathematical object that can represent data in different dimensions

DimensionsNameDescriptionNotation
0DScalarA single numberk
1DVectorA list of numbersv=[v1v2v3]
2DMatrixA grid of numbersA=[a11a12a1,ya21a22a2,yax,1ax,2ax,y]
3D+High-dimensional arrayT=[[t111t112t121t122],[t211t212t221t222],]

Example of applications