HP Forums
(Sigma)LIST crash on vectors - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: (Sigma)LIST crash on vectors (/thread-841.html)



(Sigma)LIST crash on vectors - Didier Lachieze - 03-07-2014 08:31 AM

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?


RE: (Sigma)LIST crash on vectors - Dominik Holenstein - 03-07-2014 08:55 AM

Hi Didier,

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


Entry:
sum([8774 9009])

Result:
235

Dominik


RE: (Sigma)LIST crash on vectors - Didier Lachieze - 03-07-2014 09:04 AM

Thanks!