Post Reply 
HP Prime still Randomly Reboots
07-07-2015, 09:14 PM (This post was last modified: 07-07-2015 09:22 PM by Marcelo Vanti.)
Post: #3
RE: HP Prime still Randomly Reboots
Hi,
the following code crashes the calculator anytime it run from the toolbox/user menu. If I launch from the program menu, it runs normally. I don't know if I missing something.
Also, in the emulator the same thing happens.
My prime resets too when I try to find the eigenvalues of the 5x5 matrix
[0,1,0,0,0;
1,0,1,0,0;
0,1,0,1,0;
0,0,1,0,1;
0,0,0,1,0]
as discussed in other thread in this forum.
I'm using 8151 revision.
Correction. This happens with EiGENVAL command. With eigenvals command, it works correctly.
Code:
EXPORT TEST()
BEGIN
F1:="X^2";

STARTAPP("Function");
CHECK(1);

//
Xmin:=−3;
Xmax:=3;
Ymin:=−.5;
Ymax:=12;

STARTVIEW(1,1);
END;

Marcelo
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP Prime still Randomly Reboots - Archanus - 07-07-2015, 05:10 PM
RE: HP Prime still Randomly Reboots - Marcelo Vanti - 07-07-2015 09:14 PM



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