Hello, I am trying to create a program on my calculator since yesterday for the Syracuse sequence program, but I can't find how to insert the "Max" symbol in my program. Can you help me? Thank you in advance.
It's not a symbol but a function, and you can find it in the catalog (SHIFT + 4) or with OPTN + F1 + F6 + F2. Be careful with the use of this function: the different values for which you want to find the maximum should not be separated by commas, but you should provide a list as a parameter: Max(List 1) or Max({1,2,3,4}) without forgetting the braces.
Be careful with the use of this function: the different values for which you want to find the maximum should not be separated by commas, but you should provide a list as a parameter:
Max(List 1)
or
Max({1,2,3,4}) without forgetting the braces.