I am currently studying Reliability engineering and hence need to deal with material properties like elasticity modulus and poisson's ratio. I am basically an electrical engineer and hence never had to deal with Tensors previously. What I figured out about the difference between a tensor and a vector is that, a vector when broken down to it's most basic components, is nothing but an n-dimensional array where every element in the array represents a scalar, but on the other hand if I try to represent a Tensor in an "array" and not a matrix then every element in the array is a vector too. Kindly help me out, because I am a zero in Tensor mathematics because I never had to deal with it. The knowledgeable man or woman answering my question, if they do have an idea, can also help my understanding by referring to the "stress tensor in material" and the "conductivity tensor in the Current density and Electric field intensity" examples, since I will need to deal with these.
2026-02-23 07:59:11.1771833551
Vectors and Tensors
213 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in TENSOR-PRODUCTS
- Tensor product commutes with infinite products
- Inclusions in tensor products
- How to prove that $f\otimes g: V\otimes W\to X\otimes Y$ is a monomorphism
- What does a direct sum of tensor products look like?
- Tensors transformations under $so(4)$
- Tensor modules of tensor algebras
- projective and Haagerup tensor norms
- Algebraic Tensor product of Hilbert spaces
- Why $\displaystyle\lim_{n\to+\infty}x_n\otimes y_n=x\otimes y\;?$
- Proposition 3.7 in Atiyah-Macdonald (Tensor product of fractions is fraction of tensor product)
Related Questions in TENSORS
- Linear algebra - Property of an exterior form
- How to show that extension of linear connection commutes with contraction.
- tensor differential equation
- Decomposing an arbitrary rank tensor into components with symmetries
- What is this notation?
- Confusion about vector tensor dot product
- Generalization of chain rule to tensors
- Tensor rank as a first order formula
- $n$-dimensional quadratic equation $(Ax)x + Bx + c = 0$
- What's the best syntax for defining a matrix/tensor via its indices?
Related Questions in TENSOR-RANK
- Tensor rank as a first order formula
- 3+ Dimensional Matrices
- Manipulating tensor products
- Why are the covariant and contravariant components of the metric tensor defined this way?
- For all rank two tensors, is $A:BC = AB^T:C$?
- How to find eigenvalues and eigenvectors of higher-order tensors?
- tensor product, isotropic
- Uniqueness of Tensor Decompositions (Aren't Matrix Decompositions a Special Case?)
- Actual example of tensor contraction
- Could a Rank Two Tensor be a Scalar?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
This is really something that you should learn from a textbook, but I'll try to answer the second part of your question.
When you apply forces on any deformable body in equilibrium, it must develop internal resisting forces to keep every piece of it in equilibrium, by Newton's 2nd law. This is usually demonstrated by cutting the body into two by an imaginary plane and replacing material on one side of the body by a system of internal forces.
These internal forces vary from point to point in the body (think of the body as a well-behaved subset of $R^3$), but also depend on the direction in which you make the cut.
Since you can slice a 3D body in two through a point in an infinite number of ways, it would seem hopeless to specify these internal forces.
Cauchy proved that this need not be the case. All one needs is an entity called the stress tensor that, at a given point, maps normal vectors to these cutting planes to the vector force per unit area at that point (this is called the traction vector).
Mathematically, the stress tensor is a linear map $\mathbb{\sigma}$ such that (in a euclidean background space)
$$ \mathbb{t} = \mathbb{\hat{n} \cdot \sigma = \sigma^T \cdot \hat{n}} $$ where $\hat{n}$ is the unit normal to the plane and $\mathbb{t}$ is the traction vector.
Due to symmetry, $\sigma = \sigma^T$.
So, in a Cartesian basis, you can think of $\sigma$ as a 3 x 3 symmetric matrix that premultiplies a 3 x 1 column vector containing the components of the unit normal $\hat{n}$ to produce a 3 x 1 column vector of traction components.
$$ t_i = \sum_{j=1}^{3} \sigma_{ji} n_j \quad i=1,2,3 $$
(The summation sign is normally omitted)
In matrix form, $$ \{t\}_{3 \times 1} = [\sigma]_{3 \times 3} \{n\}_{3 \times 1} $$
The stress tensor $\sigma_{ij}$ is a function of space and time - it is a tensor field - so you can think of it as a system of functions $\sigma_{ij}(x,y,z,t)$.