Post Reply 
Programming Exercise (HP-15C, 15C LE - and others)
03-22-2014, 02:52 PM
Post: #18
RE: Programming Exercise (HP-15C, 15C LE - and others)
Now I'm confused.
(03-22-2014 12:47 PM)Gerson W. Barbosa Wrote:  - this is item (a) of the original exercise;
10000.001
\(\sum\) 00
This counts down from 10000 to 1. Isn't that what we want in (b)?

(03-22-2014 12:47 PM)Gerson W. Barbosa Wrote:  - a manual +/- is required;
Here's another solution:
Code:
LBL 00
EVEN?
+/-
1/x
END

(03-22-2014 12:47 PM)Gerson W. Barbosa Wrote:  - it takes too long: 4 min 6 sec.
That's a lot more that I had expected.

(03-22-2014 12:47 PM)Gerson W. Barbosa Wrote:  Item (b) would be something like

Code:

LBL A
+/-
RCL+ 00
(-1)ˣ
RCL/ L
END

10001 STO 00
10.001
\(\sum\) 00
+/-
I get: No such Label
Even using \(\sum\) A doesn't make much sense.

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


Messages In This Thread
RE: Programming Exercise (HP-15C, 15C LE - and others) - Thomas Klemm - 03-22-2014 02:52 PM



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