Calculator input methods

This is an old revision of this page, as edited by Krischik (talk | contribs) at 08:13, 4 May 2009 (BASIC notation: example). 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

In BASIC notation the formular is entered as it would be entered in BASIC PRINT command - the PRINT command itself beein optional. On pressing the ENTER the result would be displayed. Typing mistakes in the entered formular could be corrected using the same editor function as available when programming the calculator.

Some BASIC programmable Pocket computers had dedicated trigonometric keys [1] hance the keystroke count is given as a range.

Some BASIC programmable Pocket computers could also be operated in arithmetic logic.

Examples
Formular Key strokes Key stroke count
  1 + 2 × 3 ENTER 6
  SIN ( 3 0 ) × COS ( 3 0 ) ENTER 12 .. 16

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[2]. 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 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. ^ The picture of the FX-880P show sin, cos and tan keys on the second row right hand side.
  2. ^ D.A.L description from Sharp