Post Reply 
sum_riemann() error
08-12-2018, 06:18 AM
Post: #1
sum_riemann() error
The following is a Riemann sum:

sum_riemann(k^2/n^3,[n,k])

The expected correct answer is 1/3. However, my Prime gives me the following error when I press the CAS button and then type the sum above and press ENTER:

"sum_riemann(k^2/n^3,[n,k]) Error: Bad Argument Type"

My CAS settings:
Angle Measure: Radians
Number Format: Standard, 12
Integers: Decimal, checkmarked
Simplify: Minimum
Exact: Checkmarked
Use SQRT: Checkmarked
Principal: Checkmarked
Complex: no checkmark
Use i: Checkmarked
Increasing: no checkmark


About HP Prime:
Software Version: 2.0.0.13865
Hardware Version: C
CAS Version: 1.4.9
Serial Number: 9CJ7280CZG
OS: V0.050.640


But when I use Virtual Prime on my 2015 15" MacBook Pro, it immediately gives me 1/3 with no error. I am using the following Virtual Prime:
Software Version: 2.1.13952
Hardware Version: Emu
CAS Version: 1.4.9
Serial Number: BE34DB8359EA66E
OS: macOS High Sierra( (10.13)


Virtual Prime uses the same CAS Settings as my actual Prime.

Please advise why my handheld Prime calculator fails with an error while Virtual Prime has no problem with it.
Find all posts by this user
Quote this message in a reply
08-12-2018, 06:36 AM
Post: #2
RE: sum_riemann() error
On my physical Prime (same version and same CAS settings) I get the correct answer: 1/3.

You can try purge(k,n) and see if it helps.
Find all posts by this user
Quote this message in a reply
08-12-2018, 06:47 AM (This post was last modified: 08-12-2018 06:49 AM by JDW.)
Post: #3
RE: sum_riemann() error
(08-12-2018 06:36 AM)Didier Lachieze Wrote:  You can try purge(k,n) and see if it helps.

When I type purge(k,n) and then press ENTER, my physical Prime says:

["No such variable k" "No such variable n"]

(But Virtual Prime also says that too.)

When I try the sum_riemann again on my physical Prime, I get the same Error: Bad Argument. So "purge" does nothing to resolve the problem.
Find all posts by this user
Quote this message in a reply
08-12-2018, 01:35 PM
Post: #4
RE: sum_riemann() error
(08-12-2018 06:47 AM)JDW Wrote:  
(08-12-2018 06:36 AM)Didier Lachieze Wrote:  You can try purge(k,n) and see if it helps.

When I type purge(k,n) and then press ENTER, my physical Prime says:

["No such variable k" "No such variable n"]

(But Virtual Prime also says that too.)

When I try the sum_riemann again on my physical Prime, I get the same Error: Bad Argument. So "purge" does nothing to resolve the problem.

How about the "restart" CAS command?

I tried to reproduce the problem on my Prime (same software and hardware version as yours), but failed to do so.

— Ian Abbott
Find all posts by this user
Quote this message in a reply
08-12-2018, 03:00 PM
Post: #5
RE: sum_riemann() error
(08-12-2018 01:35 PM)ijabbott Wrote:  How about the "restart" CAS command?

Thank you. That fixed the problem.

I should mention one related thing though. If I press Blue-Shift and then the CAS button and checkmark "Complex" and then enter "sum_riemann(k^2/n^3,[n,k])" I get sent to the Terminal that shows "Warning, complex variables is set, this can lead to fairly complex answers. It is recommended..." The bug here seems to be that the same Warning message is repeated twice, for no apparent reason at all. I can reproduce it on Virtual Prime too. You should see if you can reproduce it.

Thanks again.
Find all posts by this user
Quote this message in a reply
08-12-2018, 08:43 PM
Post: #6
RE: sum_riemann() error
(08-12-2018 03:00 PM)JDW Wrote:  I should mention one related thing though. If I press Blue-Shift and then the CAS button and checkmark "Complex" and then enter "sum_riemann(k^2/n^3,[n,k])" I get sent to the Terminal that shows "Warning, complex variables is set, this can lead to fairly complex answers. It is recommended..." The bug here seems to be that the same Warning message is repeated twice, for no apparent reason at all. I can reproduce it on Virtual Prime too. You should see if you can reproduce it.

Yes, I can reproduce it. Perhaps it is outputting the warning once per variable instead of once per expression?

— Ian Abbott
Find all posts by this user
Quote this message in a reply
08-13-2018, 12:17 AM
Post: #7
RE: sum_riemann() error
(08-12-2018 08:43 PM)ijabbott Wrote:  Yes, I can reproduce it. Perhaps it is outputting the warning once per variable instead of once per expression?

Actually, I just tested it again and that Warning in the Terminal is actually repeating 3 times. But only n & k are used in the sum.

Regardless, because the reason for the triple repeated warning is not made clear, it seems to be more of a bug than a useful warning implementation. I would thing this is something HP should fix in a firmware update. For truly, how does the same exact triple warning help us? It doesn't. It only looks like something is broken.
Find all posts by this user
Quote this message in a reply
08-13-2018, 09:28 AM
Post: #8
RE: sum_riemann() error
[Image: riemsum.jpg]upload picture

Best and happy August holidays,

Aries Wink
Find all posts by this user
Quote this message in a reply
08-13-2018, 03:29 PM
Post: #9
RE: sum_riemann() error
(08-13-2018 12:17 AM)JDW Wrote:  
(08-12-2018 08:43 PM)ijabbott Wrote:  Yes, I can reproduce it. Perhaps it is outputting the warning once per variable instead of once per expression?

Actually, I just tested it again and that Warning in the Terminal is actually repeating 3 times. But only n & k are used in the sum.

I only get two copies of the warning. It must be some important warning! Smile

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
08-15-2018, 02:10 PM
Post: #10
RE: sum_riemann() error
(08-13-2018 09:28 AM)Aries Wrote:  [Image: riemsum.jpg]upload picture

Best and happy August holidays,

Aries Wink


[Image: 9_F275106-61_F5-4_BFC-88_E6-950297_D1_DDBB.jpg]

Thanks a lot,
Guyzo Wink

Guy R. KOMAN, hp 50G, hp Prime Rev. C
Find all posts by this user
Quote this message in a reply
08-15-2018, 08:40 PM
Post: #11
RE: sum_riemann() error
To Aries:
sum_riemann is interesting when the sum does not have a closed form. Here it has, and of course the Prime does solve limit(sum(k^2/n^3,k,1,n),n,inf) (returns 1/3).
It's probably a good idea to check before promoting the nspire in a lot of CAS related threads.
Find all posts by this user
Quote this message in a reply
Post Reply 




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