CSCE 222 Lecture 11
Jump to navigation
Jump to search
« previous | Monday, February 14, 2011 | next »
Functions
is surjective iff range() =
is injective iff implies
- thus implies
is bijective iff surjective and injective
Example
is bijective
- implies , so is injective
- , so is surjective
Inverse Functions
is a function that reverses the direction of mappings so
Floor
- floor ()
- maps and argument to the largest integer that doesn't exceed
- EX:
Properties
given and ,
Addition and subtraction of integers:
Multiplication:
Ceiling
- ceil ()
- maps an argument to the smallest integer
- EX:
Properties
given and ,
Note:
Sum Notation
Important Sums to Know