Sharp Scientific Calculator El-5020 User Manual
View the Sharp El-5020 User Manual for free. All the Sharp manuals and user’s guides are available for free view without any registration. Sharp Calculator. Sharp El738 User Guide. 88 pages Sharp Calculator. All Sharp manuals. Keep up with our always upcoming product features and technologies. Enter your e-mail and subscribe. Here you can download file sharp el 5020 user manual. 2shared gives you an excellent opportunity to store your files here and share them with others. Join our community just now to flow with the file sharp el 5020 user manual and make our shared file collection even more complete and exciting. Scientific calculator; Additional informations; Catalog extract; EL-8024. Production: 1977. The user's manual is printed inside the box. Production: 1982? Display: LCD 8. Sharp's first graphical calculator; Additional informations; My.
Sharp EL-5020. The Sharp EL-5020 is a programmable calculator with 10 digits precision and algebraic logic. It has 202 functions, 44 keys, and an LCD (liquid crystal) display. The power source is 2xLR44. The calculator was manufactured in Taiwan. Note: Radio Shack EC-4027.
Sharp Scientific Calculator Manual
The Sharp EL-5120 is a scientific programmable calculator. It has about 1 KB of total RAM available to the user, and has 4 basic operational modes:
- Real mode: it is the basic operational mode for directly performing standard algebraic and statistical calculations, as well as evaluating user-defined functions and numerically integrating them.
- NBase: can switch between Binary, Octal, Decimal and Hexadecimal base. Most functions from Real Mode don't work in this mode, but boolean operators for each numerical base are available. Hexadecimal base calculation are performed in 32 bits (8 digits) and there is support for signed operation, but Binary base is limited to 16 bits, though.
- Solver: an interactive expression solver which can, in theory, numerically solve any equation versus any variable, using Newton's method. It may however fail to solve certain classes of equations depending on the expression format and starting values of the variables, so it is often necessary to rewrite the expression or experiment with initial values.
- Program mode: Here the user can enter and execute short programs written in a language closely resembling a cut-down version of FORTRAN or BASIC. Programs can be made to operate in either Real or NBase mode, but not a mixture of both.
Main functions[edit]
- 3-line alphanumeric LCD display.
- Alphanumeric keyboard with SHIFT and ALPHA keys.
- All the standard trigonometrical functions (SIN, COS, TAN) as well as their inverse and hyperbolic versions.
- All of the standard power raising, logarithmic etc. functions
- Some functions like statistical operations and boolean logic functions are accessed via sub-menus, and thus they are not printed on any visible key.
- 28 global user variables (A through Z plus ANS and θ), stored in CMOS memory.
- Up to 9 local variables for each mode of operation and equation, solver or program file, with user defined names. Unlike the 28 global ones, using these local variables consumes user RAM.
- 1 and 2 variables statistics, has only a simple linear regression analysis.
- File 'saving', 'loading' and 'deleting' from the small user RAM. Each mode can store its own 'files', containing e.g. the last calculation or expression, a solver equation or a program plus any eventual local variables and the last ANS value.
- Expression evaluator (in Real mode).
- Numerical integration using Simpson's rule.
- Numerical equation solver vs a specific variable using Newton's method.
- Programs and solver equations can 'exchange data' between them by appropriate use of the global variables, for solving more complex problems.
- Adjustable contrast.
- Uses one 3V CD2025 lithium battery.
Disadvantages[edit]
- Lack of built-in support for complex numbers (can only be emulated via a program or equations).
- Programs and equation files eat up RAM quickly, especially if they contain local variables.
- Local program variables cannot be removed once added without deleting the program.
- Integration/solver functions can be slow or erratic.
- Only one kind of statistical regression (linear).
- Lack of any built-in application formulae or physical constants, these have to be defined and saved by the user as expression and local variables, with a notable expense of RAM.
- Lack of some built-in functions like a simultaneous linear equations system or second grade equations solver, thus forcing to implement them by programming.
- The programming language used consumes RAM too quickly due to weak construction, lacking a proper FOR-like statement and thus forcing to use long and costly
LABEL
,GOTO
andGOSUB
statements.
Sample programs[edit]
Please note that the actual notation might be different, as some special EL-5120 characters cannot be directly typed on a PC, e.g. the square root and fraction operator: