What is the meaning of \textbf{nn} in matrix multiplication?

rsq_a
Messages
103
Reaction score
1
I can't figure out what an author means by this expression:

<br /> \textbf{n} \cdot \textbf{e} \cdot (\textbf{I} - \textbf{nn})<br />

and

<br /> \left(\textbf{u} - \textbf{U}\right) \cdot (\textbf{I} - \textbf{nn})<br />

Here, all I know is that \textbf{u} and \textbf{U} are vectors of length 3. \textbf{n} is a unit normal, so also a vector of length 3. \textbf{I} I'm assuming is a 3x3 identity matrix. The author has also written that \textbf{e} = 1/2 (\nabla \textbf{u} + (\nabla \textbf{u})^T), so I guess that's a 3x3 matrix.

But that what does \textbf{nn} even mean? \textbf{n}n^T makes sense to me (giving a 3x3 matrix).

But then what does it mean to take the dot product of a 3x3 matrix with a 3x3 matrix? Is the author simply referring to matrix multiplication in
<br /> \left(\textbf{u} - \textbf{U}\right) \cdot (\textbf{I} - \textbf{nn}) = \left(\textbf{u} - \textbf{U}\right)(\textbf{I} - \textbf{nn}^T)<br />
 
Physics news on Phys.org
Why are you so cryptic about "an author"? Telling us what is the exact context of all this may save our time.
 
arkajad said:
Why are you so cryptic about "an author"? Telling us what is the exact context of all this may save our time.

I didn't see it as relevant. The equation(s) can be found on p.5 http://www.maths.nottingham.ac.uk/personal/pmzjb1/ejam_new.pdf.
 
From other formulas in thise paper lot can be guessed. The dot means simply multiplication of one matrix by another matrix, for instance vector.matrix=vector. I am not sure whether there is a difference between row and columns vectors, but I guess there is one.

I could not decode

\textbf{e} = 1/2 (\nabla \textbf{u} + (\nabla \textbf{u})^T)

but that can be decoded looking somewhere else for "rate of strain tensor".
 
arkajad said:
From other formulas in thise paper lot can be guessed.

Where? In (2.4) and (2.6), for example, dot is used consistently to mean the inner product (i.e. vector and vector).

\textbf{e} = 1/2 (\nabla \textbf{u} + (\nabla \textbf{u})^T)

This is easy. It's a 3x3 vector. The gradient of a vector is the transpose of the jacobian.

What about \textbf{nn}? I asked before how it makes sense to put two 3x1 (or 1x3) vectors together. Moreover, if you are correct, and
 
I guess \mathbf{nn} is the 3x3 matrix n_in_j. So, for instance, \mathbf{u}\cdot\mathbf{nn} would be

\Sigma_i u_in_in_j
 
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...

Similar threads

Back
Top