a plugin that converts mathematical expressions to RPN notation

a plugin that converts mathematical expressions to RPN notation - Messages

#1 Posted: 8/14/2015 6:37:21 PM
Jaime Meza

Jaime Meza

3 likes in 14 posts.

Group: User

[ENG]
Sorry for my bad English

The purpose is to evaluate step by step an algebraic expression and not only show the numerical result, A super interactive document

A good program converter, algebraic expressions (infix) to RPN (post fixed notation) written in Visual Basic
It can be a source of inspiration to create a plugin that converts mathematical expressions to RPN notation

https://www.daniweb.com/attachments/3/dfe1bfa66536e1735213ead8dea5809b.zip

find the path to decompress
... mates8v8.3.103\Mates8v8.4.7\testMates8\testMates8\bin\Debugtest\Mates8.exe

tuto

https://www.daniweb.com/attachments/3/c4e445e8fa01c04130a66038b6af6773.pdf





[SPN]El propósito es evaluar PASO a PASO una expresión algebraica y no solo mostrar el RESULTADO NUMERICO


Un buen programa convertidor, de expresiones algebraicas (notación infija) a RPN (notación post fija) escrito en visual basic
puede ser fuente de inspiracion para crear un plugin que convierta expresiones matemáticas a notación RPN

https://www.daniweb.com/attachments/3/dfe1bfa66536e1735213ead8dea5809b.zip

al descomprimir buscar la ruta
mates8v8.3.103\Mates8v8.4.7\testMates8\testMates8\bin\Debugtest\Mates8.exe

mechanical binary calculator https://www.youtube.com/watch?v=NQX6irk11qA
#2 Posted: 8/14/2015 7:09:55 PM
Davide Carpi

Davide Carpi

1415 likes in 2872 posts.

Group: Moderator

Hello CompSystems,

As for the truth SMath Studio low-level evaluation works in RPN, so if you are interested you can try yourself to do something.

(f.e. "Math's visual debug" inside the Development Tools plugin shows the RPN structure of any valid SMath expression)
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#3 Posted: 8/14/2015 10:26:28 PM
Jaime Meza

Jaime Meza

3 likes in 14 posts.

Group: User

ok it works fine

I desire to capture the output RPN as list, for the purpose of executing the list in other mathematical packages as HP50 HPprime

please can add export and import as text (RPN list)

example:

(3 + 4) * 2

3
4
+
2
*

RPN on CALCS
mechanical binary calculator https://www.youtube.com/watch?v=NQX6irk11qA
  • New Posts New Posts
  • No New Posts No New Posts