functions and Big-O notation

1. functions:  f : S → T, is a binary relation f ⊆ S ×T such that for all s ∈ S there is exactly one t ∈ T such that (s,t) ∈ f

 unique element related to s时写作f(s)

 partial function: f : S !→ T is a binary relation f ⊆ S ×T such that for all s ∈ S there is at most one t ∈ T such that (s,t) ∈ f . That is, it is a function f : S‘→ T for S’ ⊆ S

2. 

functions and Big-O notation_第1张图片

 

3. Functions on finite sets:For a finite set S and f : S → S the properties surjective and injective are equivalent

4. Inverse function

functions and Big-O notation_第2张图片

 

5. Properties of the inverse

functions and Big-O notation_第3张图片

 

 6. basic matrix operations

 

 functions and Big-O notation_第4张图片 

7. 

 functions and Big-O notation_第5张图片

 第一个的第一行与第二个的第一列依次相乘并求出加和,A*B不等于B*A

8. Big O除了9024课上的定义还有一种为

functions and Big-O notation_第6张图片

 

9. 

 functions and Big-O notation_第7张图片

 

functions and Big-O notation_第8张图片

functions and Big-O notation_第9张图片

 

 

10. 

 functions and Big-O notation_第10张图片

 

11. 练习

 functions and Big-O notation_第11张图片

 functions and Big-O notation_第12张图片

 

你可能感兴趣的:(functions and Big-O notation)