Optimal Impartial Selection

Μέγεθος: px
Εμφάνιση ξεκινά από τη σελίδα:

Download "Optimal Impartial Selection"

Transcript

1 Optimal Impartial Selection Max Klimm Technische Universität Berlin Head of Junior Research Group Optimization under Uncertainty Einstein-Zentrum für Mathematik

2 Introduction select member of a set of agents based on nominations by agents from the set applications Selection of representatives Award of prizes Assignment of responsibilities Peer review: of papers, projects Optimal Impartial Selection 2

3 Introduction A, B, C form committee vote for speaker, arcs represent votes p B = 0 B C p C = 1 A p A = 0 naive mechanism chose vertex with max. in-degree uniformly at random Optimal Impartial Selection 3

4 Introduction A, B, C form committee vote for speaker, arcs represent votes p B = 01/3 B C p C = 1/3 Vote of A influences its own probability of selection! A p A = 01/3 naive mechanism chose vertex with max. in-degree uniformly at random Optimal Impartial Selection 4

5 Impartial selection Goal: Find a mechanism that is impartial: probability of selecting an agent independent of its votes competitive: select (in expectation) agents with many nominations Optimal Impartial Selection 5

6 Formalization set G of directed graphs G = (N,E) without loops (approval voting) subset G =1 G of graphs with uniform out-degree 1 (plurality) mechanism f maps G = (N,E) G to a probability distribution over N f is impartial if f(n,e) i = f(n,f) i, whenever E \ ({i} N) = F \ ({i} N). f is α-optimal, for α [0,1], if for all G G if E i~f(g) [deg(i)] Δ(G) α, where Δ(G) = max i N deg(i). Optimal Impartial Selection 6

7 Related work Deterministic mechanisms are very limited, even for G =1 [Moulin, Holzman, Econometrica, `13] 1/4-optimal randomized mechanism (2-partition) Upper bound of 1/2 for any mechanism on G [Alon et al., TARK, `11] Achievable approximation factors G G =1 deterministic 0 1/n randomized [1/4, 1/2] [1/4, 1] Optimal Impartial Selection 7

8 Outline and main results Achievable approximation factors G G =1 deterministic 0 1/n randomized [1/4, 1/2] [1/4, 1] Optimal Impartial Selection 8

9 Outline and main results different analysis of the 2-partition mechanism 1/2-optimal mechanism for G Achievable approximation factors G G =1 deterministic 0 1/n randomized 1/2 [1/4, 1] Optimal Impartial Selection 9

10 Outline and main results different analysis of the 2-partition mechanism 1/2-optimal mechanism for G same mechanism is 67/108-optimal ( 0.62-optimal) for G =1 Achievable approximation factors G G =1 deterministic 0 1/n randomized 1/2 [67/108, 1] Optimal Impartial Selection 10

11 Outline and main results different analysis of the 2-partition mechanism 1/2-optimal mechanism for G same mechanism is 67/108-optimal ( 0.62-optimal) for G =1 upper bound for G =1 of 3/4 Achievable approximation factors G G =1 deterministic 0 1/n randomized 1/2 [67/108, 3/4] Optimal Impartial Selection 11

12 Outline and main results different analysis of the 2-partition mechanism 1/2-optimal mechanism for G same mechanism is 67/108-optimal ( 0.62-optimal) for G =1 upper bound for G =1 of 3/4 Achievable approximation factors G G =1 deterministic 0 1/n randomized 1/2 [67/108, 3/4] Optimal Impartial Selection 12

13 The 2-partition mechanism Partition each i N into (S 1, S 2 ) uniformly at random Return i arg max j S2 deg(j,s 1 ) uniformly at random (unless S 2 =, then return an arbitrary i S 1 ) deg(i,s 1 ) = (j,i) E : j S 1 Optimal Impartial Selection 13

14 The 2-partition mechanism Partition each i N into (S 1, S 2 ) uniformly at random Return i arg max j S2 deg(j,s 1 ) uniformly at random (unless S 2 =, then return an arbitrary i S 1 ) deg(i,s 1 ) = (j,i) E : j S 1 D E C A B Optimal Impartial Selection 14

15 The 2-partition mechanism Partition each i N into (S 1, S 2 ) uniformly at random Return i arg max j S2 deg(j,s 1 ) uniformly at random (unless S 2 =, then return an arbitrary i S 1 ) deg(i,s 1 ) = (j,i) E : j S 1 S 1 C S 2 E D A B Optimal Impartial Selection 15

16 The 2-partition mechanism Partition each i N into (S 1, S 2 ) uniformly at random Return i arg max j S2 deg(j,s 1 ) uniformly at random (unless S 2 =, then return an arbitrary i S 1 ) deg(i,s 1 ) = (j,i) E : j S 1 S 1 C S 2 E D A B Optimal Impartial Selection 16

17 The 2-partition mechanism Partition each i N into (S 1, S 2 ) uniformly at random Return i arg max j S2 deg(j,s 1 ) uniformly at random (unless S 2 =, then return an arbitrary i S 1 ) deg(i,s 1 ) = (j,i) E : j S 1 S 1 C 1/3 S 2 E D A 1/3 B 1/3 Optimal Impartial Selection 17

18 The 2-partition mechanism Theorem 2-Partition is impartial and 1/4-optimal. [Alon et al., TARK, `11] Proof: Impartiality: only nominations in S 1 considered, only agents in S 2 selected 1/4-Optimality: i* arg max i N deg(i) E i~f [deg(i)] P[i* S 2 ] E[deg(i*,S 1 ) i* S 2 ] E i~f [deg(i)] 1/2 E x~bin(1/2,δ) [x] =Δ/4 Bound is tight: Optimal Impartial Selection 18

19 The 2-partition mechanism - Revisited P[i* S 1 ] = 1/2 i* P[i* S 2 ] = 1/2 S 1 S 2 d* = deg(i*,s 1 ) d = max i S2 deg(i,s 1 ) for every 2-partition S = (S 1,S 2 ), E i~f [deg(i) S] d + (Δ-d) χ(d* > d)/2 E i~f [deg(i) S] min t N {t + (Δ-t) χ(d* > t)/2} minimum is attained for either t = 0, then E i~f [deg(i) S] = Δ/2 or t = d*, then E i~f [deg(i) S] = d* thus E i~f [deg(i)] E x~bin(1/2,δ) min{x, Δ/2} Δ/4 Optimal Impartial Selection 19

20 The 2-partition mechanism - Revisited Theorem [Fischer and K., SICOMP, `15] 2-Partition is α(δ)-optimal where α(δ) = Ex~Bin(1/2,Δ) min{x, Δ/2}. α(δ) is increasing lim Δ α(δ) = 1/2 1/2 α(δ) 3/8 1/4 1/ Δ Optimal Impartial Selection 20

21 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i Optimal Impartial Selection 21

22 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i Optimal Impartial Selection 22

23 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i Optimal Impartial Selection 23

24 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i Optimal Impartial Selection 24

25 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i Optimal Impartial Selection 25

26 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i i d = 0 S 1 S 2 S 3 S 4 S 5 Optimal Impartial Selection 26

27 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i i d = 0 S 1 S 2 S 3 S 4 S 5 Optimal Impartial Selection 27

28 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i i d = 0 S 1 S 2 S 3 S 4 S 5 Optimal Impartial Selection 28

29 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i i d = 0 S 1 S 2 S 3 S 4 S 5 Optimal Impartial Selection 29

30 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i i d = 1 S 1 S 2 S 3 S 4 S 5 Optimal Impartial Selection 30

31 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i i d = 1 S 1 S 2 S 3 S 4 S 5 Optimal Impartial Selection 31

32 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i i d = 2 S 1 S 2 S 3 S 4 S 5 Optimal Impartial Selection 32

33 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i i d = 2 S 1 S 2 S 3 S 4 S 5 Optimal Impartial Selection 33

34 The k-partition mechanism Randomly partition N into (S 1,S 2,,S k ), denote S <j = i<j S i {i } :=, d := 0 for j:= 2,,k if max i Sj deg(i, S <j {i }) d Choose i arg max i Sj deg(i,s <j ) uniformly at random i := i, d = deg(i,s <j ) Return i i d = 2 S 1 S 2 S 3 S 4 S 5 Optimal Impartial Selection 34

35 The k-partition mechanism - Analysis P[i* S j ] = 1/k for all j = 1 k i* S 1 S 2 S 3 S 4 S 5 i* looses For k-partition S = (S 1, S k ) i* wins v j = deg(i*,s j ) and d j * = deg(i*,s <j ) = l [j-1] v l d = max j [k] max i Sj deg(i,s <j ) Then E i~f [deg(i) S] d + 1 k j [k](δ-d) χ(d j * > d) E i~f [deg(i) S] min t N {t + 1 k j [k](δ-t) χ(d j * > t)} minimum attained for t = d j * with j [k], and v = (v 1,,v k )~Mul(Δ,k) E i~f [deg(i)] E v~mul(δ,k) min j [k] { l=1,,j-1 v l + (k-j)/k l=j, k v l } Optimal Impartial Selection 35

36 The k-partition mechanism - Analysis Lemma k-partition is α(δ)-optimal, where α(δ) = E v~mul(δ,k) min j [k] { l=1,,j-1 v l + (k-j)/k l=j, k v l }. 0 1 α(δ) = E v~mul(δ,k) min v k 1 k 1 k k k 2 1 k k 1 k 1 k... k k 2 k 2 k... k k 3 k... k 1 1 k C A Theorem [Fischer and K., SICOMP `15] k-partition is impartial and (k-1)/2k-optimal. α(δ) is non-decreasing in Δ α(1) E v~mul(1,k) min {v (k-1, k-2,,0)}/k (1/k 2 ) i=1,,k k-i = (k-1)/2k Optimal Impartial Selection 36

37 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i Optimal Impartial Selection 37

38 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 0 i Optimal Impartial Selection 38

39 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 0 i Optimal Impartial Selection 39

40 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 0 i Optimal Impartial Selection 40

41 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 0 i Optimal Impartial Selection 41

42 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 0 i Optimal Impartial Selection 42

43 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 0 i Optimal Impartial Selection 43

44 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 0 i Optimal Impartial Selection 44

45 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 0 i Optimal Impartial Selection 45

46 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 0 i Optimal Impartial Selection 46

47 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 1 i Optimal Impartial Selection 47

48 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 1 i Optimal Impartial Selection 48

49 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 2 i Optimal Impartial Selection 49

50 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 2 i Optimal Impartial Selection 50

51 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 2 i Optimal Impartial Selection 51

52 The permutation mechanism Choose permutation (π 1,π 2,,π n ) of N, denote π <j = i<j {π i } {i } :=, d := 0 for j:= 1,,k if deg(π j, π <j {i }) d i := π j, d = deg(π j,π <j ) return i d = 2 i Optimal Impartial Selection 52

53 The permutation algorithm Theorem [Fischer and K., SICOMP `15] Permutation is impartial and 1/2-optimal. Proof by standard limit arguments d = 2 i Optimal Impartial Selection 53

54 Highly nominated agents Theorem [Fischer and K., SICOMP `15] For graphs with sufficiently large Δ, permutation is (3/4-ε)-optimal. Proof For large Δ, v Mul(Δ,k): v i (1-ε)(Δ/k) whp 0 B k 1 k 1 k k k 2 1 k k 1 k 1 k... k k 2 k 2 k... k k 3 k k With W = B k C, α(δ) = E v~mul(δ,k) min Wv (1-ε)(Δ/k) min W (1,..,1) T 3/4 - ε 1 C C A Δ Δ/2 Δ/2 Optimal Impartial Selection 54

55 Plurality Any G G =1 contains a directed cycle Permutation mechanism always selects a vertex with deg(i) 1 If Δ = 1, then α = 1 If Δ = 2, then α 2/3 Approximation guarantees parametrized in Δ give better bounds for Δ 3 67/108 for permutation (quite technical) Optimal Impartial Selection 55

56 Upper bound for plurality Optimal Impartial Selection 56

57 Upper bound for plurality p 1 p 1 p 1 p 1 p 1 p 1 np 1 = 1 Optimal Impartial Selection 57

58 Upper bound for plurality p 1 p 1 p 2 p 4 p 1 p 1 p 1 p 5 p 1 p 1 np 1 = 1 p 3 p 5 p 1 +p 2 +p 3 +p 4 +(n 4)p 5 = 1 Optimal Impartial Selection 58

59 Upper bound for plurality p 1 p 1 p 2 p 4 p 2 p 1 p 1 p 1 p 5 p 2 p 1 p 1 np 1 = 1 p 3 p 5 p 1 +p 2 +p 3 +p 4 +(n 4)p 5 = 1 Optimal Impartial Selection 59

60 Upper bound for plurality p 1 p 1 p 2 p 4 p 2 p 1 p 1 p 1 p 5 p 2 p 1 p 1 np 1 = 1 p 3 p 5 p 1 +p 2 +p 3 +p 4 +(n 4)p 5 = 1 p 3 p 3 2p 2 +2p 3 1 Optimal Impartial Selection 60

61 Upper bound for plurality p 1 p 1 p 2 p 4 p 2 p 1 p 1 p 1 p 5 p 2 p 1 p 1 np 1 = 1 p 3 p 5 p 1 +p 2 +p 3 +p 4 +(n 4)p 5 = 1 p 3 p 4 p 4 p 4 p 3 2p 2 +2p 3 1 p 4 4p 4 1 Optimal Impartial Selection 61

62 Upper bound for plurality p 1 p 1 p 2 p 4 p 2 p 1 p 1 p 1 p 5 p 2 p 1 p 1 np 1 = 1 p 3 p 5 p 1 +p 2 +p 3 +p 4 +(n 4)p 5 = 1 p 3 p 6 p 6 p 4 p 4 p 5 p 5 p 4 p 3 2p 2 +2p 3 1 2p 5 +2p 6 1 p 4 4p 4 1 Optimal Impartial Selection 62

63 Upper bound for plurality p 1 p 1 p 2 p 4 p 2 p 1 p 1 p 1 p 5 p 2 p 1 p 1 np 1 = 1 p 3 p 5 p 1 +p 2 +p 3 +p 4 +(n 4)p 5 = 1 p 3 p 6 p 6 p 6 p 4 p 4 p 5 p 5 p 4 p 3 2p 2 +2p 3 1 2p 6 +(1-p 6 ) α 2 = p 6 /2+1/2 2p 5 +2p 6 1 p 4 4p 4 1 combining these inequalities: α 3/4-1/(8n) Optimal Impartial Selection 63

64 Selecting more than one agent Using permutation mechanism as a building block Selecting up to 2 agents [Bjelde, Fischer, K., WINE `15] 2/3-optimal while no impartial mechanism is better than 3/4-optimal Selecting exactly 2 agents 7/12-optimal while no impartial mechanism is better than 2/3-optimal Optimal Impartial Selection 64

65 Conclusions Impartial mechanisms select agents independently of their vote(s). Permutation mechanism is 1/2-optimal, i.e., it selects on average an agent with 1/2 of the maximal number of votes (subject to impartiality this is optimal) For highly nominated agents, it is 3/4-optimal. For plurality, it is 67/108-optimal and no impartial mechanism is better than 3/4-optimal. Multiple agents can be selected by running the permutation mechanism several times. Thank you. Optimal Impartial Selection 65

Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in

Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in : tail in X, head in A nowhere-zero Γ-flow is a Γ-circulation such that

Διαβάστε περισσότερα

Fractional Colorings and Zykov Products of graphs

Fractional Colorings and Zykov Products of graphs Fractional Colorings and Zykov Products of graphs Who? Nichole Schimanski When? July 27, 2011 Graphs A graph, G, consists of a vertex set, V (G), and an edge set, E(G). V (G) is any finite set E(G) is

Διαβάστε περισσότερα

Bayesian statistics. DS GA 1002 Probability and Statistics for Data Science.

Bayesian statistics. DS GA 1002 Probability and Statistics for Data Science. Bayesian statistics DS GA 1002 Probability and Statistics for Data Science http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall17 Carlos Fernandez-Granda Frequentist vs Bayesian statistics In frequentist

Διαβάστε περισσότερα

A Bonus-Malus System as a Markov Set-Chain. Małgorzata Niemiec Warsaw School of Economics Institute of Econometrics

A Bonus-Malus System as a Markov Set-Chain. Małgorzata Niemiec Warsaw School of Economics Institute of Econometrics A Bonus-Malus System as a Markov Set-Chain Małgorzata Niemiec Warsaw School of Economics Institute of Econometrics Contents 1. Markov set-chain 2. Model of bonus-malus system 3. Example 4. Conclusions

Διαβάστε περισσότερα

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ting Zhang Stanford May 11, 2001 Stanford, 5/11/2001 1 Outline Ordinal Classification Ordinal Addition Ordinal Multiplication Ordinal

Διαβάστε περισσότερα

Other Test Constructions: Likelihood Ratio & Bayes Tests

Other Test Constructions: Likelihood Ratio & Bayes Tests Other Test Constructions: Likelihood Ratio & Bayes Tests Side-Note: So far we have seen a few approaches for creating tests such as Neyman-Pearson Lemma ( most powerful tests of H 0 : θ = θ 0 vs H 1 :

Διαβάστε περισσότερα

ST5224: Advanced Statistical Theory II

ST5224: Advanced Statistical Theory II ST5224: Advanced Statistical Theory II 2014/2015: Semester II Tutorial 7 1. Let X be a sample from a population P and consider testing hypotheses H 0 : P = P 0 versus H 1 : P = P 1, where P j is a known

Διαβάστε περισσότερα

Every set of first-order formulas is equivalent to an independent set

Every set of first-order formulas is equivalent to an independent set Every set of first-order formulas is equivalent to an independent set May 6, 2008 Abstract A set of first-order formulas, whatever the cardinality of the set of symbols, is equivalent to an independent

Διαβάστε περισσότερα

Jesse Maassen and Mark Lundstrom Purdue University November 25, 2013

Jesse Maassen and Mark Lundstrom Purdue University November 25, 2013 Notes on Average Scattering imes and Hall Factors Jesse Maassen and Mar Lundstrom Purdue University November 5, 13 I. Introduction 1 II. Solution of the BE 1 III. Exercises: Woring out average scattering

Διαβάστε περισσότερα

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required)

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required) Phys460.nb 81 ψ n (t) is still the (same) eigenstate of H But for tdependent H. The answer is NO. 5.5.5. Solution for the tdependent Schrodinger s equation If we assume that at time t 0, the electron starts

Διαβάστε περισσότερα

EE512: Error Control Coding

EE512: Error Control Coding EE512: Error Control Coding Solution for Assignment on Finite Fields February 16, 2007 1. (a) Addition and Multiplication tables for GF (5) and GF (7) are shown in Tables 1 and 2. + 0 1 2 3 4 0 0 1 2 3

Διαβάστε περισσότερα

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 24/3/2007

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 24/3/2007 Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Όλοι οι αριθμοί που αναφέρονται σε όλα τα ερωτήματα μικρότεροι του 10000 εκτός αν ορίζεται διαφορετικά στη διατύπωση του προβλήματος. Αν κάπου κάνετε κάποιες υποθέσεις

Διαβάστε περισσότερα

Continuous Distribution Arising from the Three Gap Theorem

Continuous Distribution Arising from the Three Gap Theorem Continuous Distribution Arising from the Three Gap Theorem Geremías Polanco Encarnación Elementary Analytic and Algorithmic Number Theory Athens, Georgia June 8, 2015 Hampshire college, MA 1 / 24 Happy

Διαβάστε περισσότερα

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions SCHOOL OF MATHEMATICAL SCIENCES GLMA Linear Mathematics 00- Examination Solutions. (a) i. ( + 5i)( i) = (6 + 5) + (5 )i = + i. Real part is, imaginary part is. (b) ii. + 5i i ( + 5i)( + i) = ( i)( + i)

Διαβάστε περισσότερα

Statistical Inference I Locally most powerful tests

Statistical Inference I Locally most powerful tests Statistical Inference I Locally most powerful tests Shirsendu Mukherjee Department of Statistics, Asutosh College, Kolkata, India. shirsendu st@yahoo.co.in So far we have treated the testing of one-sided

Διαβάστε περισσότερα

Main source: "Discrete-time systems and computer control" by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1

Main source: Discrete-time systems and computer control by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1 Main source: "Discrete-time systems and computer control" by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1 A Brief History of Sampling Research 1915 - Edmund Taylor Whittaker (1873-1956) devised a

Διαβάστε περισσότερα

2 Composition. Invertible Mappings

2 Composition. Invertible Mappings Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan Composition. Invertible Mappings In this section we discuss two procedures for creating new mappings from old ones, namely,

Διαβάστε περισσότερα

5.4 The Poisson Distribution.

5.4 The Poisson Distribution. The worst thing you can do about a situation is nothing. Sr. O Shea Jackson 5.4 The Poisson Distribution. Description of the Poisson Distribution Discrete probability distribution. The random variable

Διαβάστε περισσότερα

Αλγόριθμοι και πολυπλοκότητα NP-Completeness (2)

Αλγόριθμοι και πολυπλοκότητα NP-Completeness (2) ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ Αλγόριθμοι και πολυπλοκότητα NP-Completeness (2) Ιωάννης Τόλλης Τμήμα Επιστήμης Υπολογιστών NP-Completeness (2) x 1 x 1 x 2 x 2 x 3 x 3 x 4 x 4 12 22 32 11 13 21

Διαβάστε περισσότερα

ΚΥΠΡΙΑΚΟΣ ΣΥΝΔΕΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY 21 ος ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ Δεύτερος Γύρος - 30 Μαρτίου 2011

ΚΥΠΡΙΑΚΟΣ ΣΥΝΔΕΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY 21 ος ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ Δεύτερος Γύρος - 30 Μαρτίου 2011 Διάρκεια Διαγωνισμού: 3 ώρες Απαντήστε όλες τις ερωτήσεις Μέγιστο Βάρος (20 Μονάδες) Δίνεται ένα σύνολο από N σφαιρίδια τα οποία δεν έχουν όλα το ίδιο βάρος μεταξύ τους και ένα κουτί που αντέχει μέχρι

Διαβάστε περισσότερα

Congruence Classes of Invertible Matrices of Order 3 over F 2

Congruence Classes of Invertible Matrices of Order 3 over F 2 International Journal of Algebra, Vol. 8, 24, no. 5, 239-246 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.2988/ija.24.422 Congruence Classes of Invertible Matrices of Order 3 over F 2 Ligong An and

Διαβάστε περισσότερα

Math 6 SL Probability Distributions Practice Test Mark Scheme

Math 6 SL Probability Distributions Practice Test Mark Scheme Math 6 SL Probability Distributions Practice Test Mark Scheme. (a) Note: Award A for vertical line to right of mean, A for shading to right of their vertical line. AA N (b) evidence of recognizing symmetry

Διαβάστε περισσότερα

Homomorphism in Intuitionistic Fuzzy Automata

Homomorphism in Intuitionistic Fuzzy Automata International Journal of Fuzzy Mathematics Systems. ISSN 2248-9940 Volume 3, Number 1 (2013), pp. 39-45 Research India Publications http://www.ripublication.com/ijfms.htm Homomorphism in Intuitionistic

Διαβάστε περισσότερα

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007 Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Αν κάπου κάνετε κάποιες υποθέσεις να αναφερθούν στη σχετική ερώτηση. Όλα τα αρχεία που αναφέρονται στα προβλήματα βρίσκονται στον ίδιο φάκελο με το εκτελέσιμο

Διαβάστε περισσότερα

Finite Field Problems: Solutions

Finite Field Problems: Solutions Finite Field Problems: Solutions 1. Let f = x 2 +1 Z 11 [x] and let F = Z 11 [x]/(f), a field. Let Solution: F =11 2 = 121, so F = 121 1 = 120. The possible orders are the divisors of 120. Solution: The

Διαβάστε περισσότερα

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8 questions or comments to Dan Fetter 1

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8  questions or comments to Dan Fetter 1 Eon : Fall 8 Suggested Solutions to Problem Set 8 Email questions or omments to Dan Fetter Problem. Let X be a salar with density f(x, θ) (θx + θ) [ x ] with θ. (a) Find the most powerful level α test

Διαβάστε περισσότερα

Abstract Storage Devices

Abstract Storage Devices Abstract Storage Devices Robert König Ueli Maurer Stefano Tessaro SOFSEM 2009 January 27, 2009 Outline 1. Motivation: Storage Devices 2. Abstract Storage Devices (ASD s) 3. Reducibility 4. Factoring ASD

Διαβάστε περισσότερα

ΕΙΣΑΓΩΓΗ ΣΤΗ ΣΤΑΤΙΣΤΙΚΗ ΑΝΑΛΥΣΗ

ΕΙΣΑΓΩΓΗ ΣΤΗ ΣΤΑΤΙΣΤΙΚΗ ΑΝΑΛΥΣΗ ΕΙΣΑΓΩΓΗ ΣΤΗ ΣΤΑΤΙΣΤΙΚΗ ΑΝΑΛΥΣΗ ΕΛΕΝΑ ΦΛΟΚΑ Επίκουρος Καθηγήτρια Τµήµα Φυσικής, Τοµέας Φυσικής Περιβάλλοντος- Μετεωρολογίας ΓΕΝΙΚΟΙ ΟΡΙΣΜΟΙ Πληθυσµός Σύνολο ατόµων ή αντικειµένων στα οποία αναφέρονται

Διαβάστε περισσότερα

New bounds for spherical two-distance sets and equiangular lines

New bounds for spherical two-distance sets and equiangular lines New bounds for spherical two-distance sets and equiangular lines Michigan State University Oct 8-31, 016 Anhui University Definition If X = {x 1, x,, x N } S n 1 (unit sphere in R n ) and x i, x j = a

Διαβάστε περισσότερα

ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΤΜΗΜΑ ΠΛΗΡΟΦΟΡΙΚΗΣ. ΕΠΛ342: Βάσεις Δεδομένων. Χειμερινό Εξάμηνο Φροντιστήριο 10 ΛΥΣΕΙΣ. Επερωτήσεις SQL

ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΤΜΗΜΑ ΠΛΗΡΟΦΟΡΙΚΗΣ. ΕΠΛ342: Βάσεις Δεδομένων. Χειμερινό Εξάμηνο Φροντιστήριο 10 ΛΥΣΕΙΣ. Επερωτήσεις SQL ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΤΜΗΜΑ ΠΛΗΡΟΦΟΡΙΚΗΣ ΕΠΛ342: Βάσεις Δεδομένων Χειμερινό Εξάμηνο 2013 Φροντιστήριο 10 ΛΥΣΕΙΣ Επερωτήσεις SQL Άσκηση 1 Για το ακόλουθο σχήμα Suppliers(sid, sname, address) Parts(pid, pname,

Διαβάστε περισσότερα

Reminders: linear functions

Reminders: linear functions Reminders: linear functions Let U and V be vector spaces over the same field F. Definition A function f : U V is linear if for every u 1, u 2 U, f (u 1 + u 2 ) = f (u 1 ) + f (u 2 ), and for every u U

Διαβάστε περισσότερα

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS CHAPTER 5 SOLVING EQUATIONS BY ITERATIVE METHODS EXERCISE 104 Page 8 1. Find the positive root of the equation x + 3x 5 = 0, correct to 3 significant figures, using the method of bisection. Let f(x) =

Διαβάστε περισσότερα

Cyclic or elementary abelian Covers of K 4

Cyclic or elementary abelian Covers of K 4 Cyclic or elementary abelian Covers of K 4 Yan-Quan Feng Mathematics, Beijing Jiaotong University Beijing 100044, P.R. China Summer School, Rogla, Slovenian 2011-06 Outline 1 Question 2 Main results 3

Διαβάστε περισσότερα

Πτυχιακή Εργασία Η ΠΟΙΟΤΗΤΑ ΖΩΗΣ ΤΩΝ ΑΣΘΕΝΩΝ ΜΕ ΣΤΗΘΑΓΧΗ

Πτυχιακή Εργασία Η ΠΟΙΟΤΗΤΑ ΖΩΗΣ ΤΩΝ ΑΣΘΕΝΩΝ ΜΕ ΣΤΗΘΑΓΧΗ ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΣΧΟΛΗ ΕΠΙΣΤΗΜΩΝ ΥΓΕΙΑΣ Πτυχιακή Εργασία Η ΠΟΙΟΤΗΤΑ ΖΩΗΣ ΤΩΝ ΑΣΘΕΝΩΝ ΜΕ ΣΤΗΘΑΓΧΗ Νικόλας Χριστοδούλου Λευκωσία, 2012 ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΣΧΟΛΗ ΕΠΙΣΤΗΜΩΝ ΥΓΕΙΑΣ

Διαβάστε περισσότερα

Matrices and vectors. Matrix and vector. a 11 a 12 a 1n a 21 a 22 a 2n A = b 1 b 2. b m. R m n, b = = ( a ij. a m1 a m2 a mn. def

Matrices and vectors. Matrix and vector. a 11 a 12 a 1n a 21 a 22 a 2n A = b 1 b 2. b m. R m n, b = = ( a ij. a m1 a m2 a mn. def Matrices and vectors Matrix and vector a 11 a 12 a 1n a 21 a 22 a 2n A = a m1 a m2 a mn def = ( a ij ) R m n, b = b 1 b 2 b m Rm Matrix and vectors in linear equations: example E 1 : x 1 + x 2 + 3x 4 =

Διαβάστε περισσότερα

Partial Differential Equations in Biology The boundary element method. March 26, 2013

Partial Differential Equations in Biology The boundary element method. March 26, 2013 The boundary element method March 26, 203 Introduction and notation The problem: u = f in D R d u = ϕ in Γ D u n = g on Γ N, where D = Γ D Γ N, Γ D Γ N = (possibly, Γ D = [Neumann problem] or Γ N = [Dirichlet

Διαβάστε περισσότερα

Distances in Sierpiński Triangle Graphs

Distances in Sierpiński Triangle Graphs Distances in Sierpiński Triangle Graphs Sara Sabrina Zemljič joint work with Andreas M. Hinz June 18th 2015 Motivation Sierpiński triangle introduced by Wac law Sierpiński in 1915. S. S. Zemljič 1 Motivation

Διαβάστε περισσότερα

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β 3.4 SUM AND DIFFERENCE FORMULAS Page Theorem cos(αβ cos α cos β -sin α cos(α-β cos α cos β sin α NOTE: cos(αβ cos α cos β cos(α-β cos α -cos β Proof of cos(α-β cos α cos β sin α Let s use a unit circle

Διαβάστε περισσότερα

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1 Conceptual Questions. State a Basic identity and then verify it. a) Identity: Solution: One identity is cscθ) = sinθ) Practice Exam b) Verification: Solution: Given the point of intersection x, y) of the

Διαβάστε περισσότερα

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 1 State vector space and the dual space Space of wavefunctions The space of wavefunctions is the set of all

Διαβάστε περισσότερα

The Simply Typed Lambda Calculus

The Simply Typed Lambda Calculus Type Inference Instead of writing type annotations, can we use an algorithm to infer what the type annotations should be? That depends on the type system. For simple type systems the answer is yes, and

Διαβάστε περισσότερα

ORDINAL ARITHMETIC JULIAN J. SCHLÖDER

ORDINAL ARITHMETIC JULIAN J. SCHLÖDER ORDINAL ARITHMETIC JULIAN J. SCHLÖDER Abstract. We define ordinal arithmetic and show laws of Left- Monotonicity, Associativity, Distributivity, some minor related properties and the Cantor Normal Form.

Διαβάστε περισσότερα

Uniform Convergence of Fourier Series Michael Taylor

Uniform Convergence of Fourier Series Michael Taylor Uniform Convergence of Fourier Series Michael Taylor Given f L 1 T 1 ), we consider the partial sums of the Fourier series of f: N 1) S N fθ) = ˆfk)e ikθ. k= N A calculation gives the Dirichlet formula

Διαβάστε περισσότερα

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =?

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =? Teko Classes IITJEE/AIEEE Maths by SUHAAG SIR, Bhopal, Ph (0755) 3 00 000 www.tekoclasses.com ANSWERSHEET (TOPIC DIFFERENTIAL CALCULUS) COLLECTION # Question Type A.Single Correct Type Q. (A) Sol least

Διαβάστε περισσότερα

Models for Probabilistic Programs with an Adversary

Models for Probabilistic Programs with an Adversary Models for Probabilistic Programs with an Adversary Robert Rand, Steve Zdancewic University of Pennsylvania Probabilistic Programming Semantics 2016 Interactive Proofs 2/47 Interactive Proofs 2/47 Interactive

Διαβάστε περισσότερα

Dynamic types, Lambda calculus machines Section and Practice Problems Apr 21 22, 2016

Dynamic types, Lambda calculus machines Section and Practice Problems Apr 21 22, 2016 Harvard School of Engineering and Applied Sciences CS 152: Programming Languages Dynamic types, Lambda calculus machines Apr 21 22, 2016 1 Dynamic types and contracts (a) To make sure you understand the

Διαβάστε περισσότερα

Statistics 104: Quantitative Methods for Economics Formula and Theorem Review

Statistics 104: Quantitative Methods for Economics Formula and Theorem Review Harvard College Statistics 104: Quantitative Methods for Economics Formula and Theorem Review Tommy MacWilliam, 13 tmacwilliam@college.harvard.edu March 10, 2011 Contents 1 Introduction to Data 5 1.1 Sample

Διαβάστε περισσότερα

Second Order RLC Filters

Second Order RLC Filters ECEN 60 Circuits/Electronics Spring 007-0-07 P. Mathys Second Order RLC Filters RLC Lowpass Filter A passive RLC lowpass filter (LPF) circuit is shown in the following schematic. R L C v O (t) Using phasor

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

Πρόβλημα 1: Αναζήτηση Ελάχιστης/Μέγιστης Τιμής

Πρόβλημα 1: Αναζήτηση Ελάχιστης/Μέγιστης Τιμής Πρόβλημα 1: Αναζήτηση Ελάχιστης/Μέγιστης Τιμής Να γραφεί πρόγραμμα το οποίο δέχεται ως είσοδο μια ακολουθία S από n (n 40) ακέραιους αριθμούς και επιστρέφει ως έξοδο δύο ακολουθίες από θετικούς ακέραιους

Διαβάστε περισσότερα

Assalamu `alaikum wr. wb.

Assalamu `alaikum wr. wb. LUMP SUM Assalamu `alaikum wr. wb. LUMP SUM Wassalamu alaikum wr. wb. Assalamu `alaikum wr. wb. LUMP SUM Wassalamu alaikum wr. wb. LUMP SUM Lump sum lump sum lump sum. lump sum fixed price lump sum lump

Διαβάστε περισσότερα

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018 Journal of rogressive Research in Mathematics(JRM) ISSN: 2395-028 SCITECH Volume 3, Issue 2 RESEARCH ORGANISATION ublished online: March 29, 208 Journal of rogressive Research in Mathematics www.scitecresearch.com/journals

Διαβάστε περισσότερα

CE 530 Molecular Simulation

CE 530 Molecular Simulation C 53 olecular Siulation Lecture Histogra Reweighting ethods David. Kofke Departent of Cheical ngineering SUNY uffalo kofke@eng.buffalo.edu Histogra Reweighting ethod to cobine results taken at different

Διαβάστε περισσότερα

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 6/5/2006

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 6/5/2006 Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Ολοι οι αριθμοί που αναφέρονται σε όλα τα ερωτήματα είναι μικρότεροι το 1000 εκτός αν ορίζεται διαφορετικά στη διατύπωση του προβλήματος. Διάρκεια: 3,5 ώρες Καλή

Διαβάστε περισσότερα

Lecture 2. Soundness and completeness of propositional logic

Lecture 2. Soundness and completeness of propositional logic Lecture 2 Soundness and completeness of propositional logic February 9, 2004 1 Overview Review of natural deduction. Soundness and completeness. Semantics of propositional formulas. Soundness proof. Completeness

Διαβάστε περισσότερα

Homework 3 Solutions

Homework 3 Solutions Homework 3 Solutions Igor Yanovsky (Math 151A TA) Problem 1: Compute the absolute error and relative error in approximations of p by p. (Use calculator!) a) p π, p 22/7; b) p π, p 3.141. Solution: For

Διαβάστε περισσότερα

Example Sheet 3 Solutions

Example Sheet 3 Solutions Example Sheet 3 Solutions. i Regular Sturm-Liouville. ii Singular Sturm-Liouville mixed boundary conditions. iii Not Sturm-Liouville ODE is not in Sturm-Liouville form. iv Regular Sturm-Liouville note

Διαβάστε περισσότερα

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

Chapter 6: Systems of Linear Differential. be continuous functions on the interval Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations

Διαβάστε περισσότερα

The challenges of non-stable predicates

The challenges of non-stable predicates The challenges of non-stable predicates Consider a non-stable predicate Φ encoding, say, a safety property. We want to determine whether Φ holds for our program. The challenges of non-stable predicates

Διαβάστε περισσότερα

Μηχανική Μάθηση Hypothesis Testing

Μηχανική Μάθηση Hypothesis Testing ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ Μηχανική Μάθηση Hypothesis Testing Γιώργος Μπορμπουδάκης Τμήμα Επιστήμης Υπολογιστών Procedure 1. Form the null (H 0 ) and alternative (H 1 ) hypothesis 2. Consider

Διαβάστε περισσότερα

Approximation of distance between locations on earth given by latitude and longitude

Approximation of distance between locations on earth given by latitude and longitude Approximation of distance between locations on earth given by latitude and longitude Jan Behrens 2012-12-31 In this paper we shall provide a method to approximate distances between two points on earth

Διαβάστε περισσότερα

Σχέσεις, Ιδιότητες, Κλειστότητες

Σχέσεις, Ιδιότητες, Κλειστότητες Σχέσεις, Ιδιότητες, Κλειστότητες Ορέστης Τελέλης telelis@unipi.gr Τµήµα Ψηφιακών Συστηµάτων, Πανεπιστήµιο Πειραιώς Ο. Τελέλης Πανεπιστήµιο Πειραιώς Σχέσεις 1 / 26 Εισαγωγή & Ορισµοί ιµελής Σχέση R από

Διαβάστε περισσότερα

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS EXERCISE 01 Page 545 1. Use matrices to solve: 3x + 4y x + 5y + 7 3x + 4y x + 5y 7 Hence, 3 4 x 0 5 y 7 The inverse of 3 4 5 is: 1 5 4 1 5 4 15 8 3

Διαβάστε περισσότερα

Homomorphism of Intuitionistic Fuzzy Groups

Homomorphism of Intuitionistic Fuzzy Groups International Mathematical Forum, Vol. 6, 20, no. 64, 369-378 Homomorphism o Intuitionistic Fuzz Groups P. K. Sharma Department o Mathematics, D..V. College Jalandhar Cit, Punjab, India pksharma@davjalandhar.com

Διαβάστε περισσότερα

derivation of the Laplacian from rectangular to spherical coordinates

derivation of the Laplacian from rectangular to spherical coordinates derivation of the Laplacian from rectangular to spherical coordinates swapnizzle 03-03- :5:43 We begin by recognizing the familiar conversion from rectangular to spherical coordinates (note that φ is used

Διαβάστε περισσότερα

Lecture 34 Bootstrap confidence intervals

Lecture 34 Bootstrap confidence intervals Lecture 34 Bootstrap confidence intervals Confidence Intervals θ: an unknown parameter of interest We want to find limits θ and θ such that Gt = P nˆθ θ t If G 1 1 α is known, then P θ θ = P θ θ = 1 α

Διαβάστε περισσότερα

Bounding Nonsplitting Enumeration Degrees

Bounding Nonsplitting Enumeration Degrees Bounding Nonsplitting Enumeration Degrees Thomas F. Kent Andrea Sorbi Università degli Studi di Siena Italia July 18, 2007 Goal: Introduce a form of Σ 0 2-permitting for the enumeration degrees. Till now,

Διαβάστε περισσότερα

Solutions to the Schrodinger equation atomic orbitals. Ψ 1 s Ψ 2 s Ψ 2 px Ψ 2 py Ψ 2 pz

Solutions to the Schrodinger equation atomic orbitals. Ψ 1 s Ψ 2 s Ψ 2 px Ψ 2 py Ψ 2 pz Solutions to the Schrodinger equation atomic orbitals Ψ 1 s Ψ 2 s Ψ 2 px Ψ 2 py Ψ 2 pz ybridization Valence Bond Approach to bonding sp 3 (Ψ 2 s + Ψ 2 px + Ψ 2 py + Ψ 2 pz) sp 2 (Ψ 2 s + Ψ 2 px + Ψ 2 py)

Διαβάστε περισσότερα

Commutative Monoids in Intuitionistic Fuzzy Sets

Commutative Monoids in Intuitionistic Fuzzy Sets Commutative Monoids in Intuitionistic Fuzzy Sets S K Mala #1, Dr. MM Shanmugapriya *2 1 PhD Scholar in Mathematics, Karpagam University, Coimbatore, Tamilnadu- 641021 Assistant Professor of Mathematics,

Διαβάστε περισσότερα

On a four-dimensional hyperbolic manifold with finite volume

On a four-dimensional hyperbolic manifold with finite volume BULETINUL ACADEMIEI DE ŞTIINŢE A REPUBLICII MOLDOVA. MATEMATICA Numbers 2(72) 3(73), 2013, Pages 80 89 ISSN 1024 7696 On a four-dimensional hyperbolic manifold with finite volume I.S.Gutsul Abstract. In

Διαβάστε περισσότερα

ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΤΜΗΜΑ ΟΔΟΝΤΙΑΤΡΙΚΗΣ ΕΡΓΑΣΤΗΡΙΟ ΟΔΟΝΤΙΚΗΣ ΚΑΙ ΑΝΩΤΕΡΑΣ ΠΡΟΣΘΕΤΙΚΗΣ

ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΤΜΗΜΑ ΟΔΟΝΤΙΑΤΡΙΚΗΣ ΕΡΓΑΣΤΗΡΙΟ ΟΔΟΝΤΙΚΗΣ ΚΑΙ ΑΝΩΤΕΡΑΣ ΠΡΟΣΘΕΤΙΚΗΣ ΑΡΙΣΤΟΤΕΛΕΙΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΘΕΣΣΑΛΟΝΙΚΗΣ ΤΜΗΜΑ ΟΔΟΝΤΙΑΤΡΙΚΗΣ ΕΡΓΑΣΤΗΡΙΟ ΟΔΟΝΤΙΚΗΣ ΚΑΙ ΑΝΩΤΕΡΑΣ ΠΡΟΣΘΕΤΙΚΗΣ ΣΥΓΚΡΙΤΙΚΗ ΜΕΛΕΤΗ ΤΗΣ ΣΥΓΚΡΑΤΗΤΙΚΗΣ ΙΚΑΝΟΤΗΤΑΣ ΟΡΙΣΜΕΝΩΝ ΠΡΟΚΑΤΑΣΚΕΥΑΣΜΕΝΩΝ ΣΥΝΔΕΣΜΩΝ ΑΚΡΙΒΕΙΑΣ

Διαβάστε περισσότερα

4.6 Autoregressive Moving Average Model ARMA(1,1)

4.6 Autoregressive Moving Average Model ARMA(1,1) 84 CHAPTER 4. STATIONARY TS MODELS 4.6 Autoregressive Moving Average Model ARMA(,) This section is an introduction to a wide class of models ARMA(p,q) which we will consider in more detail later in this

Διαβάστε περισσότερα

Right Rear Door. Let's now finish the door hinge saga with the right rear door

Right Rear Door. Let's now finish the door hinge saga with the right rear door Right Rear Door Let's now finish the door hinge saga with the right rear door You may have been already guessed my steps, so there is not much to describe in detail. Old upper one file:///c /Documents

Διαβάστε περισσότερα

Supplementary Materials for Evolutionary Multiobjective Optimization Based Multimodal Optimization: Fitness Landscape Approximation and Peak Detection

Supplementary Materials for Evolutionary Multiobjective Optimization Based Multimodal Optimization: Fitness Landscape Approximation and Peak Detection IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. XX, NO. X, XXXX XXXX Supplementary Materials for Evolutionary Multiobjective Optimization Based Multimodal Optimization: Fitness Landscape Approximation

Διαβάστε περισσότερα

A Note on Intuitionistic Fuzzy. Equivalence Relation

A Note on Intuitionistic Fuzzy. Equivalence Relation International Mathematical Forum, 5, 2010, no. 67, 3301-3307 A Note on Intuitionistic Fuzzy Equivalence Relation D. K. Basnet Dept. of Mathematics, Assam University Silchar-788011, Assam, India dkbasnet@rediffmail.com

Διαβάστε περισσότερα

Second Order Partial Differential Equations

Second Order Partial Differential Equations Chapter 7 Second Order Partial Differential Equations 7.1 Introduction A second order linear PDE in two independent variables (x, y Ω can be written as A(x, y u x + B(x, y u xy + C(x, y u u u + D(x, y

Διαβάστε περισσότερα

SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM

SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM Solutions to Question 1 a) The cumulative distribution function of T conditional on N n is Pr (T t N n) Pr (max (X 1,..., X N ) t N n) Pr (max

Διαβάστε περισσότερα

Problem Set 3: Solutions

Problem Set 3: Solutions CMPSCI 69GG Applied Information Theory Fall 006 Problem Set 3: Solutions. [Cover and Thomas 7.] a Define the following notation, C I p xx; Y max X; Y C I p xx; Ỹ max I X; Ỹ We would like to show that C

Διαβάστε περισσότερα

C.S. 430 Assignment 6, Sample Solutions

C.S. 430 Assignment 6, Sample Solutions C.S. 430 Assignment 6, Sample Solutions Paul Liu November 15, 2007 Note that these are sample solutions only; in many cases there were many acceptable answers. 1 Reynolds Problem 10.1 1.1 Normal-order

Διαβάστε περισσότερα

ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΣΧΟΛΗ ΓΕΩΠΟΝΙΚΩΝ ΕΠΙΣΤΗΜΩΝ ΒΙΟΤΕΧΝΟΛΟΓΙΑΣ ΚΑΙ ΕΠΙΣΤΗΜΗΣ ΤΡΟΦΙΜΩΝ. Πτυχιακή εργασία

ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΣΧΟΛΗ ΓΕΩΠΟΝΙΚΩΝ ΕΠΙΣΤΗΜΩΝ ΒΙΟΤΕΧΝΟΛΟΓΙΑΣ ΚΑΙ ΕΠΙΣΤΗΜΗΣ ΤΡΟΦΙΜΩΝ. Πτυχιακή εργασία ΤΕΧΝΟΛΟΓΙΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΣΧΟΛΗ ΓΕΩΠΟΝΙΚΩΝ ΕΠΙΣΤΗΜΩΝ ΒΙΟΤΕΧΝΟΛΟΓΙΑΣ ΚΑΙ ΕΠΙΣΤΗΜΗΣ ΤΡΟΦΙΜΩΝ Πτυχιακή εργασία ΜΕΛΕΤΗ ΠΟΛΥΦΑΙΝΟΛΩΝ ΚΑΙ ΑΝΤΙΟΞΕΙΔΩΤΙΚΗΣ ΙΚΑΝΟΤΗΤΑΣ ΣΟΚΟΛΑΤΑΣ Αναστασία Σιάντωνα Λεμεσός

Διαβάστε περισσότερα

VBA ΣΤΟ WORD. 1. Συχνά, όταν ήθελα να δώσω ένα φυλλάδιο εργασίας με ασκήσεις στους μαθητές έκανα το εξής: Version 25-7-2015 ΗΜΙΤΕΛΗΣ!!!!

VBA ΣΤΟ WORD. 1. Συχνά, όταν ήθελα να δώσω ένα φυλλάδιο εργασίας με ασκήσεις στους μαθητές έκανα το εξής: Version 25-7-2015 ΗΜΙΤΕΛΗΣ!!!! VBA ΣΤΟ WORD Version 25-7-2015 ΗΜΙΤΕΛΗΣ!!!! Μου παρουσιάστηκαν δύο θέματα. 1. Συχνά, όταν ήθελα να δώσω ένα φυλλάδιο εργασίας με ασκήσεις στους μαθητές έκανα το εξής: Εγραφα σε ένα αρχείο του Word τις

Διαβάστε περισσότερα

The Probabilistic Method - Probabilistic Techniques. Lecture 7: The Janson Inequality

The Probabilistic Method - Probabilistic Techniques. Lecture 7: The Janson Inequality The Probabilistic Method - Probabilistic Techniques Lecture 7: The Janson Inequality Sotiris Nikoletseas Associate Professor Computer Engineering and Informatics Department 2014-2015 Sotiris Nikoletseas,

Διαβάστε περισσότερα

6.1. Dirac Equation. Hamiltonian. Dirac Eq.

6.1. Dirac Equation. Hamiltonian. Dirac Eq. 6.1. Dirac Equation Ref: M.Kaku, Quantum Field Theory, Oxford Univ Press (1993) η μν = η μν = diag(1, -1, -1, -1) p 0 = p 0 p = p i = -p i p μ p μ = p 0 p 0 + p i p i = E c 2 - p 2 = (m c) 2 H = c p 2

Διαβάστε περισσότερα

Iterated trilinear fourier integrals with arbitrary symbols

Iterated trilinear fourier integrals with arbitrary symbols Cornell University ICM 04, Satellite Conference in Harmonic Analysis, Chosun University, Gwangju, Korea August 6, 04 Motivation the Coifman-Meyer theorem with classical paraproduct(979) B(f, f )(x) :=

Διαβάστε περισσότερα

Εργαστήριο Ανάπτυξης Εφαρμογών Βάσεων Δεδομένων. Εξάμηνο 7 ο

Εργαστήριο Ανάπτυξης Εφαρμογών Βάσεων Δεδομένων. Εξάμηνο 7 ο Εργαστήριο Ανάπτυξης Εφαρμογών Βάσεων Δεδομένων Εξάμηνο 7 ο Procedures and Functions Stored procedures and functions are named blocks of code that enable you to group and organize a series of SQL and PL/SQL

Διαβάστε περισσότερα

þÿ Ç»¹º ³µÃ ± : Ãż²» Ä Â

þÿ Ç»¹º ³µÃ ± : Ãż²» Ä Â Neapolis University HEPHAESTUS Repository School of Economic Sciences and Business http://hephaestus.nup.ac.cy Master Degree Thesis 2015 þÿ Ç»¹º ³µÃ ± : Ãż²» Ä Â þÿãå½±¹ã ¼±Ä¹º  ½ ¼ Ãͽ  þÿ±à ĵ»µÃ¼±Ä¹º

Διαβάστε περισσότερα

SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM

SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM Solutions to Question 1 a) The cumulative distribution function of T conditional on N n is Pr T t N n) Pr max X 1,..., X N ) t N n) Pr max

Διαβάστε περισσότερα

Matrices and Determinants

Matrices and Determinants Matrices and Determinants SUBJECTIVE PROBLEMS: Q 1. For what value of k do the following system of equations possess a non-trivial (i.e., not all zero) solution over the set of rationals Q? x + ky + 3z

Διαβάστε περισσότερα

Section 8.3 Trigonometric Equations

Section 8.3 Trigonometric Equations 99 Section 8. Trigonometric Equations Objective 1: Solve Equations Involving One Trigonometric Function. In this section and the next, we will exple how to solving equations involving trigonometric functions.

Διαβάστε περισσότερα

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- -----------------

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- ----------------- Inverse trigonometric functions & General Solution of Trigonometric Equations. 1. Sin ( ) = a) b) c) d) Ans b. Solution : Method 1. Ans a: 17 > 1 a) is rejected. w.k.t Sin ( sin ) = d is rejected. If sin

Διαβάστε περισσότερα

Τ.Ε.Ι. ΔΥΤΙΚΗΣ ΜΑΚΕΔΟΝΙΑΣ ΠΑΡΑΡΤΗΜΑ ΚΑΣΤΟΡΙΑΣ ΤΜΗΜΑ ΔΗΜΟΣΙΩΝ ΣΧΕΣΕΩΝ & ΕΠΙΚΟΙΝΩΝΙΑΣ

Τ.Ε.Ι. ΔΥΤΙΚΗΣ ΜΑΚΕΔΟΝΙΑΣ ΠΑΡΑΡΤΗΜΑ ΚΑΣΤΟΡΙΑΣ ΤΜΗΜΑ ΔΗΜΟΣΙΩΝ ΣΧΕΣΕΩΝ & ΕΠΙΚΟΙΝΩΝΙΑΣ Τ.Ε.Ι. ΔΥΤΙΚΗΣ ΜΑΚΕΔΟΝΙΑΣ ΠΑΡΑΡΤΗΜΑ ΚΑΣΤΟΡΙΑΣ ΤΜΗΜΑ ΔΗΜΟΣΙΩΝ ΣΧΕΣΕΩΝ & ΕΠΙΚΟΙΝΩΝΙΑΣ ΠΤΥΧΙΑΚΗ ΕΡΓΑΣΙΑ Η προβολή επιστημονικών θεμάτων από τα ελληνικά ΜΜΕ : Η κάλυψή τους στον ελληνικό ημερήσιο τύπο Σαραλιώτου

Διαβάστε περισσότερα

Solutions to Exercise Sheet 5

Solutions to Exercise Sheet 5 Solutions to Eercise Sheet 5 jacques@ucsd.edu. Let X and Y be random variables with joint pdf f(, y) = 3y( + y) where and y. Determine each of the following probabilities. Solutions. a. P (X ). b. P (X

Διαβάστε περισσότερα

EPL 603 TOPICS IN SOFTWARE ENGINEERING. Lab 5: Component Adaptation Environment (COPE)

EPL 603 TOPICS IN SOFTWARE ENGINEERING. Lab 5: Component Adaptation Environment (COPE) EPL 603 TOPICS IN SOFTWARE ENGINEERING Lab 5: Component Adaptation Environment (COPE) Performing Static Analysis 1 Class Name: The fully qualified name of the specific class Type: The type of the class

Διαβάστε περισσότερα

Heisenberg Uniqueness pairs

Heisenberg Uniqueness pairs Heisenberg Uniqueness pairs Philippe Jaming Bordeaux Fourier Workshop 2013, Renyi Institute Joint work with K. Kellay Heisenberg Uniqueness Pairs µ : finite measure on R 2 µ(x, y) = R 2 e i(sx+ty) dµ(s,

Διαβάστε περισσότερα

ΑΛΓΟΡΙΘΜΟΙ Άνοιξη I. ΜΗΛΗΣ

ΑΛΓΟΡΙΘΜΟΙ  Άνοιξη I. ΜΗΛΗΣ ΑΛΓΟΡΙΘΜΟΙ http://eclass.aueb.gr/courses/inf6/ Άνοιξη 26 - I. ΜΗΛΗΣ NP-complete προβλήματα ΑΛΓΟΡΙΘΜΟΙ - ΑΝΟΙΞΗ 26 - Ι. ΜΗΛΗΣ 6 NP-COMPLETENESS II Tree of reductions (partial) Cook s Th. Π NP SAT 3-SAT

Διαβάστε περισσότερα

Statistics & Research methods. Athanasios Papaioannou University of Thessaly Dept. of PE & Sport Science

Statistics & Research methods. Athanasios Papaioannou University of Thessaly Dept. of PE & Sport Science Statistics & Research methods Athanasios Papaioannou University of Thessaly Dept. of PE & Sport Science 30 25 1,65 20 1,66 15 10 5 1,67 1,68 Κανονική 0 Height 1,69 Καμπύλη Κανονική Διακύμανση & Ζ-scores

Διαβάστε περισσότερα

Higher Derivative Gravity Theories

Higher Derivative Gravity Theories Higher Derivative Gravity Theories Black Holes in AdS space-times James Mashiyane Supervisor: Prof Kevin Goldstein University of the Witwatersrand Second Mandelstam, 20 January 2018 James Mashiyane WITS)

Διαβάστε περισσότερα

ΑΓΓΛΙΚΑ Ι. Ενότητα 7α: Impact of the Internet on Economic Education. Ζωή Κανταρίδου Τμήμα Εφαρμοσμένης Πληροφορικής

ΑΓΓΛΙΚΑ Ι. Ενότητα 7α: Impact of the Internet on Economic Education. Ζωή Κανταρίδου Τμήμα Εφαρμοσμένης Πληροφορικής Ενότητα 7α: Impact of the Internet on Economic Education Τμήμα Εφαρμοσμένης Πληροφορικής Άδειες Χρήσης Το παρόν εκπαιδευτικό υλικό υπόκειται σε άδειες χρήσης Creative Commons. Για εκπαιδευτικό υλικό, όπως

Διαβάστε περισσότερα

ΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ. ΘΕΜΑ: «ιερεύνηση της σχέσης µεταξύ φωνηµικής επίγνωσης και ορθογραφικής δεξιότητας σε παιδιά προσχολικής ηλικίας»

ΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ. ΘΕΜΑ: «ιερεύνηση της σχέσης µεταξύ φωνηµικής επίγνωσης και ορθογραφικής δεξιότητας σε παιδιά προσχολικής ηλικίας» ΠΑΝΕΠΙΣΤΗΜΙΟ ΑΙΓΑΙΟΥ ΣΧΟΛΗ ΑΝΘΡΩΠΙΣΤΙΚΩΝ ΕΠΙΣΤΗΜΩΝ ΤΜΗΜΑ ΕΠΙΣΤΗΜΩΝ ΤΗΣ ΠΡΟΣΧΟΛΙΚΗΣ ΑΓΩΓΗΣ ΚΑΙ ΤΟΥ ΕΚΠΑΙ ΕΥΤΙΚΟΥ ΣΧΕ ΙΑΣΜΟΥ «ΠΑΙ ΙΚΟ ΒΙΒΛΙΟ ΚΑΙ ΠΑΙ ΑΓΩΓΙΚΟ ΥΛΙΚΟ» ΙΠΛΩΜΑΤΙΚΗ ΕΡΓΑΣΙΑ που εκπονήθηκε για τη

Διαβάστε περισσότερα