Matrix Multiplication of \delta_{ij}v_j = v_i

virgileso
Messages
5
Reaction score
0

Homework Statement


Show by matrix multiplication, \delta_{ij}v_j = v_i

The Attempt at a Solution


I'm having trouble understanding how to do this, because I'm under the impression that v_j is a row vector, which can't be multiplied by a 3x3 matrix which \delta_{ij} is; or am I horribly wrong here?
 
Physics news on Phys.org
I believe the Kronecker delta is just the identity matrix... if it's a 3x3 matrix, then v_j is 3x1 (3 rows, 1 column)
 
Row vectors (n,1) can be multiplied by matrices (n,n) only if they stay at the right of the matrix, which is the case here.
 
Then shouldn't the unity matrix give another row vector as an answer? I'm trying to understand how v_i = v_j
 
But the unit matrix 0 nondiagonal elements, so that v_{i}=v_{j} only for i=j.
 
Aren't we talking about column vectors here... 3x1 is a column vector... and the result of the multiplication gives the same column vector back...

\delta_{ij}v_j denotes the sum over all j... for a particular i... ie: it is analogous to the multiplying the ith row of the matrix by the column vector v... and the result is v_i
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top