What is Calculator: Definition and 516 Discussions

An electronic calculator is typically a portable electronic device used to perform calculations, ranging from basic arithmetic to complex mathematics.
The first solid-state electronic calculator was created in the early 1960s. Pocket-sized devices became available in the 1970s, especially after the Intel 4004, the first microprocessor, was developed by Intel for the Japanese calculator company Busicom. They later became used commonly within the petroleum industry (oil and gas).
Modern electronic calculators vary from cheap, give-away, credit-card-sized models to sturdy desktop models with built-in printers. They became popular in the mid-1970s as the incorporation of integrated circuits reduced their size and cost. By the end of that decade, prices had dropped to the point where a basic calculator was affordable to most and they became common in schools.
Computer operating systems as far back as early Unix have included interactive calculator programs such as dc and hoc, and calculator functions are included in almost all personal digital assistant (PDA) type devices, the exceptions being a few dedicated address book and dictionary devices.
In addition to general purpose calculators, there are those designed for specific markets. For example, there are scientific calculators which include trigonometric and statistical calculations. Some calculators even have the ability to do computer algebra. Graphing calculators can be used to graph functions defined on the real line, or higher-dimensional Euclidean space. As of 2016, basic calculators cost little, but scientific and graphing models tend to cost more.
In 1986, calculators still represented an estimated 41% of the world's general-purpose hardware capacity to compute information. By 2007, this had diminished to less than 0.05%.

View More On Wikipedia.org
  1. J

    B Does the human calculator stuff really work?

    I have seen books and videos that claim to teach you how to become a human calculator. does this stuff really work? if it does can you recommend a good book or video ?
  2. i-like-maths

    Calculators What calculator should i get/use?

    I want to do GCSE Maths Higher this year and i have a selection of four calculators: Casio FX-85GT HP 20S HP 48G HP 50g (my dad is a fan of HP) I was wondering whether I needed to get another, slightly more up-to-date one of just use one of the ones i have already got. Could anybody help?
  3. L

    Creating a simple boolean logic calculator in C

    #define _CRT_SECURE_NO_DEPRECATE #include <stdio.h> int main() { int A; int B; printf("This is a simple boolean truth value calculator.\n\n"); printf("Please input the boolean value for statement A\n\n\n"); scanf("%d", &A); printf("Press enter to continue\n\n\n"); getchar()...
  4. F

    I'm nothing without my calculator....

    So i graduated with good gpa in a civil engineering program in a school in Québec. Problem is, at that said school, programmable calculators were allowed and we abused it. Every single integrals or derivatives or complex number manipulation was solved by it and now i transferred to another...
  5. L

    Sigma notation and calculator help(casio fx9860g; ti-30xpro)

    Homework Statement A) use sigma notation and calculate sum as far as you wish (set your own endpoint)(1/2) + (1/4) + (1/8) + (1/16)...B) this is a personal problem because I want to know how to calculate the sums with e.g. sigma notation, with a calculator. Never having done this before...
  6. T

    MHB Logic Math Calculator App: Helping Students Learn Discrete Math

    Hello! Some time ago I asked the admins for permission to post a link to my Logic Calculator app for android. They allowed me to post in this section so, here I am! I am a software engineering student from Buenos Aires and in my freshman year I started to develop this app as a project for a...
  7. Lebombo

    B Calculator automatic rounding is screwing up my calculation.

    Hi, When I type into my calculator 13.6/(1.000000001) the calculator returns the answer 13.59999999 Then, when I type 13.6/(1.0000000001) the calculator returns the answer 13.6. Obviously, both 13.6/(1.0000000001) and 13.6/1 cannot equal 13.6, so what's the deal with the calculator...
  8. R

    Is it allowed to use graphing calculator in IPHO

    hi everyone i hope you are fine . is it allow to use graphing calculator in ipho physics olympiad
  9. berkeman

    Calculators HP42 calculator on your smartphone

    A friend showed this to me today, and I downloaded it and am loving it. The HP42 was my favorite calculator, and after my latest one died many years ago, I hadn't been able to find any to buy (at a reasonable price). But now there is a free app that you can download to your phone that brings...
  10. A

    MHB Empirical rule calculator command

    I just had a quick question. One problem says, "about 68% of the data will fall between what values?" Will I use the binompdf or normalcdf command on the TI-83 calculator? I can't remember. Thanks!
  11. Isaac0427

    I Riemann/Metric Tensor Calculator

    Hi all! I'm really interested in the physical interpretation of the Riemann and metric tensors. Is there any program that let's you type in a Riemann or metric tensor (or even better, an Einstein tensor) and then gives you an image of how the space would look (i.e. the curved grid lines)? Thanks!
  12. Y

    Impedance calculator for asymmetric differential stripline

    Hi Anyone know of an online asymmetric differential stripline impedance calculator? I already have the Saturn pcb design tool kit. I just want to find a second one to cross check the result. My experience is I have seen two calculators gave different results. Thanks
  13. anemone

    MHB Evaluating Complex Equation without a Calculator

    Without the help of calculator, evaluate \frac{(-\sqrt{6}+\sqrt{7}+\sqrt{8})^4}{4(\sqrt{7}-\sqrt{6})(\sqrt{8}-\sqrt{6})}+\frac{(\sqrt{6}-\sqrt{7}+\sqrt{8})^4}{4(\sqrt{6}-\sqrt{7})(\sqrt{8}-\sqrt{7})}+\frac{(\sqrt{6}+\sqrt{7}-\sqrt{8})^4}{4(\sqrt{6}-\sqrt{8})(\sqrt{7}-\sqrt{8})}.
  14. M

    Calculator (root) problem (Exam tomorrow) HP 10s assistance

    Homework Statement Hello, I have to use the HP 10s calculator at my university, I have been used to my modern casio for the last 4 years but I have a problem. The square root symbol when pressed does not allow for continual calculation, such as when I am using the quadratic formula. It seems to...
  15. onion3000

    Programming HP 50g: Is There an Editor?

    Is there a programming editor on the HP 50g (like the TI programming systems)? I have been unable to find any information on this, so any help would be appreciated.
  16. B

    Doing Fractional Exponents on Basic Scientific Calculator

    Suppose you have 8-1/3 and want a precise value for it. How would you go about calculating this on a regular scientific calculator. I punched in: 8, then the exponent button, then 1, then negative, then division, and finally 3. The calculator reads "error."
  17. H

    Beginning Python, cf dedicated calculator package

    I am no programmer but I want to learn for personal development. so physicsy type guys recommended Python. I downloaded it and have been playing. my goals for programming are three; 1. learn to code just for fun 2. do calculations and numerical calculations 3. input data from transducers...
  18. A

    4 point support beam reactions calculator

    Hey guys, I am developing an program for calculation of reactions in a "4 point support beam". The problem is that this structure is Statically indeterminate and hence requires some other method. Support on any level is appreciated, especially from Civil Engineers. I will keep on posting...
  19. C

    C/C++ Create a C++ logic calculator (T/F) using a recursive descent parser

    I'm supposed to make a simple logic calculator based on the following requirements: 1. The user can use either capital or lower case 'T' and 'F' in their expression. 2. Use either a ';' or '=' to indicate the expression should be evaluated immediately. 3. The program should not exit when it...
  20. W

    Air time/displacement calculator for floor vibration

    This question might be out of the scope of this forum but, Assume an object (lets say cube) rests on an even floor that at all points is vibrating vertically at the same frequency at all times. (a platform going up and down) The floor is vibrating vertically at a FIXED displacement. How can i...
  21. O

    Good scientific calculator for EE?

    Does anyone know any good non-programmable calculators? I have a sharp el-520w right now Do any of them solve things like indefinite integrals?
  22. Emmanuel_Euler

    Finding sin and cos without using calculator

    Hi everyone. i think this is my last thread on PF:frown:! because i am too busy,anyway, 4 months ago i posted a thread named it finding cube roots without using calculator and now i want to know if there is a way or method to find sin and cos without using calculator. And thanks to all who...
  23. bcrowell

    Open-source web-based graphing calculator?

    I'm teaching first-semester calculus right now, and I'm noticing that a lot of my students are using the online graphing calculator at desmos.com. (I think this sort of thing is like nuclear power, it can be used for good or for evil.) I played with the desmos app, and although it seems nice in...
  24. Robin04

    Calculate sin75 without calculator

    Homework Statement Calculate sin75 without calculator![/B]Homework EquationsThe Attempt at a Solution I constructed a triangle with angles 15, 75 and 90 then I defined sin75 by the sides. In a previous exercise the task was the same but with tg15 and I used the result in this execise too. I...
  25. B

    How to Find This without Calculator?

    How do I find ##2^{1.2}## without using calculator?
  26. K

    Adding commas to Calculator (e.g. 100,000,000)

    Hello all, Is there a function that can be used on a calculator to add a comma after each third number. e.g. 100,000,000 It would help me read larger numbers quickly.
  27. T

    Do I need Mathematica or a CAS graphing calculator?

    Hello Everyone. I'm returning to college to earn a degree in physics 15 years after getting a BA in English. I took calculus almost 20 years ago and used a Ti 85. I've noticed that some graphing calculators have CAS integrated, which I've never used, and I'm keen to get one for my physics and...
  28. Rectifier

    Tan() -- calculate the exact value w/o a calculator

    The problem I have the triangle ABC where ∠C is 90°. The side AC is ## \sqrt{3} \ cm ## and the side BC is 1 cm. What is ∠A (α)? The attempt $$tan(a) = \frac{1}{\sqrt{3}}$$ The problem is that I have to calculate the exact value of α without any calculator. I tried to calculate the third...
  29. Farmtalk

    MHB What is Your Favorite Graphing Calculator and Why?

    I have been a real nerd for a long time, and I have a decent collection of graphing calculators. My collection includes: TI-82 TI-83 TI-83 Plus TI-Nspire CAS Casio fx-9750 My favorite calculator is probably the TI-82 just because it has a real nice 80s look to it and runs great. I have...
  30. G

    Square root of complex number on a calculator

    I'm working through some examples in a textbook but i am unable to get the desired answer on my calculator, i keep getting math error and various other results which are not the answer I'm looking for. What i have is: √ 62.9∠88.2 / 0.00165∠72.3 Please could someone tell me what answer you get...
  31. lonely_nucleus

    Calculators Can TI-84 calculator send text messages or email?

    Well the texas instruments ti-84 calculator is my favorite toy. I use it for anything I can from getting a girl to put her phone number in my calculator to programming. Is there a way to somehow add an external circuit that can make the ti-84 send text messages. I bet there would have to be a...
  32. Emmanuel_Euler

    Finding a cube root of a number without using calculator .

    HI EVERYONE I was thinking if we could find a cube root without using a calculator. square root was easy to find without calculator,but cube root i have no idea to find it. any help?? for example(cube root of 3 or 2)
  33. anemone

    MHB Evaluating $f(15)$ without a Calculator

    Let $f(x)= x^{11}-16x^{10}+16x^9-16x^8+16x^7-16x^6+16x^5-16x^4+16x^3-16x^2+16x-1$. Evaluate $f(15)$ without using the calculator.
  34. P

    How to import text file to casio fx-cg20 calc?

    DOo somebody know how to import text to casio fx-cg 20?
  35. marcus

    What can you learn about cosmology from Google calculator?

    Before I say, I just want to mention that the Danish words for 15 and 18 are femten and atten Atten sounds a bit like the English word "eighteen". So that is where we get our metric prefixes femto- for 10-15 and atto- for 10-18. When you do cosmology the most common quantity, or one of the...
  36. J

    Does the human calculator stuff really work?

    There are a lot of books and videos that can teach you how to do math in your head. does any of it really work. Is there a certain book or video that you would recomend
  37. A

    Ti-89 Calculator question (Statistics)

    Homework Statement Calculate the mean and standard deviation for the random variable X which equals the sum of the dots facing upward when two standard six-sided dice are rolled. The Attempt at a Solution In List 1, I entered all the possible values of the random variable X...
  38. T

    Best (non-program) sci. calculator with a viewable memory?

    What is the best non-programmable scientific calculator with a scrollable (or otherwise easily accessible) memory of past calculations? I would like to find one where the full decimal/standard answers from past calculations can easily be selected and used for new calculations. I already know...
  39. T

    Tangent zeros with a calculator?

    I'm tasked with findings he solutions to a particular tangent equation, and when I did it before with sine it was just a matter of plugging in the equation to the calculator, then getting all the zeros. Since it is tangent now and not sine, do I do something special? Is it no longer the x value...
  40. R

    Horizontal Projectiles. Degree or Radian mode in calculator?

    Homework Statement It's a worksheet with questions like : A pelican flying along a horizontal path drops a fish from a height of 5.4 m. The fish travels 8.0 m horizontally before it hits the water below. What is the pelican's initial speed? Homework EquationsThe Attempt at a Solution [/B] So...
  41. H

    When did the zombie apocalypse begin?

    http://deathdate.info/s/death my death date according to this site is January 22 2054
  42. Dethrone

    MHB Calculate w/ Defective Calculator: Multiply w/ Add, Subtract, & Reciprocal

    You have a malfunctioning calculator that cannot perform multiplication. However, it can add, subtract, and compute the reciprocal $\frac{1}{x}$ of any number $x$. Can you nevertheless use this defective calculator to multiply numbers?
  43. T

    Rule of thumb for having a calculator in the right mode?

    I've started my trig class and this is the first time in my math career I've actually had to pay attention to what mode my calculator is in. So my question is, is there a rule for it? Will it be obvious to the problem?
  44. J

    TI89 calculator solver in functions?

    I was wondering if it's possible to use the TI89 Titanium's built-in solver with programs. More specifically, for compressible flow problems, I'd like to calculate mach number based on area ratio, specify whether the flow is subsonic or supersonic, then do something with the corresponding...
  45. S

    Trends in calculator interfaces

    The trend in commoly available cheap scientific calculators is that when you want to calculate a function like sin( sqrt(2)/5) , the most convenient thing to do is press the sin() key first. Twenty years ago (or less) when using the "algebraic" calculator interface (on some fairly...
  46. A

    MHB 30 years since school.... using calculator

    Hi I'm feeling very pathetic at the moment...! Can anyone tell me how to work out the following equation on a calculator? Thanks! PLEASE NOTE THE "6" is the power of 6 :-) So, here's the equation... X = 5220 (1.05) 6
  47. anemone

    MHB Evaluate a given expression without using a calculator

    Evaluate the expression $(2^{2^{2014}}+1)(2^{2^{2013}}+1)\cdots(2^{2^2}+1)(2^{2^1}+1)(2^{2^0}+1)+1$
  48. M

    MHB Solving $2^{2^{\sqrt3}}>10$ without a Calculator

    How prove that $2^{2^{\sqrt3}}>10$ without a calculator?
  49. Ganesh Ujwal

    On a calculator, pressing = more than once

    In calculator, when we press = more than one times, why answer will get change? yesterday, i pressed 1+1 then i press = it gives 2, again i press = it gives 3, why if answer is 2 why it is showing 3, all calculators like this showing, is this manufacturing error?
  50. AMenendez

    Desmos Graphing Calculator - Make Math Visual & Interactive

    Hopefully everyone's heard of this by now, but for those who haven't, there's an excellent interactive online graphing calculator offered by Desmos: https://www.desmos.com/calculator
Back
Top