Content deleted Content added
mNo edit summary |
add BASIC mode |
||
Line 1:
'''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 Corporation|SHARP]] introduced it in [[1992]]. Today
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: <math>\sin 30 \times \cos 30</math>
Line 5 ⟶ 7:
; with reverse polish notation: <code>3</code> <code>0</code> <code>SIN</code> <code>3</code> <code>0</code> <code>COS</code> <code>×</code>
; with algebraic logic: <code>3</code> <code>0</code> <code>SIN</code> <code>×</code> <code>3</code> <code>0</code> <code>COS</code> <code>=</code>
; with [[BASIC]] notation: <code>SIN</code> <code>(</code> <code>3</code> <code>0</code> <code>)</code> <code>×</code> <code>COS</code> <code>(</code> <code>3</code> <code>0</code> <code>)</code> <code>ENTER</code>
; with direct algebraic logic : <code>SIN</code> <code>3</code> <code>0</code> <code>→</code> <code>×</code> <code>COS</code> <code>3</code> <code>0</code> <code>ENTER</code>
Line 11 ⟶ 14:
== Criticism ==
As seen in the example above the increased need for <code>(</code> and <code>)</code>results into larger amount of key presses to enter a formula. In the example above: D.A.L. 9 key presses, BASIC: 12 .. 16 key presses, A.L.: 8 key presses, RPN: 7 key presses.
== External links ==
|