Post Reply 
Two bugs in Rev 6975
12-29-2014, 07:45 PM (This post was last modified: 12-29-2014 07:55 PM by Peter Van Roy.)
Post: #1
Two bugs in Rev 6975
The first bug is in CAS Mode:
Code:
taylor(sum(xˆ(c+1),x,1,b),c,5)
gives a complicated term starting as:
Code:
b*x+(...)*c+...
The problem is that this term should not be a function of x.
Note that x, b, and c are all unbound variables.

The second bug is in Home Mode:
Code:
sum(Xˆ1.01,X,1,1000000)
Let this run until the display dims (after around 30 seconds).
Touching the dimmed display puts the Prime into a blocked state.
(Note): This must be entered with Sigma symbol, using sum gives invalid dimension error.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Two bugs in Rev 6975 - Peter Van Roy - 12-29-2014 07:45 PM
RE: Two bugs in Rev 6975 - Mark Hardman - 12-29-2014, 08:38 PM
RE: Two bugs in Rev 6975 - Peter Van Roy - 12-30-2014, 10:56 AM
RE: Two bugs in Rev 6975 - Marcel - 12-30-2014, 03:31 PM
RE: Two bugs in Rev 6975 - Snorre - 12-30-2014, 07:52 PM
RE: Two bugs in Rev 6975 - Peter Van Roy - 12-30-2014, 08:50 PM
RE: Two bugs in Rev 6975 - Snorre - 12-30-2014, 09:42 PM



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