What Does \sum_{i,j=1}^n A_{i,j} Mean?

hbweb500
Messages
40
Reaction score
1
I am working on a problem that uses the notation:

<br /> \sum_{i,j=1}^n A_{i,j}<br />

Where A is an (n x n) matrix. I am a little unsure of what the summation is over, due to the odd notation "i,j = 1". My first guess is that this is shorthand for

<br /> \sum_{i=1}^n \sum_{j=1}^n A_{i,j}<br />

But I am wondering if it could also mean the sum over the diagonal elements of the matrix, i.e.:

<br /> \sum_{i=1}^n A_{i,i}<br />

I am guessing it is the first, but I want to make absolutely sure.
 
Physics news on Phys.org
Yes, your first guess is the standard interpretation.
 
Thanks!
 
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