Θεωρία Πληροφορίας και Κωδίκων

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

Download "Θεωρία Πληροφορίας και Κωδίκων"

Transcript

1 Θεωρία Πληροφορίας και Κωδίκων Δρ. Νικόλαος Κολοκοτρώνης Λέκτορας Πανεπιστήμιο Πελοποννήσου Τμήμα Επιστήμης και Τεχνολογίας Υπολογιστών Τέρμα Οδού Καραϊσκάκη, Τρίπολη E mail: nkolok@uop.gr Web: Ενότητα 2 η : εισαγωγή στη θεωρία κωδίκων

2 εισαγωγή γρ. κώδικες κλάσεις σύνοψη. Περιεχόμενα Ομιλίας.1.. Ορισμός του προβλήματος.2.. Εισαγωγή σε γραμμικούς τμηματικούς κώδικες Τι είναι γραμμικός κώδικας? Σύνδρομα και ανίχνευση σφαλμάτων Διορθωτική ικανότητα κώδικα Λανθασμένη αποκωδικοποίηση? Μέθοδοι τυπικής αποκωδικοποίησης.3.. Κατηγορίες απλών κωδίκων.4.. Σύνοψη & βιβλιογραφία 2 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

3 εισαγωγή γρ. κώδικες κλάσεις σύνοψη Πρόβλημα Αξιόπιστης Επικοινωνίας Example ( Binary Symmetric Channel BSC) Given input v = (v 0 v n 1 ), the output r = (r 0 r n 1 ) satis ies r i v i with probability p r i = v i with probability 1 p 1 p 0 0 p p p i = 0,..., n 1 and 0 p 1; what happens if p = 1 2? 3 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

4 Τμηματικοί Κώδικες Let the output of the source be a sequence over F 2 = {0, 1}. In block coding: a sequence is segmented into blocks u of ixed length k the encoder transforms each u into an n-tuple v with n > k there should be 1 1 correspondence between u and v Important things to remember: the set C = {v F n 2 : v = f(u), u F k 2} is a (n, k) block code 2 k different codewords v of length n 2 k different message blocks u of length k Unless f : F k 2 F n 2 has a certain special structure, encoding/decoding will be prohibitively complex for large k, n. 4 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

5 Ορισμός Γρ. Τμηματικών Κωδίκων We restrict our attention to linear block codes that can be mechanized in a practical manner Definition A block code C of length n and 2 k codewords is a linear (n, k) code if and only if its codewords form a k dimensional subspace of F n 2. Q: What does this imply? the modulo 2 sum of two codewords is also a codeword it is possible to ind k LI codewords g 0,..., g k 1 of C such that v = u 0 g u k 1 g k 1, v C (1) where u i F 2 5 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

6 Ορισμός Γρ. Τμηματικών Κωδίκων (συν.) if we write (1) in matrix formulation, we get that v = u g 0.. g k 1 v = u G, v C (2) where u = (u 0 u k 1 ) and G is the k n matrix G = g 0. g k 1 g 0,0 g 0,1 g 0,n 1 =... g k 1,0 g k 1,1 g k 1,n 1 the rows of G generate or span the entire (n, k) linear code C G is called a generator matrix for C the encoder only stores the rows of G to process the input u 6 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

7 Παράδειγμα (7, 4) Κώδικα An (7, 4) linear code C is given by message u codeword v (0000) ( ) (1000) ( ) (0100) ( ) (1100) ( ) (0010) ( ) (1010) ( ) (0110) ( ) (1110) ( ) (0001) ( ) (1001) ( ) (0101) ( ) (1101) ( ) (0011) ( ) (1011) ( ) (0111) ( ) (1111) ( ) The codewords marked with are LI; so the matrix G = is a generator matrix for the (7, 4) linear code C Q: Did you notice any structure in C and G? the right part of v C equals u the right part of G equals I 4 7 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

8 Συστηματικοί Κώδικες The above structure, according to which a codeword is divided into two parts (the message part and the redundant checking part), is desirable Definition A linear block code is called a (n, k) linear systematic block code if the message part consists of the k information digits (unaltered) the redundant checking part consists of n k parity check digits (linear sums of the information digits) Then, we can write G = ( P I k ) where P is an k n k matrix, and v = u G = u (P I k ) = ( u P u Ik ) = ( u P u ) The n k equations u P are the parity check equations of the code C 8 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

9 Κύκλωμα Κωδικοποίησης (n, k) Κώδικα Hence, we have v j = u p t j = k 1 i=0 u i p ij, for all 0 j < n k, which leads to the encoding circuit The encoding complexity is Θ(n), that is linearly proportional to n 9 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

10 Πίνακας Ισοτιμίας Another useful matrix associated with the (n, k) code C is an n k n matrix H called parity check matrix Proposition If C is the (n, k) code generated by G, then v C if and only if Due to the way H is constructed: v H t = 0, v C. (3) the rows of H are LI, that is, rank(h) = n k every vector in the row space of G is orthogonal to the rows of H the code C coincides with the null space of H 10 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

11 Πίνακας Ισοτιμίας (συν.) From (2) and (3) we have (u G) H t = 0 for all u F k 2, which leads to If G = ( P I k ), then H = ( In k P t) Definition ( dual code) G H t = 0. (4) The (n, n k) linear block code generated by (the rows of) H is called the dual code of C and is denoted by C From (4) we obtain (u G) (ũ H) t = 0 for all u F k 2, ũ F n k 2 ; hence: Proposition Let C and C be (n, k) and (n, n k) linear block codes respectively; then C = C if and only if v ṽ t = 0, v C and ṽ C. 11 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

12 . Παράδειγμα (7, 4) Κώδικα (συν.) The parity check matrix (generator matrix of C ) of the (7, 4) linear block code C is given by H = G = The encoding circuit is shown below 12 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

13 Τρόπος Υπολογισμού Συνδρόμου because of the channel noise r v; the vector e = r + v is called error vector the 1 s in e correspond to transmission errors to detect the presence of errors the decoder computes s = r H t (5) which is called the syndrome of r s = 0 if and only if r C (and s 0 if and only if r / C ) if r v and e C, then the error cannot be detected! these error patterns are called undetectable error patterns 2 k 1 undetectable error patterns in this case, the decoder performs a decoding error 13 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

14 Τρόπος Υπολογισμού Συνδρόμου (συν.) Proposition The syndrome s computed via (5) depends only on e, that is s = e H t Proof s = r H t = (v + e) H t = v H t + e H t = e H t Important things to remember: if H = ( I n k P t), then we just have s = r par + r inf P inding the error e from s = e H t is not that simple 2 k different solutions! the decoder tries to ind the most probable error pattern in order to minimize the probability of decoding error this usually leads to assuming a low weight error pattern 14 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

15 Κύκλωμα Υπολογισμού Συνδρόμου (n, k) Κώδικα If C is a systematic (n, k) linear block code, then H = ( I n k syndrome computation circuit is P t) and its due to the above analysis 15 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

16 Παράδειγμα (7, 4) Κώδικα (συν.) Let v = ( ) and r = ( ); then, the receiver computes s = r H t = (111) via the circuit If the channel is a BSC, e = ( ) is the most probable error vector satisfying the preceding equations (has the smallest weight). So, we let v = r + e = ( ) 16 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

17 Ελάχιστη Απόσταση Κώδικα Notation the Hamming weight of vector v F n 2 is de ined as wt(v) = #{0 i < n : v i 0} the Hamming distance of vectors v, w F n 2 is d(v, w) = #{0 i < n : v i w i } = #{0 i < n : v i + w i 0} = wt(v + w) Definition The minimum distance of C, denoted by d min, is de ined as d min = min{d(v, w) : v, w C and v w} 17 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

18 Ελάχιστη Απόσταση Κώδικα (συν.) Theorem If C is a linear block code, then d min = min{wt(v) : v C and v 0} Theorem If C is a linear block code, and v C is such that wt(v) = l, then there exist l columns of H the sum up to 0 (hint: v H t = 0 v C ) Corollary Let C be a linear block code with parity check matrix H if no d 1 or fewer columns of H add to 0, the code has minimum weight at least d the minimum weight (or minimum distance) of C is equal to the smallest number of columns of C that sum to 0 18 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

19 Κατανομή Βάρους Κωδικών Λέξεων Let C be an (n, k) linear code, and de ine the numbers A i = #{v C : wt(v) = i}, 0 i n. (6) Then {A 0,..., A n } is called the weight distribution of C. It may also be represented in polynomial form as follows A(z) = A 0 + A 1 z + + A n z n = n A i z i. A(z) is called the weight enumerator for the (n, k) linear code C. i=0 The weight enumerator B(z) of the dual C satis ies A(z) = 2 (n k)( 1 + z ) ( ) n 1 z B 1 + z which is well known as the MacWilliams identity. (7) 19 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

20 Παράδειγμα (7, 4) Κώδικα (συν.) An (7, 4) linear code C is given by message u codeword v (0000) ( ) (1000) ( ) (0100) ( ) (1100) ( ) (0010) ( ) (1010) ( ) (0110) ( ) (1110) ( ) (0001) ( ) (1001) ( ) (0101) ( ) (1101) ( ) (0011) ( ) (1011) ( ) (0111) ( ) (1111) ( ) The weight distribution of C is A 0 = 1 A 1 = A 2 = 0 A 3 = A 4 = 7 A 5 = A 6 = 0 A 7 = 1 or equivalently A(z) = 1 + 7z 3 + 7z 4 + z 7 as a polynomial d min = 3 20 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

21 Ανιχνευτική Ικανότητα Κώδικα Any pair of codewords of an (n, k) block code C differs in at least d min places. Therefore: error patterns e such that wt(e) = l < d min cannot change v into another codeword r these are called detectable error patterns ( 2 n 2 k ) Property ( error detection) The random error detecting capability of a block code with minimum distance d min is d min 1 Error patterns e that can be detected: all e with wt(e) < d min many e with wt(e) d min 21 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

22 Διορθωτική Ικανότητα Κώδικα Any pair of codewords of an (n, k) block code C differs in at least d min places. Therefore: a received word satis ies d(r, v) + d(r, w) d(v, w) d min correct decoding is performed if d(r, v) < d(r, w), w C with w v (assuming v was transmitted) Property ( error correction) The random error correcting capability of a block code with minimum distance d min is t = (d min 1)/2 Error patterns e that can be corrected: all e with wt(e) t many e with wt(e) > t (a total of 2 n k ) 22 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

23 Πιθανότητα Μη Ανιχνεύσιμου Σφάλματος The probability of an undetected error Pr u (E) occurs only when the error pattern e is identical to a codeword of C = C \ {0}; hence Pr u (E) = Pr ( e C ) = = v C Pr ( e = v ) n A i p i( 1 p ) n i ( ) n = 1 p i=1 n ( p A i 1 p i=1 ) i from which we conclude that Pr u (E) = ( 1 p ) n [ ( p ) ] A 1 1 p (8) where p is the transition probability of the BSC 23 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

24 Πιθανότητα Μη Ανιχνεύσιμου Σφάλματος (συν.) Proposition It holds E C [Pr u (E)] 2 (n k)[ 1 (1 p) n ] Proof Let C be the ensemble of all systematic (n, k) linear block codes; if the code C C is chosen uniformly at random, then E C [Pr u (E)] = n Pr(C ) Pr u (E C ) = p i( 1 p ) n i 1 C C C i=1 n ( ) n 2 (n k) p i( 1 p ) n i i i=1 C C A C i which concludes our proof Since [ 1 (1 p) n ] 1, we also have E C [Pr u (E)] 2 (n k) 24 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

25 Μέθοδος Αποκωδικοποίησης Definition ( decoding) A decoding scheme is a rule to partition the 2 n possible received vectors r into 2 k disjoint subsets D 1,..., D 2 k, so that if r D i r v i where v i C is the only one codeword contained in the subset D i, for 1 i 2 k Solution (standard array: D i = v i + D 1 ) e 1 = 0 = v 1 v 2 v 2 k e 2 e 2 + v 2 e 2 + v 2 k. e 2 n k.. e 2 n k + v 2 e 2 n k + v 2 k 25 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

26 Μέθοδος Αποκωδικοποίησης (συν.) The decoding based on the standard array is the minimum distance decoding (i.e., the maximum likelihood decoding) Theorem All the 2 k n tuples of a coset have the same syndrome; the syndromes for different cosets are different Algorithm ( syndrome decoding or table lookup decoding) compute the syndrome r H t of r locate the coset leader e l whose syndrome is equal to r H t then el is assumed to be the error pattern caused by the channel decode the received vector r into the codeword v = r + e l 26 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

27 Κύκλωμα Αποκωδικοποίησης (n, k) Κώδικα 27 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

28 Παράδειγμα (7, 4) Κώδικα (συν.) The systematic (7, 4) linear block code C of our example has the following standard array ( ): e v 0 v 1 v 14 v 15 s ( ) ( ) ( ) ( ) ( ) (000) ( ) ( ) ( ) ( ) ( ) (100) ( ) ( ) ( ) ( ) ( ) (010) ( ) ( ) ( ) ( ) ( ) (001) ( ) ( ) ( ) ( ) ( ) (110) ( ) ( ) ( ) ( ) ( ) (011) ( ) ( ) ( ) ( ) ( ) (111) ( ) ( ) ( ) ( ) ( ) (101) The number of correctable errors (due to d min = 3) equals the total number of correctable errors (given by 2 n k ): ( 70 ) + ( 71 ) = = 8 28 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

29 Παράδειγμα (7, 4) Κώδικα (συν.) The decoding circuit for the systematic (7, 4) linear block code C will be e 0 = s 0 s 1 s 2, e 1 = s 0 s 1 s 2, e 2 = s 0 s 1 s 2, e 3 = s 0 s 1 s 2, e 4 = s 0 s 1 s 2, e 5 = s 0 s 1 s 2, e 6 = s 0 s 1 s / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

30 Πιθανότητα Λανθασμένης Αποκωδικοποίησης For any t error correcting block code C, the probability Pr(E) that the decoder commits an erroneous decoding is upper bounded by Pr(E) Pr ( wt(e) > t ) = = n i=t+1 n i=t+1 Pr ( wt(e) = i ) ( ) n p i( 1 p ) n i. (9) i An alternative formula is derived if the weights of the coset leaders are known; indeed, if {a 0,..., a n } is the weight distribution, then n Pr(E) = 1 a i p i( 1 p ) n i i=0 (10) where p is the transition probability of the BSC 30 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

31 εισαγωγή γρ. κώδικες κλάσεις σύνοψη Κώδικες Απλής Ισοτιμίας Definition A single parity check (SPC) code C is an (n, n 1) linear block code with one parity check digit Property generator matrix G = ( 1 t n 1 I n 1 ) parity check matrix H = ( 1 1 n 1 ) minimum distance d min = 2 (all codewords have even weight) rate R = 1 1/n Can only be used for simple error detection; errors of even weight are not detectable 31 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

32 εισαγωγή γρ. κώδικες κλάσεις σύνοψη Κώδικες Επανάληψης Definition A repetition code C of length n is an (n, 1) linear block code with two codewords: 0 n and 1 n Property generator matrix G = ( 1 n 1 1 ) parity check matrix H = ( I n 1 ) 1 t n 1 minimum distance d min = n (usually choose n odd) rate R = 1/n It is the dual of the (n, n 1) SPC code 32 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

33 εισαγωγή γρ. κώδικες κλάσεις σύνοψη Αυτο Δυϊκοί Κώδικες Definition An (n, k) linear block code C is self dual if and only if C = C Property generator matrix G = ( ) P I n/2 parity check matrix H = ( I n/2 P t) we have G G t = 0, and for systematic codes P P t = I n/2 rate R = 1/2 n must be even, since k = n k k = n/2 33 / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

34 εισαγωγή γρ. κώδικες κλάσεις σύνοψη Προτεινόμενη Βιβλιογραφία T. M. Cover and J. A. Thomas Elements of Information Theory John Wiley & Sons, 2006 R. Gallager Information Theory and Reliable Communication John Wiley & Sons, 1968 S. Lin and D. Costello Error Control Coding, 2nd ed. Prentice Hall, / 34 Δρ. Νικόλαος Κολοκοτρώνης Θεωρία Πληροφορίας και Κωδίκων ( Προπτυχιακό )

Θεωρία Πληροφορίας και Κωδίκων

Θεωρία Πληροφορίας και Κωδίκων Θεωρία Πληροφορίας και Κωδίκων Δρ. Νικόλαος Κολοκοτρώνης Λέκτορας Πανεπιστήμιο Πελοποννήσου Τμήμα Επιστήμης και Τεχνολογίας Υπολογιστών Τέρμα Οδού Καραϊσκάκη, 22100 Τρίπολη E mail: nkolok@uop.gr Web: http://www.uop.gr/~nkolok/

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

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

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

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,

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

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

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

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

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

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

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 :

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

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

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

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

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

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

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

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

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

Numerical Analysis FMN011

Numerical Analysis FMN011 Numerical Analysis FMN011 Carmen Arévalo Lund University carmen@maths.lth.se Lecture 12 Periodic data A function g has period P if g(x + P ) = g(x) Model: Trigonometric polynomial of order M T M (x) =

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

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 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

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

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

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

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

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

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)

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

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

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

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

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

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

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

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

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

w o = R 1 p. (1) R = p =. = 1

w o = R 1 p. (1) R = p =. = 1 Πανεπιστήµιο Κρήτης - Τµήµα Επιστήµης Υπολογιστών ΗΥ-570: Στατιστική Επεξεργασία Σήµατος 205 ιδάσκων : Α. Μουχτάρης Τριτη Σειρά Ασκήσεων Λύσεις Ασκηση 3. 5.2 (a) From the Wiener-Hopf equation we have:

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

2. Let H 1 and H 2 be Hilbert spaces and let T : H 1 H 2 be a bounded linear operator. Prove that [T (H 1 )] = N (T ). (6p)

2. Let H 1 and H 2 be Hilbert spaces and let T : H 1 H 2 be a bounded linear operator. Prove that [T (H 1 )] = N (T ). (6p) Uppsala Universitet Matematiska Institutionen Andreas Strömbergsson Prov i matematik Funktionalanalys Kurs: F3B, F4Sy, NVP 2005-03-08 Skrivtid: 9 14 Tillåtna hjälpmedel: Manuella skrivdon, Kreyszigs bok

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

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

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

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

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

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

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

TMA4115 Matematikk 3

TMA4115 Matematikk 3 TMA4115 Matematikk 3 Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet Trondheim Spring 2010 Lecture 12: Mathematics Marvellous Matrices Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet

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

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

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

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

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

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

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

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) =

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

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

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

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

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

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

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

Math221: HW# 1 solutions

Math221: HW# 1 solutions Math: HW# solutions Andy Royston October, 5 7.5.7, 3 rd Ed. We have a n = b n = a = fxdx = xdx =, x cos nxdx = x sin nx n sin nxdx n = cos nx n = n n, x sin nxdx = x cos nx n + cos nxdx n cos n = + sin

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

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

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

6.3 Forecasting ARMA processes

6.3 Forecasting ARMA processes 122 CHAPTER 6. ARMA MODELS 6.3 Forecasting ARMA processes The purpose of forecasting is to predict future values of a TS based on the data collected to the present. In this section we will discuss a linear

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

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

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

Block Ciphers Modes. Ramki Thurimella

Block Ciphers Modes. Ramki Thurimella Block Ciphers Modes Ramki Thurimella Only Encryption I.e. messages could be modified Should not assume that nonsensical messages do no harm Always must be combined with authentication 2 Padding Must be

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

Concrete Mathematics Exercises from 30 September 2016

Concrete Mathematics Exercises from 30 September 2016 Concrete Mathematics Exercises from 30 September 2016 Silvio Capobianco Exercise 1.7 Let H(n) = J(n + 1) J(n). Equation (1.8) tells us that H(2n) = 2, and H(2n+1) = J(2n+2) J(2n+1) = (2J(n+1) 1) (2J(n)+1)

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

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

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

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

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

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

Elements of Information Theory

Elements of Information Theory Elements of Information Theory Model of Digital Communications System A Logarithmic Measure for Information Mutual Information Units of Information Self-Information News... Example Information Measure

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

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

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

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

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

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

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

Tridiagonal matrices. Gérard MEURANT. October, 2008

Tridiagonal matrices. Gérard MEURANT. October, 2008 Tridiagonal matrices Gérard MEURANT October, 2008 1 Similarity 2 Cholesy factorizations 3 Eigenvalues 4 Inverse Similarity Let α 1 ω 1 β 1 α 2 ω 2 T =......... β 2 α 1 ω 1 β 1 α and β i ω i, i = 1,...,

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

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

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

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

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch:

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch: HOMEWORK 4 Problem a For the fast loading case, we want to derive the relationship between P zz and λ z. We know that the nominal stress is expressed as: P zz = ψ λ z where λ z = λ λ z. Therefore, applying

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

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

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

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

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

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

PARTIAL NOTES for 6.1 Trigonometric Identities

PARTIAL NOTES for 6.1 Trigonometric Identities PARTIAL NOTES for 6.1 Trigonometric Identities tanθ = sinθ cosθ cotθ = cosθ sinθ BASIC IDENTITIES cscθ = 1 sinθ secθ = 1 cosθ cotθ = 1 tanθ PYTHAGOREAN IDENTITIES sin θ + cos θ =1 tan θ +1= sec θ 1 + cot

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

( ) 2 and compare to M.

( ) 2 and compare to M. Problems and Solutions for Section 4.2 4.9 through 4.33) 4.9 Calculate the square root of the matrix 3!0 M!0 8 Hint: Let M / 2 a!b ; calculate M / 2!b c ) 2 and compare to M. Solution: Given: 3!0 M!0 8

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

k A = [k, k]( )[a 1, a 2 ] = [ka 1,ka 2 ] 4For the division of two intervals of confidence in R +

k A = [k, k]( )[a 1, a 2 ] = [ka 1,ka 2 ] 4For the division of two intervals of confidence in R + Chapter 3. Fuzzy Arithmetic 3- Fuzzy arithmetic: ~Addition(+) and subtraction (-): Let A = [a and B = [b, b in R If x [a and y [b, b than x+y [a +b +b Symbolically,we write A(+)B = [a (+)[b, b = [a +b

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

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

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

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

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

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

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

Lecture 13 - Root Space Decomposition II

Lecture 13 - Root Space Decomposition II Lecture 13 - Root Space Decomposition II October 18, 2012 1 Review First let us recall the situation. Let g be a simple algebra, with maximal toral subalgebra h (which we are calling a CSA, or Cartan Subalgebra).

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

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,

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

Homework 8 Model Solution Section

Homework 8 Model Solution Section MATH 004 Homework Solution Homework 8 Model Solution Section 14.5 14.6. 14.5. Use the Chain Rule to find dz where z cosx + 4y), x 5t 4, y 1 t. dz dx + dy y sinx + 4y)0t + 4) sinx + 4y) 1t ) 0t + 4t ) sinx

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

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

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

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

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

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

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

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

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

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

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

(C) 2010 Pearson Education, Inc. All rights reserved.

(C) 2010 Pearson Education, Inc. All rights reserved. Connectionless transmission with datagrams. Connection-oriented transmission is like the telephone system You dial and are given a connection to the telephone of fthe person with whom you wish to communicate.

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

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

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

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

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

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

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.

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

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

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

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics Fourier Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Not all functions can be represented by Taylor series. f (k) (c) A Taylor series f (x) = (x c)

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

Space-Time Symmetries

Space-Time Symmetries Chapter Space-Time Symmetries In classical fiel theory any continuous symmetry of the action generates a conserve current by Noether's proceure. If the Lagrangian is not invariant but only shifts by a

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

Sequent Calculi for the Modal µ-calculus over S5. Luca Alberucci, University of Berne. Logic Colloquium Berne, July 4th 2008

Sequent Calculi for the Modal µ-calculus over S5. Luca Alberucci, University of Berne. Logic Colloquium Berne, July 4th 2008 Sequent Calculi for the Modal µ-calculus over S5 Luca Alberucci, University of Berne Logic Colloquium Berne, July 4th 2008 Introduction Koz: Axiomatisation for the modal µ-calculus over K Axioms: All classical

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

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits.

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits. EAMCET-. THEORY OF EQUATIONS PREVIOUS EAMCET Bits. Each of the roots of the equation x 6x + 6x 5= are increased by k so that the new transformed equation does not contain term. Then k =... - 4. - Sol.

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

forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with

forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with Week 03: C lassification of S econd- Order L inear Equations In last week s lectures we have illustrated how to obtain the general solutions of first order PDEs using the method of characteristics. We

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

DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0.

DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0. DESIGN OF MACHINERY SOLUTION MANUAL -7-1! PROBLEM -7 Statement: Design a double-dwell cam to move a follower from to 25 6, dwell for 12, fall 25 and dwell for the remader The total cycle must take 4 sec

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

Arithmetical applications of lagrangian interpolation. Tanguy Rivoal. Institut Fourier CNRS and Université de Grenoble 1

Arithmetical applications of lagrangian interpolation. Tanguy Rivoal. Institut Fourier CNRS and Université de Grenoble 1 Arithmetical applications of lagrangian interpolation Tanguy Rivoal Institut Fourier CNRS and Université de Grenoble Conference Diophantine and Analytic Problems in Number Theory, The 00th anniversary

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

Strain gauge and rosettes

Strain gauge and rosettes Strain gauge and rosettes Introduction A strain gauge is a device which is used to measure strain (deformation) on an object subjected to forces. Strain can be measured using various types of devices classified

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

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ.

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ. Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο The time integral of a force is referred to as impulse, is determined by and is obtained from: Newton s 2 nd Law of motion states that the action

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

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

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

Solution Series 9. i=1 x i and i=1 x i.

Solution Series 9. i=1 x i and i=1 x i. Lecturer: Prof. Dr. Mete SONER Coordinator: Yilin WANG Solution Series 9 Q1. Let α, β >, the p.d.f. of a beta distribution with parameters α and β is { Γ(α+β) Γ(α)Γ(β) f(x α, β) xα 1 (1 x) β 1 for < x

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

Lecture 15 - Root System Axiomatics

Lecture 15 - Root System Axiomatics Lecture 15 - Root System Axiomatics Nov 1, 01 In this lecture we examine root systems from an axiomatic point of view. 1 Reflections If v R n, then it determines a hyperplane, denoted P v, through the

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

ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ. Ψηφιακή Οικονομία. Διάλεξη 10η: Basics of Game Theory part 2 Mαρίνα Μπιτσάκη Τμήμα Επιστήμης Υπολογιστών

ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ. Ψηφιακή Οικονομία. Διάλεξη 10η: Basics of Game Theory part 2 Mαρίνα Μπιτσάκη Τμήμα Επιστήμης Υπολογιστών ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ Ψηφιακή Οικονομία Διάλεξη 0η: Basics of Game Theory part 2 Mαρίνα Μπιτσάκη Τμήμα Επιστήμης Υπολογιστών Best Response Curves Used to solve for equilibria in games

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

Lecture 21: Properties and robustness of LSE

Lecture 21: Properties and robustness of LSE Lecture 21: Properties and robustness of LSE BLUE: Robustness of LSE against normality We now study properties of l τ β and σ 2 under assumption A2, i.e., without the normality assumption on ε. From Theorem

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

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

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

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

Quadratic Expressions

Quadratic Expressions Quadratic Expressions. The standard form of a quadratic equation is ax + bx + c = 0 where a, b, c R and a 0. The roots of ax + bx + c = 0 are b ± b a 4ac. 3. For the equation ax +bx+c = 0, sum of the roots

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

Jordan Form of a Square Matrix

Jordan Form of a Square Matrix Jordan Form of a Square Matrix Josh Engwer Texas Tech University josh.engwer@ttu.edu June 3 KEY CONCEPTS & DEFINITIONS: R Set of all real numbers C Set of all complex numbers = {a + bi : a b R and i =

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

Parametrized Surfaces

Parametrized Surfaces Parametrized Surfaces Recall from our unit on vector-valued functions at the beginning of the semester that an R 3 -valued function c(t) in one parameter is a mapping of the form c : I R 3 where I is some

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

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1.

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1. Exercises 0 More exercises are available in Elementary Differential Equations. If you have a problem to solve any of them, feel free to come to office hour. Problem Find a fundamental matrix of the given

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

Example of the Baum-Welch Algorithm

Example of the Baum-Welch Algorithm Example of the Baum-Welch Algorithm Larry Moss Q520, Spring 2008 1 Our corpus c We start with a very simple corpus. We take the set Y of unanalyzed words to be {ABBA, BAB}, and c to be given by c(abba)

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

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

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

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

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 11/3/2006 ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 11/3/26 Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Ολοι οι αριθμοί που αναφέρονται σε όλα τα ερωτήματα μικρότεροι το 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,

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

Optimal Parameter in Hermitian and Skew-Hermitian Splitting Method for Certain Two-by-Two Block Matrices

Optimal Parameter in Hermitian and Skew-Hermitian Splitting Method for Certain Two-by-Two Block Matrices Optimal Parameter in Hermitian and Skew-Hermitian Splitting Method for Certain Two-by-Two Block Matrices Chi-Kwong Li Department of Mathematics The College of William and Mary Williamsburg, Virginia 23187-8795

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

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

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

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

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

9.09. # 1. Area inside the oval limaçon r = cos θ. To graph, start with θ = 0 so r = 6. Compute dr

9.09. # 1. Area inside the oval limaçon r = cos θ. To graph, start with θ = 0 so r = 6. Compute dr 9.9 #. Area inside the oval limaçon r = + cos. To graph, start with = so r =. Compute d = sin. Interesting points are where d vanishes, or at =,,, etc. For these values of we compute r:,,, and the values

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

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

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

Section 7.6 Double and Half Angle Formulas

Section 7.6 Double and Half Angle Formulas 09 Section 7. Double and Half Angle Fmulas To derive the double-angles fmulas, we will use the sum of two angles fmulas that we developed in the last section. We will let α θ and β θ: cos(θ) cos(θ + θ)

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

Generating Set of the Complete Semigroups of Binary Relations

Generating Set of the Complete Semigroups of Binary Relations Applied Mathematics 06 7 98-07 Published Online January 06 in SciRes http://wwwscirporg/journal/am http://dxdoiorg/036/am067009 Generating Set of the Complete Semigroups of Binary Relations Yasha iasamidze

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