msaxby15 Messages 2 Reaction score 0 Thread starter Mar 13, 2018 #1 What does this n(MAX)j=1 part mean? I'm not familiar with this notation. If you need more info, let me know. (p.s: Sorry if I'm posting this in the wrong place) Attachments upload_2018-3-13_21-19-2.png 61 KB · Views: 975
What does this n(MAX)j=1 part mean? I'm not familiar with this notation. If you need more info, let me know. (p.s: Sorry if I'm posting this in the wrong place)
DrClaude Mentor Messages 8,478 Reaction score 5,699 Mar 13, 2018 #2 It means to keep the result for the value of ##j## (between 1 and ##n##) for which the expression in brackets is maximum.
It means to keep the result for the value of ##j## (between 1 and ##n##) for which the expression in brackets is maximum.
msaxby15 Messages 2 Reaction score 0 Mar 14, 2018 #3 DrClaude said: It means to keep the result for the value of ##j## (between 1 and ##n##) for which the expression in brackets is maximum. Thanks, I get it now ;)
DrClaude said: It means to keep the result for the value of ##j## (between 1 and ##n##) for which the expression in brackets is maximum. Thanks, I get it now ;)