What does this n(MAX)j=1 part mean?

  • Context: Undergrad 
  • Thread starter Thread starter msaxby15
  • Start date Start date
  • Tags Tags
    Mean
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
msaxby15
Messages
2
Reaction score
0
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)

upload_2018-3-13_21-19-2.png
 

Attachments

  • upload_2018-3-13_21-19-2.png
    upload_2018-3-13_21-19-2.png
    61 KB · Views: 975
Physics news on Phys.org
It means to keep the result for the value of ##j## (between 1 and ##n##) for which the expression in brackets is maximum.
 
  • Like
Likes   Reactions: msaxby15
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 ;)