Detect number entry on HP-35s?
|
02-28-2015, 09:53 PM
(This post was last modified: 03-01-2015 12:15 AM by mbrethen.)
Post: #21
|
|||
|
|||
RE: Detect number entry on HP-35s?
This doesn't achieve the goal I started with, but following Dieter's example:
Code: W001 LBL W Example: Code: 3 1 4 1 control number = 11.02203 the first register is R11 , the last one is R22 and there are 3 lines. Store this in A to identify matrix A. Could alternately enter the input in the stack instead (I'm not a fan of input queries): REGY [M,N] REGX R A proposed test for scalar: Code: W037 EQN (E*[1,0])*(E*[0,1]) If E=scalar the equation should always be 0; if E=vector (in terms of matrix position, i.e. never [0,0]) it should be a positive number <>0. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 18 Guest(s)