IRREDUCIBLE POLYNOMIALS OF MAXIMUM WEIGHT OMRAN AHMADI AND ALFRED MENEZES

Size: px
Start display at page:

Download "IRREDUCIBLE POLYNOMIALS OF MAXIMUM WEIGHT OMRAN AHMADI AND ALFRED MENEZES"

Transcription

1 IRREDUCIBLE POLYNOMIALS OF MAXIMUM WEIGHT OMRAN AHMADI AND ALFRED MENEZES Abstract. We establsh some necessary condtons for the exstence of rreducble polynomals of degree n and weght n over F 2. Such polynomals can be used to effcently mplement multplcaton n F 2 n. We also provde a smple proof of a result of Bluher concernng the reducblty of a certan famly of polynomals. 1 n 1. Introducton Let q be a prme power, and let I q (n) denote the number of monc rreducble polynomals of degree n over F q. It s well known that I q (n) = d n µ(d)qn/d where µ s the Möbus functon, and that I q (n) qn n. Many researchers have studed the dstrbuton of rreducble polynomals havng certan propertes. In partcular, much work has been done on the exstence and dstrbuton of rreducble trnomals over F 2 ; for example see [15, 3, 4] and the references theren. The followng theorem, due to Swan, s an mportant result about the non-exstence of rreducble trnomals over F 2. Theorem 1. [15] Let n > m > 0 and assume that exactly one of n, m s odd. Then x n + x m + 1 has an even number of rreducble factors over F 2 f and only f () n s even, m s odd, n 2m, and nm/2 0, 1 (mod 4). () n s odd, m s even, m 2n, and n ±3 (mod 8). () n s odd, m s even, m 2n, and n ±1 (mod 8). The case where n and m are both odd can be reduced to the case m even by consderng x n + x n m + 1. For example, f n 0 (mod 8) then Theorem 1() says that x n + x m + 1 has an even number of rreducble factors. Thus there does not exst an rreducble trnomal of degree n over F 2 when n 0 (mod 8). There s overwhelmng evdence n support of the conjecture that there exsts an rreducble pentanomal of degree n over F 2 for each n 4 [11]; however exstence has not yet been proven. More generally, one can ask about the exstence of an rreducble polynomal of degree n and weght t over F 2 for each odd t [3, n + 1]. (The weght of a polynomal s the number of ts coeffcents that are nonzero.) Date: January 12, Key words and phrases. Fnte Felds, Irreducble Polynomals. 1

2 2 OMRAN AHMADI AND ALFRED MENEZES Shparlnsk [12] and Ahmad [1] respectvely proved the exstence of rreducble degree-n polynomals of weght n 4 + o(n) and n 2 + o(n) over F 2. It s well known that there exsts an rreducble degree-n polynomal of weght n + 1 over F 2 f and only f n + 1 s prme (and hence n s even) and 2 s a generator of the multplcatve group of ntegers modulo n + 1. In ths paper, we consder the exstence of rreducble degree-n polynomals of weght n (where n s odd) over F 2. The remander of ths paper s organzed as follows. In Secton 2 we show that rreducble polynomals of weght n can be used to mplement fast multplcaton n the feld F 2 n. In Secton 3 we prove an analogue of Swan s theorem for weght-n polynomals over F 2. The results of a computer search for rreducble polynomals of weght n are summarzed n Secton 4. In Secton 5, we use the technques of Secton 3 to provde a smple proof of a theorem of Bluher about the reducblty of a certan famly of polynomals over F Fast multplcaton n F 2 n Let f(x) be an rreducble polynomal of degree n over F 2. Then F 2 n = F 2 [x]/(f) s a fnte feld of order 2 n, and f(x) s called the reducton polynomal. Elements of F 2 n are canoncally represented as polynomals n F 2 [x] of degree less than n. Multplcaton of a(x), b(x) F 2 n can be performed by frst computng the polynomal product c(x) of a(x) and b(x), and then reducng c(x) modulo f(x). The reducton operaton s consderably faster f f(x) has small weght and f ts mddle terms (the nonzero terms not ncludng the end terms x n and 1) are close to each other and preferably all have small degree (see [9, Secton 2.3.5]). Another strategy for fast reducton s to select f(x) so that t has a lowweght multple g(x) of degree slghtly greater than n. Multplcaton s then performed modulo g(x), followed by a reducton by f(x) whenever a representaton n canoncal form s desred. Ths strategy of usng a redundant representaton has been pursued by several authors; e.g., see [13, 6, 16]. For the case of weght-n polynomals, we have f(x) = F n,m (x) where (1) and we can take F n,m (x) = x n + x + + x m+1 + x m x + 1 = xn x x m g(x) = (x + 1)f(x) = x n+1 + x m+1 + x m + 1. The weght of g(x) s 4, and ts mddle terms are consecutve. If m s small, then the mddle terms also have small degree. Reducton usng g(x) nstead of F n,m (x) can be as effcent as f the reducton polynomal were a trnomal or a pentanomal. We llustrate the reducton operaton wth an example. The polynomal F 223,10 (x) s rreducble over F 2 and therefore can be used as the reducton

3 IRREDUCIBLE POLYNOMIALS OF MAXIMUM WEIGHT 3 polynomal for F We have g(x) = x x 11 + x Let c(x) = 446 =0 c x be the product of two polynomals each of degree less than 224. On a 32-bt machne, c(x) may be stored n an array (C[13], C[12],..., C[0]) of 32-bt words, where the rghtmost bt of C[0] s c 0, the second leftmost bt of C[13] s c 446, and the leftmost bt of C[13] s unused (always set to 0). The hgh-order bts of c(x) can be reduced modulo g(x) one word at a tme startng wth C[13]. The pseudocode for the reducton operaton s short and smple: For from 13 downto 7 to: T C[]. C[ 7] C[ 7] T (T 10) (T 11). C[ 6] C[ 6] (T 22) (T 21). The result s (C[6], C[5],..., C[0]). Here, denotes btwse exclusve-or, U j s the rght shft of U by j postons, and U j s the left shft of U by j postons. 3. Non-exstence results Let K be a feld, and let F (x) K[x] be a polynomal of degree n wth leadng coeffcent a. The dscrmnant of F (x) s Dsc(F ) = a 2n 2 <j(x x j ) 2, where x 0, x 1,..., x are the roots of F (x) n some extenson of K. We have Dsc(F ) K. The followng result, whch s sometmes called the Stckelberger-Swan theorem, s our man tool for determnng reducblty of a polynomal n F 2 [x]. Theorem 2. [14, 15] Suppose that the degree-n polynomal f(x) F 2 [x] s the product of r parwse dstnct rreducble polynomals over F 2. Then r n (mod 2) f and only f Dsc(F ) 1 (mod 8) where F (x) Z[x] s any monc lft of f(x) to the ntegers. If n s odd and Dsc(F ) 1 (mod 8), then Theorem 2 asserts that f(x) has an even number of rreducble factors and therefore s reducble over F 2. Thus one can fnd necessary condtons for the rreducblty of f(x) by computng Dsc(F ) modulo 8. Let f(x), g(x) K[x]. Let f(x) = a s 1 =0 (x x ) and g(x) = b t 1 j=0 (x y j ), where a, b K and x 0, x 1,..., x s 1, y 0, y 1,..., y t 1 are n some extenson of K. The resultant of f(x) and g(x) s t 1 s 1 (2) Res(f, g) = ( 1) st b s f(y j ) = a t g(x ). j=0 =0 We wll use Lemma 3 to compute the dscrmnant of F.

4 4 OMRAN AHMADI AND ALFRED MENEZES Lemma 3. [7] Let K be a feld, and let F (x) K[x] have degree n. Suppose also that F s monc and F (0) = 1. Then Dsc(F ) = ( 1) n()/2 Res(F, nf xf ), where F denotes the dervatve of F wth respect to x. Let f(x) = x n + a 1 x + + a n K[x], and let x 0, x 1,..., x be the roots of f(x) n some extenson of K. Then t s well known that the coeffcents a k are the elementary symmetrc polynomals of x : a k = ( 1) k x 1 x 2 x k 0 1 < 2 < < k <n for 1 k n. Snce each a k K, t follows that S(x 0, x 1,..., x ) K for any symmetrc polynomal S K[X 0, X 1,..., X ]. Now for any ntegers k, p, q, let (3) s k = x k and s p,q = Then s 0 = n and =0 (4) s p,q = s p s q s p+q.,j=0 j x p xq j. Note also that f f(0) 0, then the power sum s p of f(x) s equal to the pth power sum of ts recprocal, x n f( ). Newton s dentty relates the coeffcents a k and power sums s k. Theorem 4. [10, Theorem 1.75] Let f(x) and x 0, x 1,..., x be as above. Then for 1 k n we have (5) s k + s k 1 a 1 + s k 2 a s 1 a k 1 + ka k = 0. A polynomal f(x) F 2 [x] havng the property that (x+1)f(x) has weght 4 s sad to be of tetranomal type. Note that polynomals of degree n and weght n are of tetranomal type. Hales and Newhart [7] obtaned a Swanlke theorem for a certan subset of polynomals of tetranomal type 1. Our man result s an analogue of Swan s theorem for all weght-n polynomals. Theorem 5. Let n > m > 0 and assume that n s odd. Then F n,m (x) = (x n+1 + 1)/(x + 1) + x m has an odd number of rreducble factors over F 2 f and only f one of the followng condtons hold: () n 1 (mod 8) and ether (a) m {2, n 2}; or (b) m 0, 1 (mod 4) and m {1, n 1, 2, n+1 2 }. () n 3 (mod 8) and m {2, n 2}. () n 5 (mod 8) and ether (a) m {1, }; or (b) m 2, 3 (mod 4) and m {2, n 2, } f n > 5. 2, n After completng ths paper, we were nformed that Hales and Newhart [8] have obtaned a Swan-lke theorem for all polynomals of tetranomal type. Theorem 2 of ther paper mples our Theorem 5.

5 IRREDUCIBLE POLYNOMIALS OF MAXIMUM WEIGHT 5 (v) n 7 (mod 8) and m {2, n 2}. Proof. Snce F n,m (0) 0, we have gcd(f n,m, F n,m) = 1 and hence F n,m has no repeated factors. Let g(x) = (x + 1)F n,m (x). Then g(x) has degree n + 1 and G(x) = x n+1 + x m+1 + x m + 1 s a monc lft of g(x) to Z[x]. Suppose now that F n,m (x) s the product of r parwse dstnct rreducble polynomals over F 2. Then g(x) s the product of r + 1 parwse dstnct rreducble polynomals over F 2. Hence, by Theorem 2, n+1 r+1 (mod 2) or, equvalently, n r (mod 2), f and only f Dsc(G) 1 (mod 8). Thus the theorem can be proved by computng Dsc(G). Frst we apply Lemma 3 to G(x). We see that (n + 1)G(x) xg (x) = (n m)x m+1 + (n m + 1)x m + (n + 1). Now settng u = n m, v = n m + 1 and w = n + 1, we have (6) Dsc(G) = ( 1) n(n+1)/2 Res(G, ux m+1 + vx m + w). Let x 0, x 1,..., x n be the roots of G(x) n some extenson of the ratonal numbers. Usng (6) and (2) we have (7) Dsc(G) = ( 1) n(n+1)/2 n =0 (ux m+1 + vx m + w). Let D = ( 1) (n+1)n/2 Dsc(G). Upon expandng the rght hand sde of (7) and usng the fact that n =0 x = 1, we have D = u n+1 + v n+1 + u n v + u 2 v <j + u w 2 <j n =0 x x j + u n w ( + uv n n =0 ( n j ) m+1 + v w 2 <j x + u v 2 =0 <j n ) m+1 + v n w ( =0 ( j ) m j ) m (8) + u vw j x m 1 j + uv w x x m j + S(x 0, x 1,..., x n ), j where S(x 0, x 1,..., x n ) Z[x 0, x 1,..., x n ]. Snce Dsc(G) s a symmetrc polynomal n x 0, x 1,..., x n and all the terms gven explctly n the rght hand sde of equaton (8) are symmetrc polynomals, S(x 0, x 1,..., x n ) s also a symmetrc polynomal n x 0, x 1,..., x n. The coeffcents of the monomals of S have one of the followng forms: (a) u v n+1 wth 3 n 2; (b) u v n w wth 2 n 2; (c) u v j w 2 wth 1 and j 1; or (d) u v j w k wth k 3. Snce n s odd and u, v are consecutve ntegers, we have w uv 0 (mod 2) and so the coeffcents of all monomals n S(x 0, x 1,..., x n ) are dvsble by 8. Therefore S(x 0, x 1,..., x n ) s an nteger dvsble by 8. Also for any nteger p we have 2 <j xp xp j = j xp xp j =

6 6 OMRAN AHMADI AND ALFRED MENEZES s p,p. Hence D u n+1 + v n+1 + u n vs 1 + uv n s (u v 2 s 1, 1 + u 2 v s 1,1 ) + u n ws m 1 + v n ws m (u w 2 s m 1, m 1 + v w 2 s m, m ) + u vws 1, m 1 + uv ws 1, m (mod 8). Applyng Newton s dentty (5) to the polynomal G(x) and ts recprocal, x n+1 G( ), we can compute all the unknown terms n the above equaton and thus evaluate D mod 8 for all permssble values of m and n. For example, suppose that n 7 (mod 8). Then w 0 (mod 8) and D u n+1 + v n+1 + u n vs 1 + uv n s u v 2 s 1, 1 We consder three cases u2 v s 1,1 (mod 8). (a) If m {1, 2, n 2, }, then (5) mples that s 1 = s 2 = s 1 = s 2 = 0. Snce s 1,1 = s 2 1 s 2, we have s 1,1 = 0 and smlarly s 1, 1 = 0. Hence D u n+1 + v n+1 (mod 8). Now snce n + 1 s even and one of u, v s even and the other s odd, we have D 1 (mod 8). (b) If m = n 1, then s 1 = s 2 = 1 and s 1 = s 2 = 0, so s 1,1 = s 2 1 s 2 = 2 and s 1, 1 = s 2 1 s 2 = 0. Hence D u n+1 + v n+1 uv n + u 2 v (mod 8). Snce m = n 1, we have u = 1, v = 2 and D u n+1 1 (mod 8). Smlarly we have D 1 (mod 8) f m = 1. (c) If m = n 2, then s 1 = s 1 = s 2 = 0 and s 2 = 2 whence s 1,1 = 2, s 1, 1 = 0, and D u n+1 + v n+1 + u 2 v (mod 8). In ths case snce u = 2, v s odd, and n 1 s even, we have D 5 (mod 8). Smlarly we have D 5 (mod 8) f m = 2. Part (v) of the theorem now follows snce Dsc(G) = D when n 7 (mod 8). The cases n 1, 3, 5 (mod 8) are more tedous but can be handled n a smlar way. Corollary 6. Let n > m > 0 and assume that n s odd. F n,m (x) = (x n+1 + 1)/(x + 1) + x m s rreducble over F 2. Suppose that () If n 1 (mod 8) then ether m {2, n 2} or m 0, 1 (mod 4). Moreover, m {1, n 1, 2, n+1 2 }. () If n 3 (mod 8) then m {2, n 2}. () If n 5 (mod 8) then ether m {1, n 1} or m 2, 3 (mod 4). Moreover, f n > 5 then m {2, n 2, 2, n+1 2 }. (v) If n 7 (mod 8) then m {2, n 2}.

7 IRREDUCIBLE POLYNOMIALS OF MAXIMUM WEIGHT 7 4. Exstence Corollary 6 states that f n 3 (mod 8) then F n,m (x) can only be rreducble f m = 2 or m = n 2. A computer search shows that the only ntegers n [3, ] congruent to 3 (mod 8) for whch F n,2 (x) s rreducble are n {3, 11, 35, 107, 195, 483, 1019, 2643}. One would expect there to be more rreducbles F n,m (x) for n 7 (mod 8) than for n 1, 5 (mod 8) snce Corollary 6 rules out only two values of m n the former case, and about half of all possble m n the latter case. Ths s reflected n Table 1 whch lsts all rreducble polynomals F n,m for n [5, 340] and n 1, 5, 7 (mod 8). Irreducbles F n,m (x) are more abundant than expected n the case n 7 (mod 8). A computer search shows that the only n [7, 5000] congruent to 7 (mod 8) for whch no rreducble polynomal F n,m (x) exsts are n {575, 823, 1543, 2063, 2103, 2335, 3439, 3607, 3847, 3895, 4167, 4375, 4567, 4911}. Blake, Gao and Lambert [4] observed expermentally that the number of rreducble trnomals of degree n s approxmately 3n. Smlarly, we have notced that the number of rreducble polynomals F n,m of degree n s approxmately 2n. Table 2 lsts the total number of such polynomals for n belongng to consecutve ntervals of length 200. There are approxmately 400 rreducble polynomals n each nterval, gvng an average of approxmately 2 rreducble weght-n polynomals for each degree n. An explanaton for ths phenomenon would be of nterest. 5. A famly of reducble polynomals over F 2 Expermental evdence was provded n [2] that f n ±3 (mod 8) and f(x) = x n + x m 1 + x m 2 + x m s an rreducble pentanomal over F 2, where m 1 > m 2 > m 3 > 0 and m 1, m 2, m 3 are odd, then m 1 n/3. (Such polynomals have the property that the correspondng polynomal bass has exactly one element of trace one.) Motvated by ths observaton Bluher [5] proved the followng. Theorem 7. [5] Let n ±3 (mod 8). Let I = { : even, 2n/3 < < n} and J = {j : j 0 (mod 4), 0 < j < n} \ I. Then the polynomal f(x) = x n + I a x n + j J a j x n j + 1 F 2 [x] s reducble over F 2. Bluher s proof nvolves computng Dsc(F ) mod 8 usng propertes of determnants. Here we use Newton s dentty to gve a smpler proof smlar to the one for Theorem 5.

8 8 OMRAN AHMADI AND ALFRED MENEZES n m n m n m Table 1. Irreducble F n,m (x) = (x n+1 + 1)/(x + 1) + x m wth m n/2, for 5 n 340 and n 1, 5, 7 (mod 8). The three tables lst n that are congruent to 5, 7, 1 (mod 8).

9 IRREDUCIBLE POLYNOMIALS OF MAXIMUM WEIGHT 9 n Total Cumulatve Table 2. The total number of rreducble polynomals F n,m (x) = (x n+1 + 1)/(x + 1) + x m. The ranges for n are ndcated n the frst column. The second, thrd, fourth and ffth columns gve the total number for n 1, 3, 5, 7 (mod 8), respectvely.

10 10 OMRAN AHMADI AND ALFRED MENEZES Proof. Let F (x) Z[x] be any monc lft of f(x) wth F (0) = 1, and let x 0, x 1,..., x be the roots of F (x) n some extenson of the ratonal numbers. Then nf xf = a x n + ja j x n j + n. I j J Settng D = ( 1) n()/2 Dsc(F ) and usng (2) and Lemma 3 we obtan (9) D = k=0 I a x n k + j J Expandng the rght hand sde of (9) yelds D = n n + n I + n n 2 1, 2 I 1 < 2 + n n 2 I a x n k k=0 k 1,k 2 =0 k 1 k 2 k 1,k 2 =0 k 1 <k 2 ja j x n j k + n j J + n. ja j x n j k k=0 1 2 a a x n k 1 x n 2 k 2 2 a 2 x n k 1 x n k 2 + S(x 0, x 1,..., x ), where S(x 0, x 1,..., x ) Z[x 0, x 1,..., x ] s a symmetrc polynomal. It can easly be verfed that the coeffcents of each monomal n S s dvsble by 8, and hence S(x 0, x 1,..., x ) s an nteger dvsble by 8. Usng the notaton ntroduced n (3) for power sums of the x s, we have D n n + n I (10) + n n 2 a s n + n j J 1, 2 I 1 < a 1 a 2 s,n 2 + ja j s n j Now, f a k 0 for some 1 k 2n/3, then 4 k. dentty (5) smplfes to 1 2 nn 2 2 a 2 s n,n (mod 8). I s k + s k 1 a 1 + s k 2 a s 1 a k 1 0 (mod 4) Hence Newton s for 1 k 2n/3. It follows that s k 0 (mod 4) for 1 k 2n/3. Smlarly, snce 2 k for all k satsfyng a k 0 and 2n/3 < k n 1, one can conclude that s k 0 (mod 2) for 2n/3 < k n 1. Also, f p, q 1 and p + q 2n/3, then s p s q s p+q 0 (mod 4) and (4) mples that s p,q 0 (mod 4). Thus (10) smplfes to D n n (mod 8), and so Dsc(F ) 5 (mod 8) f n ±3 (mod 8). Snce Dsc(f) Dsc(F ) (mod 2), ths mples that f(x) has nonzero dscrmnant and hence no repeated factors. The reducblty of f(x) s now a consequence of Theorem 2.

11 IRREDUCIBLE POLYNOMIALS OF MAXIMUM WEIGHT 11 Acknowledgements We would lke to thank Alfred Hales for provdng us wth a copy of [8], and Antona Bluher for her comments on our proof of Theorem 7. References [1] O. Ahmad, The trace spectra of polynomal bases for F 2 n, preprnt, [2] O. Ahmad and A. Menezes, On the number of trace-one elements n polynomal bases for F 2 n, Desgns, Codes and Cryptography, to appear. [3] I. Blake, S. Gao and R. Lambert, Constructve problems for rreducble polynomals over fnte felds, Informaton Theory and Applcatons, Lecture Notes n Computer Scence 793 (1994), [4] I. Blake, S. Gao and R. Lambert, Constructon and dstrbuton problems for rreducble polynomals over fnte felds, Applcatons of Fnte Feld (D. Gollmann, Ed.), Clarendon Press, 1996, [5] A. Bluher, A Swan-lke theorem, Fnte Felds and Ther Applcatons, to appear. [6] W. Geselmann and H. Lukhaub, Redundant representaton of fnte felds Publc Key Cryptography PKC 2001, Lecture Notes n Computer Scence 1992 (2001), [7] A. Hales and D. Newhart, Irreducbles of tetranomal type, n Mathematcal Propertes of Sequences and Other Combnatoral Structures, Kluwer, [8] A. Hales and D. Newhart, Swan s theorem for bnary tetranomals, preprnt, [9] D. Hankerson, A. Menezes and S. Vanstone, Gude to Ellptc Curve Cryptography, Sprnger, [10] R. Ldl and H. Nederreter, Fnte Felds, Cambrdge Unversty Press, [11] G. Serouss, Table of low-weght bnary rreducble polynomals, Hewlett-Packard Techncal Report HPL , [12] I. Shparlnsk, On prmtve polynomals, Problemy Peredach Inform., 23, (1987), (n Russan). [13] J. Slverman, Fast multplcaton n fnte felds GF (2 N ), Cryptographc Hardware and Embedded Systems CHES 99, Lecture Notes n Computer Scence 1717 (1999), [14] L. Stckelberger, Über ene neue Egenschaft der Dskrmnanten algebrascher Zahlkörper, Verh. 1 Internat. Math. Kongresses, Zurch 1897, [15] R. Swan, Factorzaton of polynomals over fnte felds, Pacfc Journal of Mathematcs, 12 (1962), [16] H. Wu, M. Anwar Hasan, I. Blake and S. Gao, Fnte feld multpler usng redundant representaton, IEEE Transactons on Computers, 51 (2002), Dept. of Combnatorcs and Optmzaton, Unversty of Waterloo, Waterloo, Ontaro, Canada N2L 3G1 E-mal address: oahmadd@uwaterloo.ca ajmeneze@uwaterloo.ca

The Parity of the Number of Irreducible Factors for Some Pentanomials

The Parity of the Number of Irreducible Factors for Some Pentanomials The Party of the Nuber of Irreducble Factors for Soe Pentanoals Wolfra Koepf 1, Ryul K 1 Departent of Matheatcs Unversty of Kassel, Kassel, F. R. Gerany Faculty of Matheatcs and Mechancs K Il Sung Unversty,

More information

DISCRIMINANTS AND RAMIFIED PRIMES. 1. Introduction A prime number p is said to be ramified in a number field K if the prime ideal factorization

DISCRIMINANTS AND RAMIFIED PRIMES. 1. Introduction A prime number p is said to be ramified in a number field K if the prime ideal factorization DISCRIMINANTS AND RAMIFIED PRIMES KEITH CONRAD 1. Introducton A prme number p s sad to be ramfed n a number feld K f the prme deal factorzaton (1.1) (p) = po K = p e 1 1 peg g has some e greater than 1.

More information

FACTORIZATION IN KRULL MONOIDS WITH INFINITE CLASS GROUP

FACTORIZATION IN KRULL MONOIDS WITH INFINITE CLASS GROUP C O L L O Q U I U M M A T H E M A T I C U M VOL. 80 1999 NO. 1 FACTORIZATION IN KRULL MONOIDS WITH INFINITE CLASS GROUP BY FLORIAN K A I N R A T H (GRAZ) Abstract. Let H be a Krull monod wth nfnte class

More information

APPENDIX A Some Linear Algebra

APPENDIX A Some Linear Algebra APPENDIX A Some Lnear Algebra The collecton of m, n matrces A.1 Matrces a 1,1,..., a 1,n A = a m,1,..., a m,n wth real elements a,j s denoted by R m,n. If n = 1 then A s called a column vector. Smlarly,

More information

REGULAR POSITIVE TERNARY QUADRATIC FORMS. 1. Introduction

REGULAR POSITIVE TERNARY QUADRATIC FORMS. 1. Introduction REGULAR POSITIVE TERNARY QUADRATIC FORMS BYEONG-KWEON OH Abstract. A postve defnte quadratc form f s sad to be regular f t globally represents all ntegers that are represented by the genus of f. In 997

More information

Remarks on the Properties of a Quasi-Fibonacci-like Polynomial Sequence

Remarks on the Properties of a Quasi-Fibonacci-like Polynomial Sequence Remarks on the Propertes of a Quas-Fbonacc-lke Polynomal Sequence Brce Merwne LIU Brooklyn Ilan Wenschelbaum Wesleyan Unversty Abstract Consder the Quas-Fbonacc-lke Polynomal Sequence gven by F 0 = 1,

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 1, July 2013

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 1, July 2013 ISSN: 2277-375 Constructon of Trend Free Run Orders for Orthogonal rrays Usng Codes bstract: Sometmes when the expermental runs are carred out n a tme order sequence, the response can depend on the run

More information

On quasiperfect numbers

On quasiperfect numbers Notes on Number Theory and Dscrete Mathematcs Prnt ISSN 1310 5132, Onlne ISSN 2367 8275 Vol. 23, 2017, No. 3, 73 78 On quasperfect numbers V. Sva Rama Prasad 1 and C. Suntha 2 1 Nalla Malla Reddy Engneerng

More information

THE CHINESE REMAINDER THEOREM. We should thank the Chinese for their wonderful remainder theorem. Glenn Stevens

THE CHINESE REMAINDER THEOREM. We should thank the Chinese for their wonderful remainder theorem. Glenn Stevens THE CHINESE REMAINDER THEOREM KEITH CONRAD We should thank the Chnese for ther wonderful remander theorem. Glenn Stevens 1. Introducton The Chnese remander theorem says we can unquely solve any par of

More information

A CHARACTERIZATION OF ADDITIVE DERIVATIONS ON VON NEUMANN ALGEBRAS

A CHARACTERIZATION OF ADDITIVE DERIVATIONS ON VON NEUMANN ALGEBRAS Journal of Mathematcal Scences: Advances and Applcatons Volume 25, 2014, Pages 1-12 A CHARACTERIZATION OF ADDITIVE DERIVATIONS ON VON NEUMANN ALGEBRAS JIA JI, WEN ZHANG and XIAOFEI QI Department of Mathematcs

More information

Self-complementing permutations of k-uniform hypergraphs

Self-complementing permutations of k-uniform hypergraphs Dscrete Mathematcs Theoretcal Computer Scence DMTCS vol. 11:1, 2009, 117 124 Self-complementng permutatons of k-unform hypergraphs Artur Szymańsk A. Paweł Wojda Faculty of Appled Mathematcs, AGH Unversty

More information

Lecture 5 Decoding Binary BCH Codes

Lecture 5 Decoding Binary BCH Codes Lecture 5 Decodng Bnary BCH Codes In ths class, we wll ntroduce dfferent methods for decodng BCH codes 51 Decodng the [15, 7, 5] 2 -BCH Code Consder the [15, 7, 5] 2 -code C we ntroduced n the last lecture

More information

Example: (13320, 22140) =? Solution #1: The divisors of are 1, 2, 3, 4, 5, 6, 9, 10, 12, 15, 18, 20, 27, 30, 36, 41,

Example: (13320, 22140) =? Solution #1: The divisors of are 1, 2, 3, 4, 5, 6, 9, 10, 12, 15, 18, 20, 27, 30, 36, 41, The greatest common dvsor of two ntegers a and b (not both zero) s the largest nteger whch s a common factor of both a and b. We denote ths number by gcd(a, b), or smply (a, b) when there s no confuson

More information

Smarandache-Zero Divisors in Group Rings

Smarandache-Zero Divisors in Group Rings Smarandache-Zero Dvsors n Group Rngs W.B. Vasantha and Moon K. Chetry Department of Mathematcs I.I.T Madras, Chenna The study of zero-dvsors n group rngs had become nterestng problem snce 1940 wth the

More information

Restricted divisor sums

Restricted divisor sums ACTA ARITHMETICA 02 2002) Restrcted dvsor sums by Kevn A Broughan Hamlton) Introducton There s a body of work n the lterature on varous restrcted sums of the number of dvsors of an nteger functon ncludng

More information

On the partial orthogonality of faithful characters. Gregory M. Constantine 1,2

On the partial orthogonality of faithful characters. Gregory M. Constantine 1,2 On the partal orthogonalty of fathful characters by Gregory M. Constantne 1,2 ABSTRACT For conjugacy classes C and D we obtan an expresson for χ(c) χ(d), where the sum extends only over the fathful rreducble

More information

Foundations of Arithmetic

Foundations of Arithmetic Foundatons of Arthmetc Notaton We shall denote the sum and product of numbers n the usual notaton as a 2 + a 2 + a 3 + + a = a, a 1 a 2 a 3 a = a The notaton a b means a dvdes b,.e. ac = b where c s an

More information

Lecture 4: Universal Hash Functions/Streaming Cont d

Lecture 4: Universal Hash Functions/Streaming Cont d CSE 5: Desgn and Analyss of Algorthms I Sprng 06 Lecture 4: Unversal Hash Functons/Streamng Cont d Lecturer: Shayan Oves Gharan Aprl 6th Scrbe: Jacob Schreber Dsclamer: These notes have not been subjected

More information

Anti-van der Waerden numbers of 3-term arithmetic progressions.

Anti-van der Waerden numbers of 3-term arithmetic progressions. Ant-van der Waerden numbers of 3-term arthmetc progressons. Zhanar Berkkyzy, Alex Schulte, and Mchael Young Aprl 24, 2016 Abstract The ant-van der Waerden number, denoted by aw([n], k), s the smallest

More information

COMPLEX NUMBERS AND QUADRATIC EQUATIONS

COMPLEX NUMBERS AND QUADRATIC EQUATIONS COMPLEX NUMBERS AND QUADRATIC EQUATIONS INTRODUCTION We know that x 0 for all x R e the square of a real number (whether postve, negatve or ero) s non-negatve Hence the equatons x, x, x + 7 0 etc are not

More information

Difference Equations

Difference Equations Dfference Equatons c Jan Vrbk 1 Bascs Suppose a sequence of numbers, say a 0,a 1,a,a 3,... s defned by a certan general relatonshp between, say, three consecutve values of the sequence, e.g. a + +3a +1

More information

Linear Algebra and its Applications

Linear Algebra and its Applications Lnear Algebra and ts Applcatons 4 (00) 5 56 Contents lsts avalable at ScenceDrect Lnear Algebra and ts Applcatons journal homepage: wwwelsevercom/locate/laa Notes on Hlbert and Cauchy matrces Mroslav Fedler

More information

Randić Energy and Randić Estrada Index of a Graph

Randić Energy and Randić Estrada Index of a Graph EUROPEAN JOURNAL OF PURE AND APPLIED MATHEMATICS Vol. 5, No., 202, 88-96 ISSN 307-5543 www.ejpam.com SPECIAL ISSUE FOR THE INTERNATIONAL CONFERENCE ON APPLIED ANALYSIS AND ALGEBRA 29 JUNE -02JULY 20, ISTANBUL

More information

Perron Vectors of an Irreducible Nonnegative Interval Matrix

Perron Vectors of an Irreducible Nonnegative Interval Matrix Perron Vectors of an Irreducble Nonnegatve Interval Matrx Jr Rohn August 4 2005 Abstract As s well known an rreducble nonnegatve matrx possesses a unquely determned Perron vector. As the man result of

More information

Algebraic properties of polynomial iterates

Algebraic properties of polynomial iterates Algebrac propertes of polynomal terates Alna Ostafe Department of Computng Macquare Unversty 1 Motvaton 1. Better and cryptographcally stronger pseudorandom number generators (PRNG) as lnear constructons

More information

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem H.K. Pathak et. al. / (IJCSE) Internatonal Journal on Computer Scence and Engneerng Speedng up Computaton of Scalar Multplcaton n Ellptc Curve Cryptosystem H. K. Pathak Manju Sangh S.o.S n Computer scence

More information

REDUCTION MODULO p. We will prove the reduction modulo p theorem in the general form as given by exercise 4.12, p. 143, of [1].

REDUCTION MODULO p. We will prove the reduction modulo p theorem in the general form as given by exercise 4.12, p. 143, of [1]. REDUCTION MODULO p. IAN KIMING We wll prove the reducton modulo p theorem n the general form as gven by exercse 4.12, p. 143, of [1]. We consder an ellptc curve E defned over Q and gven by a Weerstraß

More information

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix Lectures - Week 4 Matrx norms, Condtonng, Vector Spaces, Lnear Independence, Spannng sets and Bass, Null space and Range of a Matrx Matrx Norms Now we turn to assocatng a number to each matrx. We could

More information

= z 20 z n. (k 20) + 4 z k = 4

= z 20 z n. (k 20) + 4 z k = 4 Problem Set #7 solutons 7.2.. (a Fnd the coeffcent of z k n (z + z 5 + z 6 + z 7 + 5, k 20. We use the known seres expanson ( n+l ( z l l z n below: (z + z 5 + z 6 + z 7 + 5 (z 5 ( + z + z 2 + z + 5 5

More information

Formulas for the Determinant

Formulas for the Determinant page 224 224 CHAPTER 3 Determnants e t te t e 2t 38 A = e t 2te t e 2t e t te t 2e 2t 39 If 123 A = 345, 456 compute the matrx product A adj(a) What can you conclude about det(a)? For Problems 40 43, use

More information

A combinatorial problem associated with nonograms

A combinatorial problem associated with nonograms A combnatoral problem assocated wth nonograms Jessca Benton Ron Snow Nolan Wallach March 21, 2005 1 Introducton. Ths work was motvated by a queston posed by the second named author to the frst named author

More information

Finding Primitive Roots Pseudo-Deterministically

Finding Primitive Roots Pseudo-Deterministically Electronc Colloquum on Computatonal Complexty, Report No 207 (205) Fndng Prmtve Roots Pseudo-Determnstcally Ofer Grossman December 22, 205 Abstract Pseudo-determnstc algorthms are randomzed search algorthms

More information

The Order Relation and Trace Inequalities for. Hermitian Operators

The Order Relation and Trace Inequalities for. Hermitian Operators Internatonal Mathematcal Forum, Vol 3, 08, no, 507-57 HIKARI Ltd, wwwm-hkarcom https://doorg/0988/mf088055 The Order Relaton and Trace Inequaltes for Hermtan Operators Y Huang School of Informaton Scence

More information

GELFAND-TSETLIN BASIS FOR THE REPRESENTATIONS OF gl n

GELFAND-TSETLIN BASIS FOR THE REPRESENTATIONS OF gl n GELFAND-TSETLIN BASIS FOR THE REPRESENTATIONS OF gl n KANG LU FINITE DIMENSIONAL REPRESENTATIONS OF gl n Let e j,, j =,, n denote the standard bass of the general lnear Le algebra gl n over the feld of

More information

J. Number Theory 130(2010), no. 4, SOME CURIOUS CONGRUENCES MODULO PRIMES

J. Number Theory 130(2010), no. 4, SOME CURIOUS CONGRUENCES MODULO PRIMES J. Number Theory 30(200, no. 4, 930 935. SOME CURIOUS CONGRUENCES MODULO PRIMES L-Lu Zhao and Zh-We Sun Department of Mathematcs, Nanjng Unversty Nanjng 20093, People s Republc of Chna zhaollu@gmal.com,

More information

An Introduction to Morita Theory

An Introduction to Morita Theory An Introducton to Morta Theory Matt Booth October 2015 Nov. 2017: made a few revsons. Thanks to Nng Shan for catchng a typo. My man reference for these notes was Chapter II of Bass s book Algebrac K-Theory

More information

A combinatorial proof of multiple angle formulas involving Fibonacci and Lucas numbers

A combinatorial proof of multiple angle formulas involving Fibonacci and Lucas numbers Notes on Number Theory and Dscrete Mathematcs ISSN 1310 5132 Vol. 20, 2014, No. 5, 35 39 A combnatoral proof of multple angle formulas nvolvng Fbonacc and Lucas numbers Fernando Córes 1 and Dego Marques

More information

Differential Polynomials

Differential Polynomials JASS 07 - Polynomals: Ther Power and How to Use Them Dfferental Polynomals Stephan Rtscher March 18, 2007 Abstract Ths artcle gves an bref ntroducton nto dfferental polynomals, deals and manfolds and ther

More information

5 The Rational Canonical Form

5 The Rational Canonical Form 5 The Ratonal Canoncal Form Here p s a monc rreducble factor of the mnmum polynomal m T and s not necessarly of degree one Let F p denote the feld constructed earler n the course, consstng of all matrces

More information

Polynomials. 1 More properties of polynomials

Polynomials. 1 More properties of polynomials Polynomals 1 More propertes of polynomals Recall that, for R a commutatve rng wth unty (as wth all rngs n ths course unless otherwse noted), we defne R[x] to be the set of expressons n =0 a x, where a

More information

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009 College of Computer & Informaton Scence Fall 2009 Northeastern Unversty 20 October 2009 CS7880: Algorthmc Power Tools Scrbe: Jan Wen and Laura Poplawsk Lecture Outlne: Prmal-dual schema Network Desgn:

More information

Short running title: A generating function approach A GENERATING FUNCTION APPROACH TO COUNTING THEOREMS FOR SQUARE-FREE POLYNOMIALS AND MAXIMAL TORI

Short running title: A generating function approach A GENERATING FUNCTION APPROACH TO COUNTING THEOREMS FOR SQUARE-FREE POLYNOMIALS AND MAXIMAL TORI Short runnng ttle: A generatng functon approach A GENERATING FUNCTION APPROACH TO COUNTING THEOREMS FOR SQUARE-FREE POLYNOMIALS AND MAXIMAL TORI JASON FULMAN Abstract. A recent paper of Church, Ellenberg,

More information

On the irreducibility of a truncated binomial expansion

On the irreducibility of a truncated binomial expansion On the rreducblty of a truncated bnomal expanson by Mchael Flaseta, Angel Kumchev and Dmtr V. Pasechnk 1 Introducton For postve ntegers k and n wth k n 1, defne P n,k (x = =0 ( n x. In the case that k

More information

MTH 819 Algebra I S13. Homework 1/ Solutions. 1 if p n b and p n+1 b 0 otherwise ) = 0 if p q or n m. W i = rw i

MTH 819 Algebra I S13. Homework 1/ Solutions. 1 if p n b and p n+1 b 0 otherwise ) = 0 if p q or n m. W i = rw i MTH 819 Algebra I S13 Homework 1/ Solutons Defnton A. Let R be PID and V a untary R-module. Let p be a prme n R and n Z +. Then d p,n (V) = dm R/Rp p n 1 Ann V (p n )/p n Ann V (p n+1 ) Note here that

More information

Christian Aebi Collège Calvin, Geneva, Switzerland

Christian Aebi Collège Calvin, Geneva, Switzerland #A7 INTEGERS 12 (2012) A PROPERTY OF TWIN PRIMES Chrstan Aeb Collège Calvn, Geneva, Swtzerland chrstan.aeb@edu.ge.ch Grant Carns Department of Mathematcs, La Trobe Unversty, Melbourne, Australa G.Carns@latrobe.edu.au

More information

The Jacobsthal and Jacobsthal-Lucas Numbers via Square Roots of Matrices

The Jacobsthal and Jacobsthal-Lucas Numbers via Square Roots of Matrices Internatonal Mathematcal Forum, Vol 11, 2016, no 11, 513-520 HIKARI Ltd, wwwm-hkarcom http://dxdoorg/1012988/mf20166442 The Jacobsthal and Jacobsthal-Lucas Numbers va Square Roots of Matrces Saadet Arslan

More information

Subset Topological Spaces and Kakutani s Theorem

Subset Topological Spaces and Kakutani s Theorem MOD Natural Neutrosophc Subset Topologcal Spaces and Kakutan s Theorem W. B. Vasantha Kandasamy lanthenral K Florentn Smarandache 1 Copyrght 1 by EuropaNova ASBL and the Authors Ths book can be ordered

More information

Beyond Zudilin s Conjectured q-analog of Schmidt s problem

Beyond Zudilin s Conjectured q-analog of Schmidt s problem Beyond Zudln s Conectured q-analog of Schmdt s problem Thotsaporn Ae Thanatpanonda thotsaporn@gmalcom Mathematcs Subect Classfcaton: 11B65 33B99 Abstract Usng the methodology of (rgorous expermental mathematcs

More information

SL n (F ) Equals its Own Derived Group

SL n (F ) Equals its Own Derived Group Internatonal Journal of Algebra, Vol. 2, 2008, no. 12, 585-594 SL n (F ) Equals ts Own Derved Group Jorge Macel BMCC-The Cty Unversty of New York, CUNY 199 Chambers street, New York, NY 10007, USA macel@cms.nyu.edu

More information

On the size of quotient of two subsets of positive integers.

On the size of quotient of two subsets of positive integers. arxv:1706.04101v1 [math.nt] 13 Jun 2017 On the sze of quotent of two subsets of postve ntegers. Yur Shtenkov Abstract We obtan non-trval lower bound for the set A/A, where A s a subset of the nterval [1,

More information

Graph Reconstruction by Permutations

Graph Reconstruction by Permutations Graph Reconstructon by Permutatons Perre Ille and Wllam Kocay* Insttut de Mathémathques de Lumny CNRS UMR 6206 163 avenue de Lumny, Case 907 13288 Marselle Cedex 9, France e-mal: lle@ml.unv-mrs.fr Computer

More information

More metrics on cartesian products

More metrics on cartesian products More metrcs on cartesan products If (X, d ) are metrc spaces for 1 n, then n Secton II4 of the lecture notes we defned three metrcs on X whose underlyng topologes are the product topology The purpose of

More information

Module 2. Random Processes. Version 2 ECE IIT, Kharagpur

Module 2. Random Processes. Version 2 ECE IIT, Kharagpur Module Random Processes Lesson 6 Functons of Random Varables After readng ths lesson, ou wll learn about cdf of functon of a random varable. Formula for determnng the pdf of a random varable. Let, X be

More information

Inner Product. Euclidean Space. Orthonormal Basis. Orthogonal

Inner Product. Euclidean Space. Orthonormal Basis. Orthogonal Inner Product Defnton 1 () A Eucldean space s a fnte-dmensonal vector space over the reals R, wth an nner product,. Defnton 2 (Inner Product) An nner product, on a real vector space X s a symmetrc, blnear,

More information

inv lve a journal of mathematics 2008 Vol. 1, No. 1 Divisibility of class numbers of imaginary quadratic function fields

inv lve a journal of mathematics 2008 Vol. 1, No. 1 Divisibility of class numbers of imaginary quadratic function fields nv lve a journal of mathematcs Dvsblty of class numbers of magnary quadratc functon felds Adam Merberg mathematcal scences publshers 2008 Vol. 1, No. 1 INVOLVE 1:1(2008) Dvsblty of class numbers of magnary

More information

BOUNDEDNESS OF THE RIESZ TRANSFORM WITH MATRIX A 2 WEIGHTS

BOUNDEDNESS OF THE RIESZ TRANSFORM WITH MATRIX A 2 WEIGHTS BOUNDEDNESS OF THE IESZ TANSFOM WITH MATIX A WEIGHTS Introducton Let L = L ( n, be the functon space wth norm (ˆ f L = f(x C dx d < For a d d matrx valued functon W : wth W (x postve sem-defnte for all

More information

Caps and Colouring Steiner Triple Systems

Caps and Colouring Steiner Triple Systems Desgns, Codes and Cryptography, 13, 51 55 (1998) c 1998 Kluwer Academc Publshers, Boston. Manufactured n The Netherlands. Caps and Colourng Stener Trple Systems AIDEN BRUEN* Department of Mathematcs, Unversty

More information

Key Words: Hamiltonian systems, canonical integrators, symplectic integrators, Runge-Kutta-Nyström methods.

Key Words: Hamiltonian systems, canonical integrators, symplectic integrators, Runge-Kutta-Nyström methods. CANONICAL RUNGE-KUTTA-NYSTRÖM METHODS OF ORDERS 5 AND 6 DANIEL I. OKUNBOR AND ROBERT D. SKEEL DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN 304 W. SPRINGFIELD AVE. URBANA, ILLINOIS

More information

Zhi-Wei Sun (Nanjing)

Zhi-Wei Sun (Nanjing) Acta Arth. 1262007, no. 4, 387 398. COMBINATORIAL CONGRUENCES AND STIRLING NUMBERS Zh-We Sun Nanng Abstract. In ths paper we obtan some sophstcated combnatoral congruences nvolvng bnomal coeffcents and

More information

HMMT February 2016 February 20, 2016

HMMT February 2016 February 20, 2016 HMMT February 016 February 0, 016 Combnatorcs 1. For postve ntegers n, let S n be the set of ntegers x such that n dstnct lnes, no three concurrent, can dvde a plane nto x regons (for example, S = {3,

More information

A CLASS OF RECURSIVE SETS. Florentin Smarandache University of New Mexico 200 College Road Gallup, NM 87301, USA

A CLASS OF RECURSIVE SETS. Florentin Smarandache University of New Mexico 200 College Road Gallup, NM 87301, USA A CLASS OF RECURSIVE SETS Florentn Smarandache Unversty of New Mexco 200 College Road Gallup, NM 87301, USA E-mal: smarand@unmedu In ths artcle one bulds a class of recursve sets, one establshes propertes

More information

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES BÂRZĂ, Slvu Faculty of Mathematcs-Informatcs Spru Haret Unversty barza_slvu@yahoo.com Abstract Ths paper wants to contnue

More information

Homework Notes Week 7

Homework Notes Week 7 Homework Notes Week 7 Math 4 Sprng 4 #4 (a Complete the proof n example 5 that s an nner product (the Frobenus nner product on M n n (F In the example propertes (a and (d have already been verfed so we

More information

12 MATH 101A: ALGEBRA I, PART C: MULTILINEAR ALGEBRA. 4. Tensor product

12 MATH 101A: ALGEBRA I, PART C: MULTILINEAR ALGEBRA. 4. Tensor product 12 MATH 101A: ALGEBRA I, PART C: MULTILINEAR ALGEBRA Here s an outlne of what I dd: (1) categorcal defnton (2) constructon (3) lst of basc propertes (4) dstrbutve property (5) rght exactness (6) localzaton

More information

The Pseudoblocks of Endomorphism Algebras

The Pseudoblocks of Endomorphism Algebras Internatonal Mathematcal Forum, 4, 009, no. 48, 363-368 The Pseudoblocks of Endomorphsm Algebras Ahmed A. Khammash Department of Mathematcal Scences, Umm Al-Qura Unversty P.O.Box 796, Makkah, Saud Araba

More information

Erdős-Burgess constant of the multiplicative semigroup of the quotient ring off q [x]

Erdős-Burgess constant of the multiplicative semigroup of the quotient ring off q [x] Erdős-Burgess constant of the multplcatve semgroup of the quotent rng off q [x] arxv:1805.02166v1 [math.co] 6 May 2018 Jun Hao a Haol Wang b Lzhen Zhang a a Department of Mathematcs, Tanjn Polytechnc Unversty,

More information

Min Cut, Fast Cut, Polynomial Identities

Min Cut, Fast Cut, Polynomial Identities Randomzed Algorthms, Summer 016 Mn Cut, Fast Cut, Polynomal Identtes Instructor: Thomas Kesselhem and Kurt Mehlhorn 1 Mn Cuts n Graphs Lecture (5 pages) Throughout ths secton, G = (V, E) s a mult-graph.

More information

Convexity preserving interpolation by splines of arbitrary degree

Convexity preserving interpolation by splines of arbitrary degree Computer Scence Journal of Moldova, vol.18, no.1(52), 2010 Convexty preservng nterpolaton by splnes of arbtrary degree Igor Verlan Abstract In the present paper an algorthm of C 2 nterpolaton of dscrete

More information

THERE ARE NO POINTS OF ORDER 11 ON ELLIPTIC CURVES OVER Q.

THERE ARE NO POINTS OF ORDER 11 ON ELLIPTIC CURVES OVER Q. THERE ARE NO POINTS OF ORDER 11 ON ELLIPTIC CURVES OVER Q. IAN KIMING We shall prove the followng result from [2]: Theorem 1. (Bllng-Mahler, 1940, cf. [2]) An ellptc curve defned over Q does not have a

More information

3.1 Expectation of Functions of Several Random Variables. )' be a k-dimensional discrete or continuous random vector, with joint PMF p (, E X E X1 E X

3.1 Expectation of Functions of Several Random Variables. )' be a k-dimensional discrete or continuous random vector, with joint PMF p (, E X E X1 E X Statstcs 1: Probablty Theory II 37 3 EPECTATION OF SEVERAL RANDOM VARIABLES As n Probablty Theory I, the nterest n most stuatons les not on the actual dstrbuton of a random vector, but rather on a number

More information

An (almost) unbiased estimator for the S-Gini index

An (almost) unbiased estimator for the S-Gini index An (almost unbased estmator for the S-Gn ndex Thomas Demuynck February 25, 2009 Abstract Ths note provdes an unbased estmator for the absolute S-Gn and an almost unbased estmator for the relatve S-Gn for

More information

The L(2, 1)-Labeling on -Product of Graphs

The L(2, 1)-Labeling on -Product of Graphs Annals of Pure and Appled Mathematcs Vol 0, No, 05, 9-39 ISSN: 79-087X (P, 79-0888(onlne Publshed on 7 Aprl 05 wwwresearchmathscorg Annals of The L(, -Labelng on -Product of Graphs P Pradhan and Kamesh

More information

arxiv: v1 [math.co] 1 Mar 2014

arxiv: v1 [math.co] 1 Mar 2014 Unon-ntersectng set systems Gyula O.H. Katona and Dánel T. Nagy March 4, 014 arxv:1403.0088v1 [math.co] 1 Mar 014 Abstract Three ntersecton theorems are proved. Frst, we determne the sze of the largest

More information

Section 8.3 Polar Form of Complex Numbers

Section 8.3 Polar Form of Complex Numbers 80 Chapter 8 Secton 8 Polar Form of Complex Numbers From prevous classes, you may have encountered magnary numbers the square roots of negatve numbers and, more generally, complex numbers whch are the

More information

Lecture 12: Discrete Laplacian

Lecture 12: Discrete Laplacian Lecture 12: Dscrete Laplacan Scrbe: Tanye Lu Our goal s to come up wth a dscrete verson of Laplacan operator for trangulated surfaces, so that we can use t n practce to solve related problems We are mostly

More information

On the set of natural numbers

On the set of natural numbers On the set of natural numbers by Jalton C. Ferrera Copyrght 2001 Jalton da Costa Ferrera Introducton The natural numbers have been understood as fnte numbers, ths wor tres to show that the natural numbers

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE : Lnear Systems Summary #: Backpropagaton BACKPROPAGATION The perceptron rule as well as the Wdrow Hoff learnng were desgned to tran sngle layer networks. They suffer from the same dsadvantage: they

More information

Complex Numbers. x = B B 2 4AC 2A. or x = x = 2 ± 4 4 (1) (5) 2 (1)

Complex Numbers. x = B B 2 4AC 2A. or x = x = 2 ± 4 4 (1) (5) 2 (1) Complex Numbers If you have not yet encountered complex numbers, you wll soon do so n the process of solvng quadratc equatons. The general quadratc equaton Ax + Bx + C 0 has solutons x B + B 4AC A For

More information

LECTURE 9 CANONICAL CORRELATION ANALYSIS

LECTURE 9 CANONICAL CORRELATION ANALYSIS LECURE 9 CANONICAL CORRELAION ANALYSIS Introducton he concept of canoncal correlaton arses when we want to quantfy the assocatons between two sets of varables. For example, suppose that the frst set of

More information

Cocyclic Butson Hadamard matrices and Codes over Z n via the Trace Map

Cocyclic Butson Hadamard matrices and Codes over Z n via the Trace Map Contemporary Mathematcs Cocyclc Butson Hadamard matrces and Codes over Z n va the Trace Map N. Pnnawala and A. Rao Abstract. Over the past couple of years trace maps over Galos felds and Galos rngs have

More information

arxiv: v1 [math.ho] 18 May 2008

arxiv: v1 [math.ho] 18 May 2008 Recurrence Formulas for Fbonacc Sums Adlson J. V. Brandão, João L. Martns 2 arxv:0805.2707v [math.ho] 8 May 2008 Abstract. In ths artcle we present a new recurrence formula for a fnte sum nvolvng the Fbonacc

More information

The internal structure of natural numbers and one method for the definition of large prime numbers

The internal structure of natural numbers and one method for the definition of large prime numbers The nternal structure of natural numbers and one method for the defnton of large prme numbers Emmanul Manousos APM Insttute for the Advancement of Physcs and Mathematcs 3 Poulou str. 53 Athens Greece Abstract

More information

Group Theory Worksheet

Group Theory Worksheet Jonathan Loss Group Theory Worsheet Goals: To ntroduce the student to the bascs of group theory. To provde a hstorcal framewor n whch to learn. To understand the usefulness of Cayley tables. To specfcally

More information

Dirichlet s Theorem In Arithmetic Progressions

Dirichlet s Theorem In Arithmetic Progressions Drchlet s Theorem In Arthmetc Progressons Parsa Kavkan Hang Wang The Unversty of Adelade February 26, 205 Abstract The am of ths paper s to ntroduce and prove Drchlet s theorem n arthmetc progressons,

More information

International Mathematical Olympiad. Preliminary Selection Contest 2012 Hong Kong. Outline of Solutions

International Mathematical Olympiad. Preliminary Selection Contest 2012 Hong Kong. Outline of Solutions Internatonal Mathematcal Olympad Prelmnary Selecton ontest Hong Kong Outlne of Solutons nswers: 7 4 7 4 6 5 9 6 99 7 6 6 9 5544 49 5 7 4 6765 5 6 6 7 6 944 9 Solutons: Snce n s a two-dgt number, we have

More information

Volume 18 Figure 1. Notation 1. Notation 2. Observation 1. Remark 1. Remark 2. Remark 3. Remark 4. Remark 5. Remark 6. Theorem A [2]. Theorem B [2].

Volume 18 Figure 1. Notation 1. Notation 2. Observation 1. Remark 1. Remark 2. Remark 3. Remark 4. Remark 5. Remark 6. Theorem A [2]. Theorem B [2]. Bulletn of Mathematcal Scences and Applcatons Submtted: 016-04-07 ISSN: 78-9634, Vol. 18, pp 1-10 Revsed: 016-09-08 do:10.1805/www.scpress.com/bmsa.18.1 Accepted: 016-10-13 017 ScPress Ltd., Swtzerland

More information

Ballot Paths Avoiding Depth Zero Patterns

Ballot Paths Avoiding Depth Zero Patterns Ballot Paths Avodng Depth Zero Patterns Henrch Nederhausen and Shaun Sullvan Florda Atlantc Unversty, Boca Raton, Florda nederha@fauedu, ssull21@fauedu 1 Introducton In a paper by Sapounaks, Tasoulas,

More information

Maximizing the number of nonnegative subsets

Maximizing the number of nonnegative subsets Maxmzng the number of nonnegatve subsets Noga Alon Hao Huang December 1, 213 Abstract Gven a set of n real numbers, f the sum of elements of every subset of sze larger than k s negatve, what s the maxmum

More information

Modulo Magic Labeling in Digraphs

Modulo Magic Labeling in Digraphs Gen. Math. Notes, Vol. 7, No., August, 03, pp. 5- ISSN 9-784; Copyrght ICSRS Publcaton, 03 www.-csrs.org Avalable free onlne at http://www.geman.n Modulo Magc Labelng n Dgraphs L. Shobana and J. Baskar

More information

Two Enumerative Results on Cycles of Permutations 1

Two Enumerative Results on Cycles of Permutations 1 Two Enumeratve Results on Cycles of Permutatons Rchard P. Stanley Department of Mathematcs Massachusetts Insttute of Technology Cambrdge, MA 039, USA rstan@math.mt.edu In memory of Tom Brylawsk verson

More information

Factoring polynomials over Z4 and over certain Galois rings

Factoring polynomials over Z4 and over certain Galois rings Loughborough Unversty Insttutonal Repostory Factorng polynomals over Z4 and over certan Galos rngs Ths tem was submtted to Loughborough Unversty's Insttutonal Repostory by the/an author. Ctaton: SALAGEAN,

More information

Lecture 13 APPROXIMATION OF SECOMD ORDER DERIVATIVES

Lecture 13 APPROXIMATION OF SECOMD ORDER DERIVATIVES COMPUTATIONAL FLUID DYNAMICS: FDM: Appromaton of Second Order Dervatves Lecture APPROXIMATION OF SECOMD ORDER DERIVATIVES. APPROXIMATION OF SECOND ORDER DERIVATIVES Second order dervatves appear n dffusve

More information

The lower and upper bounds on Perron root of nonnegative irreducible matrices

The lower and upper bounds on Perron root of nonnegative irreducible matrices Journal of Computatonal Appled Mathematcs 217 (2008) 259 267 wwwelsevercom/locate/cam The lower upper bounds on Perron root of nonnegatve rreducble matrces Guang-Xn Huang a,, Feng Yn b,keguo a a College

More information

Integrals and Invariants of Euler-Lagrange Equations

Integrals and Invariants of Euler-Lagrange Equations Lecture 16 Integrals and Invarants of Euler-Lagrange Equatons ME 256 at the Indan Insttute of Scence, Bengaluru Varatonal Methods and Structural Optmzaton G. K. Ananthasuresh Professor, Mechancal Engneerng,

More information

Lecture 10: May 6, 2013

Lecture 10: May 6, 2013 TTIC/CMSC 31150 Mathematcal Toolkt Sprng 013 Madhur Tulsan Lecture 10: May 6, 013 Scrbe: Wenje Luo In today s lecture, we manly talked about random walk on graphs and ntroduce the concept of graph expander,

More information

Some Consequences. Example of Extended Euclidean Algorithm. The Fundamental Theorem of Arithmetic, II. Characterizing the GCD and LCM

Some Consequences. Example of Extended Euclidean Algorithm. The Fundamental Theorem of Arithmetic, II. Characterizing the GCD and LCM Example of Extended Eucldean Algorthm Recall that gcd(84, 33) = gcd(33, 18) = gcd(18, 15) = gcd(15, 3) = gcd(3, 0) = 3 We work backwards to wrte 3 as a lnear combnaton of 84 and 33: 3 = 18 15 [Now 3 s

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 12 10/21/2013. Martingale Concentration Inequalities and Applications

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 12 10/21/2013. Martingale Concentration Inequalities and Applications MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.65/15.070J Fall 013 Lecture 1 10/1/013 Martngale Concentraton Inequaltes and Applcatons Content. 1. Exponental concentraton for martngales wth bounded ncrements.

More information

DIFFERENTIAL FORMS BRIAN OSSERMAN

DIFFERENTIAL FORMS BRIAN OSSERMAN DIFFERENTIAL FORMS BRIAN OSSERMAN Dfferentals are an mportant topc n algebrac geometry, allowng the use of some classcal geometrc arguments n the context of varetes over any feld. We wll use them to defne

More information

Problem Solving in Math (Math 43900) Fall 2013

Problem Solving in Math (Math 43900) Fall 2013 Problem Solvng n Math (Math 43900) Fall 2013 Week four (September 17) solutons Instructor: Davd Galvn 1. Let a and b be two nteger for whch a b s dvsble by 3. Prove that a 3 b 3 s dvsble by 9. Soluton:

More information

NUMERICAL DIFFERENTIATION

NUMERICAL DIFFERENTIATION NUMERICAL DIFFERENTIATION 1 Introducton Dfferentaton s a method to compute the rate at whch a dependent output y changes wth respect to the change n the ndependent nput x. Ths rate of change s called the

More information