Post Reply 
Easiest groups/lineages of machines to port software between?
05-30-2015, 03:29 PM (This post was last modified: 05-30-2015 03:30 PM by Thomas Klemm.)
Post: #14
Addendum: Easiest groups/lineages of machines to port software between?
This program is a little shorter:
Code:
F001 LBL F
F002 1
F003 STO K
F004 RCL A
F005 RCL- X
F006 DSE K
F007 GTO F005
F008 RTN

To test the program you can use:

140 STO A
100 STO X
XEG F ENTER


This should return:

40


Use the solver to solve \(a-k\cdot x=0\) for x:

FN= F
SOLVE X


The calculator hangs and just displays:

SOLVING


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


Messages In This Thread
Addendum: Easiest groups/lineages of machines to port software between? - Thomas Klemm - 05-30-2015 03:29 PM



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