Index Notation, Identity Matrix

  • Thread starter Thread starter PhDeezNutz
  • Start date Start date
  • Tags Tags
    Index notation
AI Thread Summary
The discussion centers on proving that multiplication with the identity matrix is commutative, specifically showing that IA = AI. The derivation involves using index notation and the Kronecker delta, leading to the conclusion that both expressions yield A_{ij}. Concerns are raised about the use of repeated indices in Einstein notation, questioning whether it complicates the derivation unnecessarily. It is suggested that explicit notation is preferable for clarity in mathematical exercises, while Einstein notation may be more suitable for physics contexts. Ultimately, the conversation emphasizes the importance of notation in accurately conveying mathematical concepts.
PhDeezNutz
Messages
849
Reaction score
556
Homework Statement
Prove that multiplication with the Identity Matrix is commutative
Relevant Equations
My approach is to compute expressions for ##IA## and ##AI## and show that ##IA = AI##

Of course If ##A## is an ##m \times n## matrix it would be ##I_m## on the left and ##I_n## on the right.
Terms only generate when ##k = i ##

##\left( IA \right)_{ij} = \delta_{ik}A_{kj} = \delta_{ii}A_{ij} = A_{ij}##

##\left( AI \right)_{ij} = A_{ik} \delta_{kj} = A_{ii} \delta_{ij} = A_{ij}##

Therefore ##IA = AI##

I’m bothered by three repeated indices so I’m questioning my derivation.
 
Physics news on Phys.org
PhDeezNutz said:
Homework Statement: Prove that multiplication with the Identity Matrix is commutative
Relevant Equations: My approach is to compute expressions for ##IA## and ##AI## and show that ##IA = AI##

Of course If ##A## is an ##m \times n## matrix it would be ##I_m## on the left and ##I_n## on the right.

Terms only generate when ##k = i ##

##\left( IA \right)_{ij} = \delta_{ik}A_{kj} = \delta_{ii}A_{ij} = A_{ij}##

##\left( AI \right)_{ij} = A_{ik} \delta_{kj} = A_{ii} \delta_{ij} = A_{ij}##

Therefore ##IA = AI##

I’m bothered by three repeated indices so I’m questioning my derivation.
If you are using the (Einstein) notation with summation suppressed, then technically you must go directly:
$$\delta_{ik}A_{kj} = A_{ij}$$If you are using standard notation, then there is no limit to how many terms you can have with the same index.
 
So does that mean I’m splitting hairs over what is essentially a definition?
 
PhDeezNutz said:
So does that mean I’m splitting hairs over what is essentially a definition?
Not really. The Einstein notation cannot handle the second of these expressions:
$$\sum_i a_ib_i \equiv a_ib_i$$$$a_ib_i \ \ \text{for some specific i}$$It also can't handle something like:
$$\exists i: a_i = b_i$$Instead:
$$(\forall i: a_i = b_i) \equiv a_i = b_i$$
 
My advice is to use explicit notation for math exercises and keep Einstein for physics later on.

I am unhappy with $$\left( AI \right)_{ij} = \sum_k A_{ik} \delta_{kj} = \sum_? A_{ii} \delta_{ij} = A_{ij}$$and would stay with $$\left( AI \right)_{ij} = \sum_k A_{ik} \delta_{kj} = A_{ij} $$because ## \sum A_{ii} \delta_{ij} \ne A_{ij}##

##\ ##
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top