Load Balancing: Can't understand the summation term

Click For Summary
The term "Summation of (j tj)" refers to the process of summing the values of tj for each index j, rather than multiplying j by tj. The summation notation, such as ∑_{j=1}^{m}(t_j), indicates that the values t1, t2, t3, and so on, are added together from j=1 to m. The discussion clarifies that j serves as an index for the summation, similar to a "for" loop in programming, rather than indicating multiplication.
zak100
Messages
462
Reaction score
11
TL;DR
Hi,
I am trying to understand a summation term related to load balancing
I can’t understand the term Summation of (j tj). Are we multiplying j and tj. But the text is not talking about multiplying, it says”Total processing time
cant understand summation term.jpg


Somebody please guide me.

Zulfi.
 
Technology news on Phys.org
the summation just sums the terms.

##\sum_{n=0}^{10}{(2n+1)} = 1 + 3 + 5 + 7 + ... + 21##

in your case:

##\sum_{j=1}^{m}{(t_j)} = t_1 + t_2 + t_3 + ...##

but they left out the limits of j=1 to m.
 
  • Like
Likes zak100
Hi,
Thanks for your response.

You mean its not multiplying j with ##t_j##
##\sum_j t_j ##

Thanks.

God bless you.

Zulfi.
 
The j is saying that is the index the summation indexes over rather like a “for”loop in programming j is the “for” loop index.
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

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