enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. HP-15C - Wikipedia

    en.wikipedia.org/wiki/HP-15C

    The HP-15C is a high-end scientific pocket calculator with a root-solver and numerical integration. A member of Hewlett-Packard Voyager series of programmable calculators, it was produced between 1982 and 1989. The calculator is able to handle complex numbers and matrix operations.

  3. Casio fx-7000G - Wikipedia

    en.wikipedia.org/wiki/Casio_fx-7000G

    The user may save any program they create or are in the process of creating in one of ten programming slots, [7] a feature also used in the Casio BASIC handheld computer. The calculator uses a tokenized programming language (similar to the earlier FX-602P) which is well suited to writing more complex programs, as memory efficiency is a priority ...

  4. Magma (computer algebra system) - Wikipedia

    en.wikipedia.org/wiki/Magma_(computer_algebra...

    Magma contains asymptotically fast algorithms for all fundamental dense matrix operations, such as Strassen multiplication. Sparse matrices Magma contains the structured Gaussian elimination and Lanczos algorithms for reducing sparse systems which arise in index calculus methods, while Magma uses Markowitz pivoting for several other sparse ...

  5. Programmable calculator - Wikipedia

    en.wikipedia.org/wiki/Programmable_calculator

    Originally, calculator programming had to be done in the calculator's own command language, but as calculator hackers discovered ways to bypass the main interface of the calculators and write assembly language programs, calculator companies (particularly Texas Instruments) began to support native-mode programming on their calculator hardware ...

  6. TI-BASIC - Wikipedia

    en.wikipedia.org/wiki/TI-BASIC

    TI-BASIC programs are stored in a tokenized format, they cannot be edited using standard computer text editors, so as the calculator programming community matured, a need for an automated converter arose. The format for computer-stored TI-BASIC programs generated by Texas Instruments' TI-GraphLink application was eventually decoded, and third ...

  7. HP-16C - Wikipedia

    en.wikipedia.org/wiki/HP-16C

    Binary-arithmetic operations can be performed as unsigned, ones' complement, or two's complement operations. This allows the calculator to emulate the programmer's computer. A number of specialized functions are provided to assist the programmer, including left- and right-shifting, left- and right-rotating, masking, and bitwise logical operations.

  8. Calculator input methods - Wikipedia

    en.wikipedia.org/wiki/Calculator_input_methods

    This calculator program has accepted input in infix notation, and returned the answer , ¯. Here the comma is a decimal separator. Here the comma is a decimal separator. Infix notation is a method similar to immediate execution with AESH and/or AESP, but unary operations are input into the calculator in the same order as they are written on paper.

  9. HP-41C - Wikipedia

    en.wikipedia.org/wiki/HP-41C

    Here is a sample program that computes the factorial of an integer between 1 and 69 (70! needing an exponent greater than 99, the calculator's maximum). The integer is entered in the X register and passed as an input parameter when the program is run. The program takes up two registers, which is ≈14 bytes.