Questions tagged [tensors]

For questions about tensors, tensor computation and specific tensors (e.g.curvature tensor, stress tensor). Tensor calculus is a technique that can be regarded as a follow-up on linear algebra. It is a generalisation of classical linear algebra. In classical linear algebra one deals with vectors and matrices.

Tensors, are arrays of numbers, or functions, that transform according to certain rules under a change of coordinates. In physics, tensors characterize the properties of a physical system.

A tensor may be defined at a single point or collection of isolated points of space (or space-time), or it may be defined over a continuum of points. In the latter case, the elements of the tensor are functions of position and the tensor forms what is called a tensor field. This just means that the tensor is defined at every point within a region of space (or space-time), rather than just at a point, or collection of isolated points.

Tensor is a geometric object that maps in a multi-linear manner geometric vectors, scalars, and other tensors to a resulting tensor. Vectors and scalars which are often used in elementary physics and engineering applications, are considered as the simplest tensors. Vectors from the dual space of the vector space, which supplies the geometric vectors, are also included as tensors.

Tensors were conceived in $1900$ by Tullio Levi-Civita and Gregorio Ricci-Curbastro, who continued the earlier work of Bernhard Riemann and Elwin Bruno Christoffel and others, as part of the absolute differential calculus. The concept enabled an alternative formulation of the intrinsic differential geometry of a manifold in the form of the Riemann curvature tensor.

Tensors are important in physics because they provide a concise mathematical framework for formulating and solving physics problems in areas such as mechanics (stress, elasticity, fluid mechanics, moment of inertia, ...), electrodynamics (electromagnetic tensor, Maxwell tensor, permittivity, magnetic susceptibility, ...), or general relativity (stress–energy tensor, curvature tensor, ... ) and others.

References:

https://en.wikipedia.org/wiki/Tensor

http://www.ita.uni-heidelberg.de/~dullemond/lectures/tensor/tensor.pdf

https://www.grc.nasa.gov/www/k-12/Numbers/Math/documents/Tensors_TM2002211716.pdf

https://www.quora.com/What-is-a-tensor

What are the Differences Between a Matrix and a Tensor?

An Introduction to Tensors

3673 questions
71
votes
4 answers

Are there any differences between tensors and multidimensional arrays?

I see lots of references saying things like A tensor is a multidimensional or N-way array But others that say things like it should be remarked that other mathematical entities occur in physics that, like tensors, generally consist of…
21
votes
3 answers

Tensors, what should I learn before?

Here I will be just posting a simple questions. I know about vectors but now I want to know about tensors. In a physics class I was told that scalars are tensors of rank 0 and vectors are tensors of rank 1. Now what will be a tensor of rank…
user16186
  • 541
16
votes
1 answer

Determinant of a tensor

Is there such a thing as the determinant of a tensor of rank $\gt 2$? I am tried to think how it might be defined -- potentially like, the determinant of the tensor $A=a_{ijk}$ is $\det(A)=\epsilon^{ijk}\epsilon^{lmn}a_{1il}a_{2jm}a_{3kn}$. But I…
9
votes
2 answers

Levi Civita and Kronecker Delta identity

One of the popular Kronecker delta and Levi-Civita identities reads $$\epsilon_{ijk}\epsilon_{ilm}=\delta_{jl}\delta_{km}-\delta_{kl}\delta_{jm}.$$ Now, is there an intuition or mnemonic that you use, that can help one learn these or similar…
Isomorphic
  • 1,182
8
votes
1 answer

Number of isotropic tensors of rank N

Could someone please help me out with this problem? I would like to know what the number of distinct isotropic tensors of rank N is. I am new to the field and got confused by apparently contradictory information I have found. I thought that for rank…
SSF
  • 1,260
7
votes
2 answers

Why is the derivative of a tensor not a tensor (in general)?

I see that the need to apply the product rule when using curvilinear coordinates results in a term for the derivative of the coefficients that still follows tensor transformation rules, and that it is the derivative of the bases vectors that is the…
JAP
  • 553
7
votes
1 answer

What is the most common and appropriate definition of tensor?

Tensor can be thought of as generalization vectors but tensor is described in many ways sometimes an array of numbers. What is the most common and appropriate definition of tensor ?
MAS
  • 10,638
7
votes
2 answers

Proof the Levi-Civita symbol is a tensor

A tensor of rank $n$ has components $T_{ij\cdots k}$ (with $n$ indices) with respect to each basis $\{\mathbf{e}_i\}$ or coordinate system $\{x_i\}$, and satisfies the following rule of change of basis: $$ T_{ij\cdots k}' =…
7
votes
2 answers

What's an infinite dimensional or function version of a tensor?

A function $f$ is like an infinite dimensional vector with the norm $|f| = \int^b_a f(t)^2 \, \mathrm{d} t $ and dot product $f \cdot g = \int^b_a f(t) g(t) \, \mathrm{d} t $ where appropriate boundaries have to be chosen or you have to restrict…
7
votes
2 answers

Matrix notation in tensor transformations

In special relativity one looks at coordinate transformations that consist of combinations of Lorentz boosts, rotations and reflections - members of the Lorentz group. Under an arbitrary transformation like that, a 4-vector $\vec{x}$ transforms…
Spine Feast
  • 4,770
6
votes
2 answers

Symmetrizing and Anti-Symmetrizing Tensors

Given any Tensor, we can obtain a symmetric tensor through symmetrising operator. by $T_{uv} \rightarrow T_{(uv)}=\frac{1}{n!}(T_{uv}+T_{vu})$ where $n$ is the order of the tensor, and you have to take up all the permutations of the indices…
Isomorphic
  • 1,182
6
votes
2 answers

Christoffel Symbols in Flat Space-Time

Does it make sense to talk about Christoffel symbols in flat space time? Do they have non-zero values? I understand that the Christoffel symbols appear as an indication of curvature in space. So, are they non-existent in flat space-time?
nihal
  • 337
5
votes
1 answer

Inner product of symmetric and anti-symmetric tensors

I have the following question "Let $A_{ij}$ be a symmetric tensor and let $B_{ij}$ be an antisymmetric tensor. Prove that the inner product of $A_{ij}$ and $B_{ij}$ is zero." How would I go about doing this? I know that $A_{ij}=A_{ji}$ and…
5
votes
2 answers

How to visualize a second-order tensor in a rectangular coordinate system?

I can visualize a first-order tensor as a segment (a vector), but I'm not sure how to visualize a second-order tensor. The book that I'm trying to study is "Vector and tensor analysis with applications" (A. Borisenko and I. Tarapov)
set5
  • 1,067
4
votes
1 answer

Elegant Proof of the Product of Two Levi Cevita Tensors

Is their an elegant way to prove the product of two Levi Cevita tensors is equivalent to a determinant of a matrix of Kronecker deltas? I know that the anti-symmetry and cyclic nature should be easily proved via determinant row-interchange laws, but…
user82004
1
2 3
20 21