Post Reply 
(Sigma)LIST crash on vectors
03-07-2014, 08:31 AM
Post: #1
(Sigma)LIST crash on vectors
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?
Find all posts by this user
Quote this message in a reply
03-07-2014, 08:55 AM (This post was last modified: 03-07-2014 08:57 AM by Dominik Holenstein.)
Post: #2
RE: (Sigma)LIST crash on vectors
Hi Didier,

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


Entry:
sum([8774 9009])

Result:
235

Dominik
Find all posts by this user
Quote this message in a reply
03-07-2014, 09:04 AM
Post: #3
RE: (Sigma)LIST crash on vectors
Thanks!
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)