Proving AI_n = A in Linear Algebra Class: Understanding the Final Step

  • Thread starter Thread starter phospho
  • Start date Start date
  • Tags Tags
    Proof
phospho
Messages
250
Reaction score
0
I'm trying to prove AI_n = A for my linear algebra class:

## A = (a_{st}) ##
where ## 1 \leq s \leq m ## and ## 1 \leq t \leq n ##

then ## (AI_n)_{sk} = \displaystyle\sum_{t=1}^n a_{st}(I_n)_{tk} = \displaystyle\sum_{t=1}^n a_{st}\delta_{tk} ##

we know that most of ## \delta_{tk} = 0 ## from the definition,

therefore

##\displaystyle\sum_{t=1}^n a_{st}\delta_{tk} = a_{sk}\delta_{kk} + \displaystyle\sum_{t\not=k} a_{st}\delta_{tk} = a_{sk}(1) + 0 = a_{sk} ##
I don't understand the final bit of the proof, we start with defining A = a_{st}, and we end up with a_{sk}, how is this equivalent?
 
Physics news on Phys.org
phospho said:
##\displaystyle\sum_{t=1}^n a_{st}\delta_{tk} = a_{sk}\delta_{kk} + \displaystyle\sum_{t\not=k} a_{st}\delta_{tk} = a_{sk}(1) + 0 = a_{sk} ##
I don't understand the final bit of the proof, we start with defining A = a_{st}, and we end up with a_{sk}, how is this equivalent?
Which part don't you understand?
  1. ##\sum_t a_{st}\delta_{tk} = a_{sk}\delta_{kk} + \sum_{t\ne k} a_{st}\delta_{tk}##
  2. ##a_{sk}\delta_{kk} + \sum_{t\ne k} a_{st}\delta_{tk} = a_{sk}(1) + 0##
  3. ##a_{sk}(1) + 0 = a_{sk}##
 
D H said:
Which part don't you understand?
  1. ##\sum_t a_{st}\delta_{tk} = a_{sk}\delta_{kk} + \sum_{t\ne k} a_{st}\delta_{tk}##
  2. ##a_{sk}\delta_{kk} + \sum_{t\ne k} a_{st}\delta_{tk} = a_{sk}(1) + 0##
  3. ##a_{sk}(1) + 0 = a_{sk}##

the second one, i.e. how you get from 1. to ##a_{sk}\delta_{kk} ## how does the t change to a k? for a and delta, am I righ tin thinking it's because of the deifnition of matrix multiplication?
 
The first step is just taking one specific term out of the sum, the term for which t=k. This results in ##\sum_t a_{st}\delta_{tk} = a_{sk}\delta_{kk} + \sum_{t\ne k} a_{st}\delta_{tk}##.

The second step merely replaces the value of the Kronecker delta with its value. The value of ##\delta_{kk}## in first term, ##a_{sk}\delta_{kk}##, is just one. The second term is the sum ##\sum_{t\ne k} a_{st}\delta_{tk}##, and here ##\delta_{tk}## is identically zero since ##\delta_{tk}=0## for all t ≠ k.
 
anyone?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Replies
2
Views
2K
Replies
4
Views
2K
Replies
6
Views
3K
Replies
14
Views
3K
Replies
11
Views
2K
Replies
3
Views
2K
Back
Top