reverse polish notation noun Usage: usually capitalized P : a system of representing mathematical and logical operations in which the operands precede the operator and which does not require the use of parentheses < (3 + 5) - (2 + 1) in reverse Polish notation is expressed as 3 5 + 2 1 + - > — called also postfix notation