What Is the Internal Working of Calculators?

  • Thread starter Thread starter student34
  • Start date Start date
  • Tags Tags
    Calculators Work
Click For Summary
SUMMARY

The internal workings of calculators do not rely on preprogrammed answers for every possible equation. Instead, they utilize algorithms and mathematical principles to compute results dynamically. Most calculators implement the Shunting Yard algorithm for expression parsing and Reverse Polish Notation (RPN) for efficient computation. This allows them to handle a wide range of mathematical operations without the need for extensive preprogramming.

PREREQUISITES
  • Understanding of basic mathematical operations
  • Familiarity with algorithms, specifically the Shunting Yard algorithm
  • Knowledge of Reverse Polish Notation (RPN)
  • Basic programming concepts related to expression evaluation
NEXT STEPS
  • Research the Shunting Yard algorithm and its applications in expression parsing
  • Learn about Reverse Polish Notation (RPN) and its advantages in computation
  • Explore the design and architecture of calculator software
  • Investigate other algorithms used in computational mathematics
USEFUL FOR

Students of computer science, software developers interested in algorithm design, and anyone curious about the computational mechanics behind calculators.

student34
Messages
639
Reaction score
21
I can't imagine that every possible equation is preprogrammed. If that is not the case, then how do the calulators know the answers?
 
Mathematics news on Phys.org

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
7
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K