Introduction

Numeric Algorithms

Numeric Algorithm: Algorithm that solves a problem for which the answer is a number.

Imprecision: Computers have finite resources, but irrational numbers have infinite digits.

Numeric V.S. Symbolic

Algorithms can be split in 2 categories:

  1. Numeric: Algorithms that can solve problems that the answer for which is a number(s).
  2. Symbolic: Algorithms where the answer is not a number.
Remember: More on Symbolic Algorithms

Symbolic algorithms aren’t defined by the output of literal symbols; it’s about how their output is symbolic.

“But a sequence of characters can be/is represented with numbers!”