HP Forums

Full Version: (Sigma)LIST crash on vectors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If I try to apply the function (Sigma)LIST to a vector such as [-8774 9009] to make the sum of the two values, my HP Prime resets itself, and the emulator crashes with the following message:
"Application has crashed and will be restarted"

Is there another way to make the sum of the values of a vector?
Hi Didier,

You can maybe use the sum() function:
Code:


Entry:
sum([8774 9009])

Result:
235

Dominik
Thanks!
Reference URL's