245 B
245 B
Introduction
- Every mathematical function can be thought of as a set of ordered pairs, or an input value and an output value.
- Examples include
f(x) = x^2 + 2x + 1
, and\{(1, 3), (2, 5), (4, 7)\}
.
- Examples include
Definitions
| Term | Definition |