Maths and Computing
Home
Mathematics
Binary
Computing
Coding
Books
Information
Reverse Polish Activity
Reverse Polish Activity
Tool to convert a standard mathematical expression (infix) to RPN (postfix)
Infix:
Postfix:
Stack
Add data to the stack by entering a value and then selecting "Push".
Remove data from the stack by entering a value and then selecting "Pop".
Perform an operation on the top two values in the stack by selecting an operation. The values are removed from the stack and then the result is placed at the top of the stack.
Stack