Samenvatting Analyses 2 HBO Informatica 1e jaar 2021/2022
23 views 0 purchase
Course
Analyse
Institution
Hogeschool Rotterdam (HR)
1.1 Functions in mathematics
1.2 Jupyter, dictionaries, modules
2.1 Functions in Python
2.2 Linear functions and matplotlib
3.1 Higher-order functions
3.2 Combinatorics in mathematics, part I
4.1 Combinatorics in mathematics, part II
4.2 mItertools
5.1 Probability in mathematics, part I
5...
A relation is a relationship between sets of values.
A mathematical relation is an association of two objects, based on some property possessed by them.
In mathematics, relations between two sets can be expressed in:
Roster form
Set-builder form
Arrow diagram
Roster form
Relation R is represented as a set of ordered pairs.
Let A = {1, 5} and B = {2, 5, 10}
Let R be the relation between sets A and B such that “a is less than b” :
R = { (1,2), (1,5), (1,10), (5,10) }
Note: A x B = {(1,2),(1,5),(1,10), (5,2),(5,5),(5,10)}, hence R ⊆ A x B.
Set-builder form
The same example and its relation can be written in set-builder form:
Let A = {1, 5} and B = {2, 5, 10}
Then the relation “a is less than b” can be written as:
R = {(a, b) : a ∈ A, b ∈ B, a is less than b}, or
R = {(a, b) : a ∈ A, b ∈ B, a < b}
Problem 1: expressing a real-life relation
Let A = {Cow, Chicken, Crocus} and B = {Plant, Animal, Bird, Mammal}. Let the relation R from A to B
be defined as “is a”.
(a) Express R in set-builder notation.
(b) Express R in roster notation.
R = {(Cow, Animal), (Cow, Mammal), (Chicken, Animal), (Chicken, Bird), (Crocus, Plant)}
(c) Express R in an arrow diagram.
Plant
Cow
Animal
Chicken
Bird
Crocus
Mammal
,A function is a special kind of relation.
If f is a mapping from A to B,
we express it as f: A → B,
and read it as “f is a function from A to B”.
A function consists of three parts:
input
relationship
output
A E
B F
Function as a relation:
C
Every function is special kind of relation. G
D
However, not every relation is a function!
f: A → B is the relation that to each a ∈ A associates f(a) ∈ B.
What makes a relation a function?
Every element of A must have an image in B. A E A
E
No element of A can have more than one image. B F B
F
C G C
G
f(x) = 2x H D
f = function name
x = input
2x = output
Input Relationship Output
0 *2 0
1 *2 2
7 *2 14
Domain: what can go into function.
Codomain: what may possibly come out of a function.
Range: what actually comes out of a function.
1
1 4
9
Evaluation of functions 2 16
25 Range
Given the function: f(x) = x**2 + 2x 3
Evaluate f(0) = 0**2 + 2 * 0 = 0 4
Evaluate f(5) = 5**2 + 2 * 5 = 35 17
5 23
19
Domain Codomain
, Recognize basic function forms
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller maya6. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $11.62. You're not tied to anything after your purchase.