What does \sum\limits_{i\neq j}^N a_i a_j mean in summation notation?

  • Thread starter Thread starter SergeantAngle
  • Start date Start date
  • Tags Tags
    Notation Summation
Click For Summary
SUMMARY

The notation \sum\limits_{i\neq j}^N a_i a_j represents the sum of products of elements a_i and a_j where the indices i and j are not equal. This is equivalent to the double summation \sum\limits_{i}^N \sum\limits_{j}^N a_i a_j with the condition that j cannot equal i. For instance, with N = 3, the expanded form includes terms like a1a2, a1a3, and a2a3, while omitting a1^2, a2^2, and a3^2.

PREREQUISITES
  • Understanding of summation notation
  • Familiarity with algebraic expressions
  • Basic knowledge of index notation in mathematics
  • Concept of set theory, particularly unions and intersections
NEXT STEPS
  • Explore advanced summation techniques in combinatorics
  • Learn about the properties of symmetric sums
  • Study the implications of index restrictions in mathematical proofs
  • Investigate applications of summation notation in statistical analysis
USEFUL FOR

Mathematicians, students studying algebra or combinatorics, and anyone interested in understanding advanced summation concepts.

SergeantAngle
Messages
2
Reaction score
0
Hi

I have a textbook which uses the notation:

\sum\limits_{i\neq j}^N a_i a_j

I can't find anywhere what this actually means. Is it equivalent to:

\sum\limits_{i}^N \sum\limits_{j}^N a_i a_j

where j can't equal i?

Thanks.
 
Mathematics news on Phys.org
It's just the sum of all ##a_{i}a_{j}## when i does not equal j.

You can put pretty much any condition you want in that space, though I see it abused more often for unions and intersections of sets.
 
SergeantAngle said:
Hi

I have a textbook which uses the notation:

\sum\limits_{i\neq j}^N a_i a_j

I can't find anywhere what this actually means. Is it equivalent to:

\sum\limits_{i}^N \sum\limits_{j}^N a_i a_j

where j can't equal i?

Thanks.

Yes, pretty much. For example, if N = 3, and both indexes start at 1, then the summation expands to a1a2 + a1a3 + a2a1 + a1a3 + a2a3 + a3a2. The terms that are omitted are a12, a22, and a32.
 
Okay, thanks.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
1K