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!
 
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...
Back
Top