Post Reply 
from hp50g expression 2 latex
02-26-2017, 01:40 PM
Post: #20
RE: from hp50g expression 2 latex
Hello Gerson,

that is correct, but that is the reason why the function \->K exists. If you put in:

'(275+123*√5+√(5*\->K(30238+13530*√5)))/20'

you had to get the correct parentheses in LaTex. The Operators *,/, + and - are not recognized as functions, but as operators.

The program analyzes for instance:

stack n+2 : 5
stack n+1 : 2 + 3
stack n : "*"

meaning : 5*(2 + 3)
here you need \->K

I decide me against always setting parentheses with the operators, because the I would get:
(5)*((2)+(3)) in LateX, that is valid, but not beautyful.

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


Messages In This Thread
from hp50g expression 2 latex - peacecalc - 05-23-2015, 01:35 PM
RE: from hp50g expression 2 latex - Gilles - 05-27-2015, 09:24 PM
RE: from hp50g expression 2 latex - pier4r - 03-25-2017, 09:51 PM
RE: from hp50g expression 2 latex - pier4r - 02-19-2017, 07:59 PM
RE: from hp50g expression 2 latex - peacecalc - 02-26-2017 01:40 PM



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