Calculator input methods

This is an old revision of this page, as edited by Krischik (talk | contribs) at 07:58, 4 May 2009 (Direct algebraic logic (D.A.L.): remove note). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A Button-operated calculator is a hardware or software calculator which is operated using button - as oposed to a Formula calculator which is operated thrue entering formulars thue a keyboard.

Reverse Polish Notation

infix logic

algebraic logic

BASIC notation

Direct algebraic logic (D.A.L.)

Direct algebraic logic (D.A.L.) is a method for entering equations on scientific calculators which allows symbols and numbers to be entered as they are written. SHARP introduced it in 1992[1]. Today D.A.L. is used almost with every scientific calculator except those which use Reverse Polish Notation.

Other known entry modes are Algebraic logic (A.L.) which was used in earlier calculators and BASIC notation which was used BASIC programmable Pocket computers. Both can be seen as ancestors to D.A.L.

Example:  

with reverse polish notation
3 0 SIN 3 0 COS ×
with algebraic logic
3 0 SIN × 3 0 COS =
with BASIC notation
SIN ( 3 0 ) × COS ( 3 0 ) ENTER
with direct algebraic logic
SIN 3 0 × COS 3 0 ENTER

Note 1: the : most DAL calculators will automatically insert needed ( ) and the skips over the ) from the sin operation. Machines equipped with an alphanumeric display will display SIN(30)×COS(30) before pressing ENTER.


References

  1. ^ D.A.L description from Sharp