Post Reply 
A case against the x<>y key
05-10-2015, 10:43 AM (This post was last modified: 05-10-2015 11:12 AM by hansklav.)
Post: #9
RE: A case against the x<>y key
(05-10-2015 02:20 AM)Mark Hardman Wrote:  
(05-09-2015 10:49 PM)hansklav Wrote:  The implied parentheses should be placed as follows:
\(1 - b + c + d = (1 - b) + c + d\)
So you have to do this part of the calculation backwards using …CHS 1 +:
\(1 - b + c + d = 1 + -b + c + d\)
or you should do the \(1 - b\) before adding it to the rest of the calculation: … 1 x<>y – +.

Your point is valid. But, why do you feel that a negative b term (-b) is even necessary?

Simply let the stack do its job:

Code:
1 [Enter]
3 [Enter]
4
Y^X
2
x
5
/
-
etc.

"Inside out, left to right"

Well, as Paul Dale pointed out, on a four level stack RPN calculator then you will run into trouble (stack overflow, leading to a wrong answer, without warning), unless, of course, you make use of STO and RCL.

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


Messages In This Thread
A case against the x<>y key - hansklav - 05-09-2015, 10:49 PM
RE: A case against the x<>y key - Les Bell - 05-10-2015, 12:56 AM
RE: A case against the x<>y key - hansklav - 05-10-2015, 10:25 AM
RE: A case against the x<>y key - hansklav - 05-10-2015, 10:37 AM
RE: A case against the x<>y key - hansklav - 05-10-2015 10:43 AM
RE: A case against the x<>y key - hansklav - 05-10-2015, 02:32 PM
RE: A case against the x<>y key - hansklav - 05-10-2015, 03:51 PM
RE: A case against the x<>y key - hansklav - 05-11-2015, 12:09 AM
RE: A case against the x<>y key - Les Bell - 05-11-2015, 12:24 AM
RE: A case against the x<>y key - Les Bell - 05-11-2015, 12:20 AM
RE: A case against the x<>y key - Tugdual - 05-10-2015, 04:06 AM
RE: A case against the x<>y key - d b - 05-10-2015, 05:16 AM
RE: A case against the x<>y key - hansklav - 05-10-2015, 10:59 AM
RE: A case against the x<>y key - hansklav - 05-10-2015, 09:37 PM
RE: A case against the x<>y key - Les Bell - 05-11-2015, 03:39 AM
RE: A case against the x<>y key - hansklav - 05-11-2015, 09:41 PM
RE: A case against the x<>y key - Les Bell - 05-11-2015, 04:18 AM
RE: A case against the x<>y key - Les Bell - 05-11-2015, 06:10 AM
RE: A case against the x<>y key - RMollov - 05-11-2015, 09:49 AM
RE: A case against the x<>y key - Les Bell - 05-11-2015, 10:27 PM
RE: A case against the x<>y key - hansklav - 05-17-2015, 10:49 PM
RE: A case against the x<>y key - d b - 05-12-2015, 12:35 AM
RE: A case against the x<>y key - Les Bell - 05-12-2015, 01:41 AM



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