Click the Submit button, and it will process a string of infix calculations.

Feel free to edit the formula, maintaining the pattern [number, operator, number, operator,...]

You can see how the infix formula gets progressively transformed into reverse polish notation, bit by bit, and then condenses into output strings, by examining the "transformations of main stack" section of the output (after clicking submit).