Showing posts with label parenthesis. Show all posts
Showing posts with label parenthesis. Show all posts

Monday, September 13, 2021

Retro Review: Lloyd's Accumatic 321

Retro Review: Lloyd's Accumatic 321







Quick Facts


Model: 321

Company: Lloyd's   (Japan)

Years: 1975 

Memory Register:  1 independent memory

Battery:  Either 4 AAA batteries or the use of a 6V DC 300mW, Series 255A AC adapter

Screen:  LCD, blue-green digits, 8 digits


Features


The Accumatic 321 is a four function calculator with additional features:


*  Parenthesis

*  Square  (x^2)

*  Reciprocal (1/X)


The square (x^2), square root (√), and reciprocal (1/X) act immediately on the number on the display.  


The 321 operates in chain mode: which means that the operations are done in the way the keys are pressed.  Thankfully the parenthesis keys are there to assist us in following the order of operations, which we will have to deal with manually.  Case in point with two examples:


Example 1:


6 [ + ] 3 [ × ] 7 [ = ]  returns 63


Parenthesis are needed to invoke the proper order of operations:


[ ( ] 6 [ + ] 3 [ ) ] [ × ] 7 [ = ] returns 63


6 [ + ] [ ( ] 3 [ × ] 7 [ ) ] [ = ]  returns 27



Example 2:


5 [ × ] 8 [ - ] 4 [ × ] 3 [ = ] returns 108


Parenthesis are needed to invoke the proper order of operations:


 [ ( ] 5 [ × ] 8 [ ) ] [ - ] [ ( ] 4 [ × ] 3 [ ) ] [ = ] returns 32



Additional Calculations


There may be more than one keystroke sequence to tackle each problem.  



1/(1/5 - 1/8) = 13.333333...


5 [ 1/X ] [ - ] 8 [ 1/X ]  [ = ] [ 1/X ]




5.99 * 11 - 2.95 * 2 plus 10% sales tax.   Total:  46.519


[ MC ] 5.99 [ × ] 11 [ = ] [ M+ ] 

2.95 [ × ] 2 [ = ] [ M- ]

[ MR ] [ + ] 10 [ % ] [ = ]




√(4^2 + 7^2 + 10^2) ≈ 12.845232


4 [ X^2 ] [ + ] 7 [ X^2 ] [ + ] 10 [ X^2 ] [ = ] [ √ ]



Verdict


As suggested by the seller, the keyboard is fragile; extra care is needed.  The keys are legible and have good color contrast.  The keys need a solid press.  However, holding down the key too long will cause a double entry.  The additional reciprocal, square, and parenthesis are welcome to basic calculators.  I wish modern basic calculators would add these keys plus the pi (π) key.


I purchased the 321 for $13.00 which has the AC adapter.  I like the fact that batteries not required (in fact, the battery case must be empty) to operate the calculator with the AC adapter.  Worth the buy.



Source


Dudek, Emil J.  "Calculators: Handheld:  Lloyd's Accumatic 321 (aka E321)" 2021.  Retrieved September 4, 2021.  https://vintage-technology.club/pages/calculators/l/lloyds321.htm


All original content copyright, © 2011-2021.  Edward Shore.   Unauthorized use and/or unauthorized distribution for commercial purposes without express and written permission from the author is strictly prohibited.  This blog entry may be distributed for noncommercial purposes, provided that full credit is given to the author. 


Saturday, April 18, 2020

Word Search Maker and Retro Review: Texas Instruments TI-18 SLR

Word Search Maker and Retro Review:  Texas Instruments TI-18 SLR

Word Search Maker

I was recently contacted by Phoebe and her website:  Word Search Maker.  Word Search Maker allows you to create word searches in one of four shapes:  diamond, circle, square, or spiral.  Word search maker automatically places the words in the search and also gives an answer.

Here is one I created, theme is math and calculators:  https://wordsearchwizard.com/puzzles/?id=1472

Here is a Milky Way themed word puzzle:
https://wordsearchwizard.com/puzzles/?id=1473

Create your own word searches here:  https://wordsearchwizard.com/maker/

General site:  https://wordsearchwizard.com

Setting up accounts are free.  Special thank you to Phoebe for sharing this wonderful website!


Retro Review:  Texas Instruments TI-18 SLR




Quick Facts:

Model:  TI-18 SLR
Company:  Texas Instruments
Type:  Scientific
Years:  1985-at least 1987
Display:  8 digits
Batteries:  Solar (calculator will work properly only in full light)
Original Retail Price:  Roughly $15 - $20
Logic:  Chain

Hybrid Between Four-Function and Scientific

The TI-18 SLR is a hybrid of a four-function calculator and a scientific calculator.

Four-Function Calculator:

*  Arithmetic (+, -, *, ÷)
*  Percent functions return the answer as soon as the percent key is pressed.
*  Operations are calculated in chain mode.  Order of operations are not followed.
*  Memory is one register:  1.   Keys regarding memory:

* M+:  calculate and add the result to memory
* M-:   calculate and subtract the result from memory
* MR:  memory recall
* MC:  memory clear

*  Square root function.  (takes the square root of the displayed number)

Scientific Calculator:

*  Square function (squares the displayed number)
*  Pi button
*  Reciprocal function (takes the reciprocal of the displayed number)
*  Parenthesis, see the next section

Parenthesis

The parenthesis key [ ( ) ] opens and closes one set of parenthesis.  There are no nested parenthesis, nor there is any indicator on the display when parenthesis are in effect.  Still, this key can aid in calculations.

Example:

Example 1:

(5^2 + 12^2) / ( 4 + 5 )

Key stroke:
 [ ( ) ] 5 [ x^2] [ + ] 12 [ x^2 ] [ ( ) ]
[ ÷ ] [ ( ) ] 4 [ + ] 5 [ ( ) ]
[ = ]

Result:  18.777777

Example 2:

π * ( 18^2 - 7^2 ) + ( π * 11^2 )

Key strokes:
[ π ] [ × ] [ ( ) ] 18 [ x^2 ] [ - ] 7 [ x^2 ] [ ( ) ]
[ + ] [ ( ) ] [ π ] [ × ] 11 [ x^2 ] [ ( ) ] [ = ]

Result: 1244.0706

Note results are truncated at the last digit, not rounded.

Display

The display is one line and it's small.  Still the display is serviceable.  The left slot has three vertical indicators:  M (memory indicator) on top, - (for negative numbers) in the middle, and E (error indicator) on the bottom.

Keyboard

The keys are responsive, but I wouldn't try to speed type on the TI-18SLR.

Routine Goodies

Absolute Value:  | n |
n  [ x^2 ] [ √x ]

Sign:  sgn(n) = -1 for negative, 1 for positive (does not work for n = 0)
[MC] n [ M+ ] [ x^2 ] [ √x ] [ ÷ ] [ MR ] [ = ]

Modulus:  n mod m  with n > m, n > 0, m > 0.
[ MC ] n [ M+ ] [ 1/x ] [ × ] m [ - ] (integer part of the result) [ × ] [ MR ] [ = ]

Example:
99 mod 16 = 3
[ MC ] 16 [ M+ ] [ 1/x ] [ × ] 99   (Display: 6.1875   integer(6.1875) = 6)
[ - ] 6  [ × ] [ MR ] [ = ]

Result:  3

Verdict

A collector's item.  I wish more basic calculators included x^2, π, and 1/x, which are very useful in many calculations.


Note: This post was scheduled for Sunday, 4/19/2020, but I decided to move it up to post this 12 hours early. 

Eddie

All original content copyright, © 2011-2020.  Edward Shore.   Unauthorized use and/or unauthorized distribution for commercial purposes without express and written permission from the author is strictly prohibited.  This blog entry may be distributed for noncommercial purposes, provided that full credit is given to the author.

DM42 and HP 42S: Quadratic Equation, Characteristic Polynomial, and Eigenvalues

DM42 and HP 42S: Quadratic Equation, Characteristic Polynomial, and Eigenvalues The programs are listed for the Swiss Micros DM42 an...