The Museum of HP Calculators

HP Forum Archive 21

[ Return to Index | Top of Index ]

HP Prime numerical restrictions?
Message #1 Posted by Alasdair McAndrew on 16 Nov 2013, 3:32 a.m.

Is it just me, or does the HP Prime have inbuilt restrictions?

For example, the command

sum(1.0/x,x,1,1000)

returned

7.48547086054

almost instantly. All good. But the command

sum(1.0/x,x,1,10000)

returned instead

"Error: Invalid dimension"

This is annoying, unless there's some setting which will remove such errors. (I can do this sort of thing with zero problems on both the Casio ClassPad and the TI nspire.) I like many things about the HP Prime, but it keeps throwing error messages at me, or freezing, or sometimes spontaneously rebooting. There also seems to be a restriction on derivatives, as I explained in an earlier post.

Thanks!

      
Re: HP Prime numerical restrictions?
Message #2 Posted by Ralf Fritzsch on 16 Nov 2013, 4:30 a.m.,
in response to message #1 by Alasdair McAndrew

Some experiments later it's clear that 1000 is the precise upper limit for allowed sums. Starting with 1001, the HP Prime errors out. In Home with "invalid input", in CAS with "invalid dimension". What a shame!

            
Re: HP Prime numerical restrictions?
Message #3 Posted by Alasdair McAndrew on 16 Nov 2013, 4:45 a.m.,
in response to message #2 by Ralf Fritzsch

This is the sort of unnecessary restriction which (for me at least) severely limits the use of the HP Prime.

Of course you can get round this with

sum(sum(1.0/x,x,k*1000+1,k*1000+1000),k,0,9)

but that's too fiddly for simple (student) use. Drat.

            
Re: HP Prime numerical restrictions?
Message #4 Posted by Marcus von Cube, Germany on 16 Nov 2013, 11:32 a.m.,
in response to message #2 by Ralf Fritzsch

The limit seems to be a leftover from the 39gII implementation. It was inadvertently left in.

                  
Re: HP Prime numerical restrictions?
Message #5 Posted by Alasdair McAndrew on 16 Nov 2013, 5:32 p.m.,
in response to message #4 by Marcus von Cube, Germany

Well, in that case I hope that in the next revision of the software they remove this restriction (and any others inadvertently left in)!


[ Return to Index | Top of Index ]

Go back to the main exhibit hall