Difference between revisions of "Tensor"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
Line 3: Line 3:
 
== Description ==
 
== Description ==
  
Elementary examples of such relations include the dot product, the cross product, and linear maps.
+
Elementary examples of such relations include the [[dot product]], the [[cross product]], and [[Linear map|linear maps]].
  
 
Euclidean vectors, often used in physics and engineering applications, and scalars themselves are also tensors.
 
Euclidean vectors, often used in physics and engineering applications, and scalars themselves are also tensors.
Line 22: Line 22:
 
* [https://en.wikipedia.org/wiki/Tensor Tensor] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Tensor Tensor] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Glossary_of_tensor_theory Glossary of tensor theory]
 
* [https://en.wikipedia.org/wiki/Glossary_of_tensor_theory Glossary of tensor theory]
 +
 +
[[Category:Mathematics]]
 +
[[Category:Tensors]]

Latest revision as of 18:23, 15 April 2016

Tensors are geometric objects that describe linear relations between geometric vectors, scalars, and other tensors.

Description

Elementary examples of such relations include the dot product, the cross product, and linear maps.

Euclidean vectors, often used in physics and engineering applications, and scalars themselves are also tensors.

A more sophisticated example is the Cauchy stress tensor T, which takes a direction v as input and produces the stress T(v) on the surface normal to this vector for output, thus expressing a relationship between these two vectors.

In terms of a coordinate basis or fixed frame of reference, a tensor can be represented as an organized multidimensional array of numerical values.

The order (also degree) of a tensor is the dimensionality of the array needed to represent it, or equivalently, the number of indices needed to label a component of that array.

See also

External links