Notifications

Functions

0.0(0) Reviews
Duplicate
Report Flashcard set

Spaced Repetition

spaced repetition

Flashcards

flashcards

Learn

learn

Practice Test

exam

Tags

20 Terms
πŸ˜ƒ Not studied yet (20)
increasing
What type of function is this the definition of? βˆ€xβ‚βˆ€xβ‚‚(x₁ < xβ‚‚ β†’ f(x₁) ≀ f(xβ‚‚))
decreasing
What type of function is this the definition of? βˆ€xβ‚βˆ€xβ‚‚(x₁ < xβ‚‚ β†’ f(x₁) β‰₯ f(xβ‚‚))
strictly increasing
What type of function is this the definition of? βˆ€xβ‚βˆ€xβ‚‚(x₁ < xβ‚‚ β†’ f(x₁) < f(xβ‚‚))
strictly decreasing
What type of function is this the definition of? βˆ€xβ‚βˆ€xβ‚‚(x₁ < xβ‚‚ β†’ f(x₁) > f(xβ‚‚))
injection
For this type of function, every image has a unique pre-image
surjection
For this type of function, all elements in the codomain have a preimage in the domain, and the co-domain is the same as the range
bijection
For this type of function, every element in the codomain has a unique preimage and the co-domain is the same as the range
one-to-one
Another term for injective
onto
Another term for surjective
inverse
This type of function only exists if the original function is a bijection
floor function
What function, denoted by f(x) = ⌊xβŒ‹, returns the largest integer less than or equal to x?
ceiling function
What function, denoted by f(x) = ⌈xβŒ‰, returns the smallest integer greater than or equal to x?
partial
For this type of function, the domain of definition is not equal to the domain
total
For this type of function, the domain of definition is equal to the domain
sequence
Ordered lists of elements
geometric progression
A sequence of the form a, ar, ar²,..., arⁿ,...
arithmetic progression
A sequence of the form a, a + d, a + 2d,..., a + nd,...
summations
The sum of the terms aβ‚˜, aβ‚˜ + 1,..., aβ‚™
algorithm
A finite set of precise instructions for performing a computation or for solving a problem
flowchart
A graphical representation of an algorithm that utilizes boxes and different shapes to represent operations, instructions, and series of instructions