Skip to main content
reverse Polish notation

reverse Polish notation

9.5
A way to write math with numbers before the sign so no parentheses
  • noun
  • /rɪˈvɜrs ˈpoʊlɪʃ noʊˈteɪʃən/
  • Specialized
translation icon : notación polaca inversa
  • Calculators using reverse Polish notation require users to enter numbers first, followed by the operation.

Examples

  • Because reverse Polish notation eliminates parentheses, it can simplify the process of programming calculators.

  • When learning computer science, students often encounter reverse Polish notation as an example of expression evaluation.

  • I learned about reverse Polish notation in my math class.

  • Using reverse Polish notation can simplify complex calculations.

  • Calculators using reverse Polish notation require users to enter numbers first, followed by the operation.

  • Because reverse Polish notation eliminates parentheses, it can simplify the process of programming calculators.

  • When learning computer science, students often encounter reverse Polish notation as an example of expression evaluation.

Synonyms

postfix notation
vsreverse Polish notation
  • Specialized
8.3

A way of writing math expressions without parentheses where each sign comes after the numbers

is the same notation but called by a different name
postfix
vsreverse Polish notation
  • Specialized
8.5

A way of writing math where operators come after numbers

is the same notation expressed with a shorter label
suffix notation
vsreverse Polish notation
  • Specialized
8.3

A way of writing math where operation signs come after numbers so parentheses are not needed

is the same form but uses an alternative lexical term

Surface Forms

Morphology

reverse + Polish + notation

Although the words 'reverse' and 'notation' hint at a reversed form of some Polish-origin notation, the specific operational property (that operators follow operands so parentheses are unnecessary) is a technical, language-specific convention not derivable from the constituent meanings; 'Polish' only indicates origin and gives no clue to the syntactic ordering. A B1 learner who knows the individual words would not reliably infer this precise mathematical meaning without prior exposure.

Etymology

Reverse Polish notation is named after a Polish thinker, Jan Łukasiewicz, and the word 'reverse' shows the order is turned around so the operation (for example + or ×) comes after the numbers. That's why you can write expressions without 'parentheses', because the order of calculation is clear.