Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A What does upper indices represent?

2 answers  ·  posted 2y ago by deleted user  ·  last activity 2y ago by r~~‭

Question notation tensors
#3: Post edited by user avatar Peter Taylor‭ · 2021-11-02T14:48:51Z (over 2 years ago)
Remove tags which don't seem likely to fit many questions and create one which does
#2: Post edited by (deleted user) · 2021-10-27T11:33:34Z (over 2 years ago)
  • What does variable in sup represent for matrix?
  • What does upper indices represent?
  • I had seen people were representing matrix 2 way.
  • 1. $$\sum_{j=1}^n a_{ij}$$
  • It is representing a column matrix (vector actually) if we assume $i=1$.
  • $$\begin{bmatrix}a_{11} & a_{12} & a_{13} & ......\end{bmatrix}$$
  • 2. $$\sum_{j=1}^n a^{ij}$$
  • What it is representing? At first I thought it was row matrix (vector) since it is opposite of column matrix (vector). But when I was writing the question I couldn't generate a row matrix using the 2nd equation. I confuse more when I see $a_j^{i}$ sometimes there's two variable in sub and sup. $a_{ji}^{kl}$ I don't remember if one of them matches (I meant I am not sure if I write it wrong way).
  • I saw that people were representing matrices in two ways.
  • 1. $$\sum_{j=1}^n a_{ij}$$
  • It is representing a column matrix (vector actually) if we assume $i=1$.
  • $$\begin{bmatrix}a_{11} & a_{12} & a_{13} & ......\end{bmatrix}$$
  • 2. $$\sum_{j=1}^n a^{ij}$$
  • What is it representing? At first, I thought it was a row matrix (vector) since it is the opposite of a column matrix (vector). But when I was writing the question I couldn't generate a row matrix using the 2nd equation. I became more confused when I saw $a_j^{i}$, and sometimes there are two variables in sub and sup: $a_{ji}^{kl}$. I don't remember if either of them matches (I am not sure if I wrote it the wrong way).
  • After searching a little bit I found that when we move components our vectors don't change. But, I can't get deeper into **covariant** and **contravariant**. I even saw some people use an equation like this: $^ia_j$.
  • I was reading https://physics.stackexchange.com/q/541822/, and those answers don't explain the covariant and contravariant for a beginner (those explanations are for those who have some knowledge of the covariant and contravariant).
  • I was watching [the video](https://www.youtube.com/watch?v=CliW7kSxxWU), what he said that is, if we take some basis vectors and then find a vector using those basis vectors than if we decrease length of those vectors than that's contravariant vectors (I think he meant to say changing those components). But the explanation is not much more good to me. He might be correct also but I don't have any idea. If he is assuming that changes of basis vectors is contravariant then is "the original" basis vectors covariant? So how do we deal with covariant and contravariant altogether $g^i_j$ sometimes $g_j^i$
#1: Initial revision by (deleted user) · 2021-10-10T15:08:24Z (over 2 years ago)
What does variable in sup represent for matrix?
I had seen people were representing matrix 2 way.

1. $$\sum_{j=1}^n a_{ij}$$

It is representing a column matrix (vector actually) if we assume $i=1$.

$$\begin{bmatrix}a_{11} & a_{12} & a_{13} & ......\end{bmatrix}$$

2. $$\sum_{j=1}^n a^{ij}$$

What it is representing? At first I thought it was row matrix (vector) since it is opposite of column matrix (vector). But when I was writing the question I couldn't generate a row matrix using the 2nd equation. I confuse more when I see $a_j^{i}$ sometimes there's two variable in sub and sup. $a_{ji}^{kl}$ I don't remember if one of them matches (I meant I am not sure if I write it wrong way).