You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scalar: Represents a single numerical value, typically associated with magnitude (e.g., temperature, mass, speed) but without any direction. It can be considered as a 0-dimensional object because it doesn't have direction.
Vector: Represents both magnitude and direction in space. It is a 1-dimensional object because it has a direction associated with it. Examples include velocity, force, and displacement.
Matrix: Represents a rectangular array of numbers arranged in rows and columns. It is a 2-dimensional object because it has both rows and columns, and each element can represent some quantity related to direction and magnitude, depending on the context.
Tensor: Extends the concept of vectors and matrices to higher dimensions. It is an n-dimensional array of numbers, where n can be any positive integer. Tensors are used to represent data in many dimensions and are common in fields such as physics, engineering, and machine learning. They generalize the concepts of scalars, vectors, and matrices.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Beta Was this translation helpful? Give feedback.
All reactions