Calculating cyclotomic polynomials

Size: px
Start display at page:

Download "Calculating cyclotomic polynomials"

Transcription

1 Calculatig cyclotomic polyomials Adrew Arold Michael Moaga July 17, 2008 Abstract We preset two algorithms to calculate Φ (z), the th cyclotomic polyomial. The first algorithm calculates Φ (z) by a series of polyomial divisios, optimized usig the discrete Fourier trasform. The secod algorithm calculates Φ (z) as a quotiet of sparse power series. These algorithms were used to calculate cyclotomic polyomials of large height ad legth. I particular we fid cyclotomic polyomials Φ (z) of miimal order whose height is greater tha, 2, 3, ad 4, respectively. 1 Itroductio The th cyclotomic polyomial, Φ (z), is the moic polyomial whose φ() distict roots are exactly the th primitive roots of uity. Φ (z) = k=1 gcd(k,)=1 It is a irreducible polyomial i Z. We write φ() ( ) z e 2πi k. Φ (z) = a (k)z k, k=1 For < 105, the coefficiets of Φ (z) are strictly 1, 0, or 1. Deote by A() ad S() the height ad legth, respectively, of the th cyclotomic polyomial. That is, φ() A() = max a (k), S() = a (k). 0 k φ() Paul Erdos [5] proved that A() is ot bouded above by ay polyomial of. There is a wealth of material o the behaviour of A() ad the size of cyclotomic polyomial coefficiets [3], [2], [10], [11]; however, comparatively little work has goe ito actually calculatig these values. Koshiba calculated k=0 1

2 A( ) = [8] ad foud the coefficiets of Φ (z) with degree less tha φ()/10 for = = [9]. Bosma foud the least value of k for which a occurs as a (k) for some, for a < 50 [4]. We preset ew results o A(), S(), ad o the bouds of a (k) for fixed k. 1.1 Orgaizatio of paper. We preset two algorithms to calculate cyclotomic polyomials. Our first algorithm calculates Φ (z) for squarefree via a series of polyomial divisios. We use the discrete Fourier trasform to do these divisios quickly. The secod algorithm calculates Φ (z) as a quotiet of sparse power series. Usig these two algorithms, we have produced a wealth of data o the heights ad leghts of cyclotomic polyomials. Amogst our results, we have foud: A() ad S() for all < the smallest values of for which A() >, 2 ad 3 respectively a order for which A() > 4 the smallest such that A() > 2 64 (machie precisio) A() ad S() for squarefree < with six or more prime factors A() ad S() for squarefree < 10 9 with seve or more prime factors the maximum ad miimum values of a (k) for fixed k, for k < 138 the smallest istace of k for which a (k) = a for some, for a < Prelimiaries We are iterested i fidig cyclotomic polyomials with large coefficiets. The followig two idetities are useful: Lemma 1. Let > 1 be odd. The Φ 2 (z) = Φ ( z). Lemma 2. Let p be a prime that divides. The Φ p (z) = Φ (z p ) Lemma 1 tells us A(2) = A() ad S(2) = S() for odd. Lemma 2 says that A(p) = A() ad S(p) = S() for p dividig. For the remaider of the paper, we will be strictly cocered with the calculatio of cyclotomic polyomials of squarefree, odd order. Lemmas 1 ad 2 provide a easy meas of calculatig Φ (z) for eve or squarefree, provided we ca calculate Φ m (z), where m is the product of the odd prime factors of. 2

3 2 Usig the discrete Fourier trasform to calculate Φ (z) Our first algorithm calculates Φ (z) by a series of polyomial divisios. For primes p m, Φ mp (z) = Φ m(z p ) Φ m (z). (1) We thus are able to calculate Φ (z) by repeated polyomial divisio, as detailed i algorithm 1. Iput: = p 1 p 2 p k, a product of k distict primes. Output: Φ (z), the th cyclotomic polyomial. m 1 Φ m (z) z 1 for j = 1 to k do m mp j Φ m (z) Φ m(z pj ) Φ m (z) m m Algorithm 1: solvig Φ (z) by repeated divisio Our key optimizatio was to perform the polyomial divisio i algorithm 1 by way of the discrete Fourier trasform (DFT)[6]. Algorithm 2 gives a highlevel descriptio of the divisio calculatio. Usig the discrete Fourier trasform, we ca calculate Φm(zp ) Φ m(z) i O(N log(n)) arithmetic operatios, where N is the smallest power of 2 greater tha φ(m) p, the degree of the umerator. Observe that algorithm 2 requires that B i is ozero for ω i, 0 i < N. This is ot a problem for odd orders m, however, so log as our modulus q does ot divide the order m. Every power of ω is a 2 k th root of uity modulo q for some k < s. For m > 1 it holds that Φ m (z) divides z m 1 z 1 = zm 1 + z m z + 1. (2) Thus if q does ot divide m, ay root of Φ m (z) mod q is ecessarily a m th root of uity ot equal to 1. Give m is always odd for our purposes, the oly m th root of uity that is also a 2 k th root of uity modulo q for some k is exactly 1, ad so Φ m (ω i ) 0 mod q for 0 i < N. 2.1 Implemetatio Details Our implemetatio of the DFT modulo a 42-bit prime q requires 12N bytes of storage: 8N to store the iput polyomial ad the result of the DFT, ad aother 4N bytes i which we use for the DFT computatio. We require that N is a power of two greater tha φ(/p k )p k, the degree of the umerator Φ /pk (z p k ). 3

4 Iput: Φ m (z) p, a prime ot dividig N = 2 s, a power of 2 greater tha φ(m) p + 1, the umber of coefficiets of Φ m (z p ) q, a prime of the form q = r N + 1 ω, a primitive N th root of uity modulo q Output: Φ mp (z) Calculate A i ad B i by the DFT: A i Φ (ω ip ) mod q for i = 0, 1,..., N 1 B i Φ (ω i ) mod q for i = 0, 1,..., N 1 C i A i B i for i = 0, 1,..., N 1 /* C i = Φ mp (ω i ) */ Iterpolate C by the iverse discrete fast Fourier trasform to get the coefficiets of Φ mp (z). Algorithm 2: A brief descriptio of polyomial divisio via the discrete fast Fourier trasform For 32-bit primes q, N is o greater tha For cyclotomic polyomials of larger degree, we require larger primes. Choosig uecessarily large primes for the DFT, however, would require multiprecisio arithmetic. Usig 64-bit arithmetic, we are able to do multiplicatio modulo prime umbers as large as 42-bits (see algorithm 3); however, the multiplicatio is roughly four times slower tha multiplyig two itegers. We typically use a 32-bit prime uless a 42-bit prime is ecessary. Our implemetatio of algorithm 2 requires 20N bytes of storage: 16N bytes to store the itermediate results A i ad B i for 0 i < N, ad additioal 4N bytes of memory for the DFT computatio. Iput: a = a 41 a 40 a 1 a 0, b = b 41 b 40 b 1 b 0, two 42-bit primes modulo a 42-bit prime q Output: c = ab mod q A 0 a 20 a 19 a 0 /* A 0 = a mod 2 21 */ A 1 a 41 a 40 a 21 /* A 1 = (a A 0 )/2 21 */ B 0 b 20 b 19 b 0 /* B 0 = b mod 2 21 */ B 1 b 41 b 40 b 21 /* B 1 = (b B 0 )/2 21 */ c (A 1 )(B 1 )(2 21 ) + (A 1 )(B 0 ) + (A 0 )(B 1 ) c c mod q c (c)(2 21 ) + (A 0 )(B 0 ) mod q Algorithm 3: multiplicatio modulo a 42-bit prime The DFT oly gives us the coefficiets of Φ (z) modulo a prime q 1. Our resultig polyomial, call it H (z), will ot equal Φ (z) if A() > q1 2. If the height of H (z) is close to q1 2, we calculate Φ (z) modulo aother prime q 2. We 4

5 the recostruct H (z) Φ (z) mod q 1 q 2 by Chiese remaiderig. We do this process with primes q 1, q 2... q l util the height of H (z) is less tha q1q2...q l 2 by a factor of 2 20 or more. We the take our solutio H (z) ad use the DFT to test that H (ω j ) Φ /pk (ω j ) Φ /pk (ω jp k ) 0 mod q l+1, (3) for some ew prime q l+1 with N th primitive root ω. If equatio (3) holds for all j, H (z) Φ (z) (mod Q = q 1 q 2 q l q l+1 ). For q l+1 > 2 40, it follows that all of the coefficiets of Φ (z), modulo Q, lie i the iterval ( Q 2, Q 60 2 ). We cosider redudat bits sufficiet. All our results obtaied by this method have bee cosistet with results we have obtaied by o-modular algorithms. It is very ulikely that Φ (z) would have coefficiets strictly i such a small rage mod Q provided its height A() were greater tha Q 2. Table 1 lists the primes ad the primitive roots we used i our computatios. q = r N + 1 size of q ω q = bits 243 q = bits q = bits q = bits q = bits Table 1: primes ad the primitive roots used i our DFT calculatios The brut of the computatio takes place i the last divisio step, as each successive divisio step ivolves polyomials of greater degree, which requires us to use larger N for the DFT. For squarefree with largest prime divisor p, we ca compute Φ (z) i O(φ( p )p log( p p)) arithmetic operatios. Our implemetatio of algorithm 2 modulo oe 42-bit prime q requires 20N bytes of storage: 8N bytes are used to store the umerator ad the fial result; a additioal 4N bytes are used i the DFT computatio. 3 Calculatig Φ (z) as a quotiet of sparse polyomials It is well kow that Φ (z) = d ( 1 z d ) µ( d ), (4) where µ is the Mőbius fuctio. For istace, for = 105 = 3 5 7, Φ 105 (z) = (1 z3 )(1 z 5 )(1 z 7 )(1 z 105 ) (1 z)(1 z 15 )(1 z 21 )(1 z 35 ) The sparseess of each term i this quotiet leds itself to fast polyomial arithmetic. For the purposes of our algorithm, we treat Φ (z) as a power series. 5

6 Multiplyig a power series C(z) = i=0 c z by 1 z d is easy: ( )( ) d 1 c z 1 z d = c z i + (c i c i d )z i (5) i=0 To divide by 1 z d we merely multiply by the power series for 1 i=0 i=0 i=d 1 z d : ( ) c z )(1 + z d + z 2d + = (c i + c i d + c i 2d + )z i (6) Observe that the coefficiets of C(z)(1+z d ) ad C()(1+z d ) 1 deped strictly o coefficiets of lesser degree i C(z). I additio, we kow that the φ() + 1 coefficiets of Φ (z), {a (0), a (1),... a (φ())}, are palidromic, that is, a (k) = a (φ() k). So, to calculate the Φ (z) as a power series, we oly eed compute the first φ() terms. We may select the divisors d of i Iput: = p 1 p 2 p k, a product of k distict primes. Output: a (0), a (1),, a ( φ() 2 + 1), the first half of the coefficiets of Φ (z) M φ() a (0) 1 for 1 i M do a (i) 0 i=0 for d, d > 0 do if d has a eve umber of prime factors the i M while i d do c i a (i) a (i d) i i 1 else i d while i M do a (i) a (i) + a (i d) i i + 1 Algorithm 4: solvig Φ (z) as a quotiet of sparse power series ay order i algorithm 4. We could select all the values of d correspodig to terms i the deomiator first, for istace. That method, however, appears to result i some itermediate terms to become very large, typically larger tha A(). We select d i the order give by algorithm 5, usig the bits of iterator i to determie which primes divisors p of to iclude i our divisor d. 6

7 Iput: = p 1 p 2 p k, a product of k distict primes. Output: d 0, d 1,, d 2 1, a orderig of the positive divisors of k for i 0 to 2 k 1 do j i d i 1 for k 1to k do if j = 1 mod 2 the d i d i p k j j = 2 Algorithm 5: orderig the divisors of 3.1 A compariso of the two algorithms. Calculatig Φ (z) for, a product of k distict primes takes O(2 k φ() arithmetic operatios ad 4φ() bytes of memory to store the terms with 64-bit precisio. We expect that our secod approach is slower for a product of may distict small primes; however, we curretly caot calculate Φ (z) for odd with more tha 9 distict prime factors. Calculatig Φ (z) where = , the product of the smallest te odd primes, would require φ() 2 = bytes (approximately 114 GB) of memory merely to store the polyomial coefficiets up to 64-bit precisio. I practise, the power series method is appreciably faster tha the DFT approach. Our implemetatio of algorithm 4 has several advatages. First, we ca perform the calculatios i memory; aside from a small overhead, all the memory used i the power series algorithm is to store the coefficiets. The power series algorithm makes better use of the memory used to store terms. Usig 64-bits of storage for oe term gives us exactly 64-bit precisio usig algorithm 4, whereas algorithm 1 uses 64-bits to store a 42-bit terms. I additio, the arithmetic operatios used i algorithm 4 are strictly additios ad substractios, which take fewer CPU cycles tha multiplicatio ad divisio operatios. I practise, algorithm 4 is approximately 30 times faster tha algorithm 1. 4 Results 4.1 Heights ad Legths of cyclotomic polyomials To fid cyclotomic polyomials with large heights, we strictly looked at cyclotomic polyomials of squarefree, odd order. For odd > 1, it holds that Φ 2 (z) = Φ ( z), (7) ad so A(2) = A(); moreoever, for ay prime p dividig some iteger, Φ p (z) = Φ (z p ), (8) 7

8 thus A(p) = A(). We also cosidered the umber of prime factors of. Bag showed that for = pqr, a product of three primes with p < q < r, that A() < p. For, a product of two primes, A() = 1 [1]. Bloom later proved for = pqrs, a product of four primes with p < q < r < s, that A() < p(p 1)(pq 1) [3]. Batema proved a more geeral albeit slightly weaker result [2]: for = p 1 p 2 p k, a product of k distict primes with p 1 < p 2 < p k, A() j 2 k=1 p 2j k 1 1 k. (9) For istace, for = p 1 p 2 p 3 p 4 p 5, A() < p 7 1 p 3 2 p 1 3 < 2. Usig the two methods detailed i this paper, we have created a library of data o A() ad S(). We iclude here our more oteworthy results. Table 2 shows those cyclotomic polyomials we have foud whose height is greater tha all those of smaller order. Table 2 also shows the growth of log A(), which we foud of iterest. Our results iclude the first istaces of such that A() >, A() > 2, A() > 3, ad A() > 4. Tables 3 through 8 have large A() for, a product of three distict primes, up to, a product of eight primes. Table 9 shows A() for, a product of the s smallest odd primes, for 1 s 9. Table 10 shows A() for various multiples of A( ) was is first istace of A() such that A() > 2. We expected that if order produced a large height, that multiplyig by aother prime would result i large heights as well. Table 10 supports this. Ideed, give for primes p such that p Φ p(z) = Φ (z p ) Φ (z), (10) it holds that A(p) A()S(). This follows by ispectio of log divisio. Table 10 otably has the first we have foud for which A() > 4. We iclude every istace of A() which required double-precisio (128 bit) arithmetic, for < , ad every istace of A() which required tripleprecisio (192 bit) arithmetic i tables. Table 11 presets cyclotomic polyomials of large legth. I seems, usurprisigly, that the cyclotomic polyomials with the greatest heights had the greatest legths as well. 4.2 Extreme values for the k th cyclotomic polyomial coefficiet a (k) Tables 12 ad 13 give the the maximum ad miimum values of the k th cyclotomic polyomial coefficiet a (k), ad the smallest order for which we obtai those extrema. Algorithm 4 tells us that a (k) depeds strictly o the divisors of that are less tha or equal to k. To fid the extreme values of a (k) for fixed k, we calculate a (k) for all squarefree whose prime divisors are ot greater tha k. It is easy to check by ispectio whether a o-squarefree order will produce a larger coefficiet. By lemma 2, if p divides, the a p (k) = a ( k p ) 8

9 if p k, ad 0 otherwise. Thus to prove that some o-squarefree order will ot produce a larger coefficiet a (k), it suffices to show that for every positive divisor d of k, that max a (d) < max a (k), (11) ad similarly for the miimum values. To fid the miimum ad maximum values of a (k) for 0 k K, where there are P primes less tha or equal to K, we eed to calculate the the first K + 1 terms of some 2 P cyclotomic polyomials. Teatively we have results for K = 138. We fid the k = 119 is the smallest k > 0 such that a (k) > k for some, as mi a (119) = 136. Tables 14 ad 15 show, for 248 a 248, the smallest k such that a (k) = a, ad for that a ad k, the smallest order. We exted results from [4] ad [7]. Refereces [1] A. S. Bag. Om ligige φ (x) = 0. Nyt Tidsskrift for Mathematik, (6):6 12, [2] P. T. Batema, C. Pomerace, ad R. C. Vaugha. O the size of the coefficiets of the cyclotomic polyomial. I Topics i classical umber theory, Vol. I, II (Budapest, 1981), volume 34 of Colloq. Math. Soc. Jáos Bolyai, pages North-Hollad, Amsterdam, [3] D. M. Bloom. O the coefficiets of the cyclotomic polyomials. Amer. Math. Mothly, 75: , [4] Wieb Bosma. Computatio of cyclotomic polyomials with Magma. I Computatioal algebra ad umber theory (Sydey, 1992), volume 325 of Math. Appl., pages Kluwer Acad. Publ., Dordrecht, [5] Paul Erdős ad R.C. Vaugh. O the coefficiets of the cyclotomic polyomial. Bull. Amer. Math. Soc., 52: , [6] Keith O. Geddes, Stephe R. Czapor, ad George Labah. Algorithms for Computer Algebra. Kluwer Academic Publishers, 101 Philip Drive, Assiippi Park, Norwell, Massachusetts USA, [7] A. Grytczuk ad B. Tropak. A umerical method for the determiatio of the cyclotomic polyomial coefficiets. I Computatioal umber theory (Debrece, 1989), pages de Gruyter, Berli, [8] Yôichi Koshiba. O the calculatios of the coefficiets of the cyclotomic polyomials. Rep. Fac. Sci. Kagoshima Uiv., (31):31 44, [9] Yôichi Koshiba. O the calculatios of the coefficiets of the cyclotomic polyomials. II. Rep. Fac. Sci. Kagoshima Uiv., (33):55 59,

10 [10] Helmut Maier. The size of the coefficiets of cyclotomic polyomials. I Aalytic umber theory, Vol. 2 (Allerto Park, IL, 1995), volume 139 of Progr. Math., pages Birkhäuser Bosto, Bosto, MA, [11] R. Thagadurai. O the coefficiets of cyclotomic polyomials. I Cyclotomic fields ad related topics (Pue, 1999), pages Bhaskaracharya Pratishthaa, Pue,

11 5 Appedix Table 2: such that A() > A(m) for m < A() log A()

12 Table 3: A() for a product of three distict odd primes, < factorizatio of A()

13 Table 4: A() for a product of four distict odd primes, < factorizatio of A()

14 Table 5: A() for a product of five distict odd primes, < 10 8 factorizatio of A()

15 Table 6: A() for a product of six distict primes, < factorizatio of A() Table 7: Large A() for a product of seve distict primes, < factorizatio of A()

16 Table 8: Large A() for a product of eight distict primes, < factorizatio of A() Table 9: A() for a product of the smallest odd primes factorizatio of A() * *(Koshiba,2002). Table 10: A() for a multiple of m = A() 7m = m = m = m = m = m = m = m = m = m =

17 Table 11: S() such that S() > S(m) for > m, for < 10 9 S() Cotiued o Next Page... 17

18 Table 11 Cotiued S()

19 Table 12: The maximum values of a (k) for fixed k, 0 k 138 k max (k) Cotiued o Next Page... 19

20 Table 12 Cotiued k max (k) Cotiued o Next Page... 20

21 Table 12 Cotiued k max (k) Cotiued o Next Page... 21

22 Table 12 Cotiued k max (k)

23 Table 13: The miimum values of a (k) for fixed k, 0 k 138 k mi a (k) Cotiued o Next Page... 23

24 Table 13 Cotiued k mi a (k) Cotiued o Next Page... 24

25 Table 13 Cotiued k mi a (k) Cotiued o Next Page... 25

26 Table 13 Cotiued k mi a (k)

27 Table 14: Least k for which a occurs as a (k), 0 < a 248 a k Cotiued o Next Page... 27

28 Table 14 Cotiued a k Cotiued o Next Page... 28

29 Table 14 Cotiued a k Cotiued o Next Page... 29

30 Table 14 Cotiued a k Cotiued o Next Page... 30

31 Table 14 Cotiued a k Cotiued o Next Page... 31

32 Table 14 Cotiued a k

33 Table 15: Least k for which a occurs as a (k), 248 a < 0 a k Cotiued o Next Page... 33

34 Table 15 Cotiued a k Cotiued o Next Page... 34

35 Table 15 Cotiued a k Cotiued o Next Page... 35

36 Table 15 Cotiued a k Cotiued o Next Page... 36

37 Table 15 Cotiued a k Cotiued o Next Page... 37

Zeros of Polynomials

Zeros of Polynomials Math 160 www.timetodare.com 4.5 4.6 Zeros of Polyomials I these sectios we will study polyomials algebraically. Most of our work will be cocered with fidig the solutios of polyomial equatios of ay degree

More information

3.2 Properties of Division 3.3 Zeros of Polynomials 3.4 Complex and Rational Zeros of Polynomials

3.2 Properties of Division 3.3 Zeros of Polynomials 3.4 Complex and Rational Zeros of Polynomials Math 60 www.timetodare.com 3. Properties of Divisio 3.3 Zeros of Polyomials 3.4 Complex ad Ratioal Zeros of Polyomials I these sectios we will study polyomials algebraically. Most of our work will be cocered

More information

ON THE LEHMER CONSTANT OF FINITE CYCLIC GROUPS

ON THE LEHMER CONSTANT OF FINITE CYCLIC GROUPS ON THE LEHMER CONSTANT OF FINITE CYCLIC GROUPS NORBERT KAIBLINGER Abstract. Results of Lid o Lehmer s problem iclude the value of the Lehmer costat of the fiite cyclic group Z/Z, for 5 ad all odd. By complemetary

More information

Unit 4: Polynomial and Rational Functions

Unit 4: Polynomial and Rational Functions 48 Uit 4: Polyomial ad Ratioal Fuctios Polyomial Fuctios A polyomial fuctio y px ( ) is a fuctio of the form p( x) ax + a x + a x +... + ax + ax+ a 1 1 1 0 where a, a 1,..., a, a1, a0are real costats ad

More information

TEACHER CERTIFICATION STUDY GUIDE

TEACHER CERTIFICATION STUDY GUIDE COMPETENCY 1. ALGEBRA SKILL 1.1 1.1a. ALGEBRAIC STRUCTURES Kow why the real ad complex umbers are each a field, ad that particular rigs are ot fields (e.g., itegers, polyomial rigs, matrix rigs) Algebra

More information

MATH 304: MIDTERM EXAM SOLUTIONS

MATH 304: MIDTERM EXAM SOLUTIONS MATH 304: MIDTERM EXAM SOLUTIONS [The problems are each worth five poits, except for problem 8, which is worth 8 poits. Thus there are 43 possible poits.] 1. Use the Euclidea algorithm to fid the greatest

More information

Bertrand s Postulate

Bertrand s Postulate Bertrad s Postulate Lola Thompso Ross Program July 3, 2009 Lola Thompso (Ross Program Bertrad s Postulate July 3, 2009 1 / 33 Bertrad s Postulate I ve said it oce ad I ll say it agai: There s always a

More information

LESSON 2: SIMPLIFYING RADICALS

LESSON 2: SIMPLIFYING RADICALS High School: Workig with Epressios LESSON : SIMPLIFYING RADICALS N.RN.. C N.RN.. B 5 5 C t t t t t E a b a a b N.RN.. 4 6 N.RN. 4. N.RN. 5. N.RN. 6. 7 8 N.RN. 7. A 7 N.RN. 8. 6 80 448 4 5 6 48 00 6 6 6

More information

Algorithms and Data Structures 2014 Exercises and Solutions Week 13

Algorithms and Data Structures 2014 Exercises and Solutions Week 13 Algorithms ad Data Structures 204 Exercises ad Solutios Week 3 Toom-Cook (cotiued) Durig the last lecture, two polyomials A(x) a 0 + a x ad B(x) b 0 + b x both of degree were multiplied, first by evaluatig

More information

[ 11 ] z of degree 2 as both degree 2 each. The degree of a polynomial in n variables is the maximum of the degrees of its terms.

[ 11 ] z of degree 2 as both degree 2 each. The degree of a polynomial in n variables is the maximum of the degrees of its terms. [ 11 ] 1 1.1 Polyomial Fuctios 1 Algebra Ay fuctio f ( x) ax a1x... a1x a0 is a polyomial fuctio if ai ( i 0,1,,,..., ) is a costat which belogs to the set of real umbers ad the idices,, 1,...,1 are atural

More information

Curve Sketching Handout #5 Topic Interpretation Rational Functions

Curve Sketching Handout #5 Topic Interpretation Rational Functions Curve Sketchig Hadout #5 Topic Iterpretatio Ratioal Fuctios A ratioal fuctio is a fuctio f that is a quotiet of two polyomials. I other words, p ( ) ( ) f is a ratioal fuctio if p ( ) ad q ( ) are polyomials

More information

IP Reference guide for integer programming formulations.

IP Reference guide for integer programming formulations. IP Referece guide for iteger programmig formulatios. by James B. Orli for 15.053 ad 15.058 This documet is iteded as a compact (or relatively compact) guide to the formulatio of iteger programs. For more

More information

MAT 271 Project: Partial Fractions for certain rational functions

MAT 271 Project: Partial Fractions for certain rational functions MAT 7 Project: Partial Fractios for certai ratioal fuctios Prerequisite kowledge: partial fractios from MAT 7, a very good commad of factorig ad complex umbers from Precalculus. To complete this project,

More information

11. FINITE FIELDS. Example 1: The following tables define addition and multiplication for a field of order 4.

11. FINITE FIELDS. Example 1: The following tables define addition and multiplication for a field of order 4. 11. FINITE FIELDS 11.1. A Field With 4 Elemets Probably the oly fiite fields which you ll kow about at this stage are the fields of itegers modulo a prime p, deoted by Z p. But there are others. Now although

More information

Stochastic Matrices in a Finite Field

Stochastic Matrices in a Finite Field Stochastic Matrices i a Fiite Field Abstract: I this project we will explore the properties of stochastic matrices i both the real ad the fiite fields. We first explore what properties 2 2 stochastic matrices

More information

Polynomial Multiplication and Fast Fourier Transform

Polynomial Multiplication and Fast Fourier Transform Polyomial Multiplicatio ad Fast Fourier Trasform Com S 477/577 Notes Ya-Bi Jia Sep 19, 2017 I this lecture we will describe the famous algorithm of fast Fourier trasform FFT, which has revolutioized digital

More information

NICK DUFRESNE. 1 1 p(x). To determine some formulas for the generating function of the Schröder numbers, r(x) = a(x) =

NICK DUFRESNE. 1 1 p(x). To determine some formulas for the generating function of the Schröder numbers, r(x) = a(x) = AN INTRODUCTION TO SCHRÖDER AND UNKNOWN NUMBERS NICK DUFRESNE Abstract. I this article we will itroduce two types of lattice paths, Schröder paths ad Ukow paths. We will examie differet properties of each,

More information

Properties and Tests of Zeros of Polynomial Functions

Properties and Tests of Zeros of Polynomial Functions Properties ad Tests of Zeros of Polyomial Fuctios The Remaider ad Factor Theorems: Sythetic divisio ca be used to fid the values of polyomials i a sometimes easier way tha substitutio. This is show by

More information

Math 609/597: Cryptography 1

Math 609/597: Cryptography 1 Math 609/597: Cryptography 1 The Solovay-Strasse Primality Test 12 October, 1993 Burt Roseberg Revised: 6 October, 2000 1 Itroductio We describe the Solovay-Strasse primality test. There is quite a bit

More information

Math 4400/6400 Homework #7 solutions

Math 4400/6400 Homework #7 solutions MATH 4400 problems. Math 4400/6400 Homewor #7 solutios 1. Let p be a prime umber. Show that the order of 1 + p modulo p 2 is exactly p. Hit: Expad (1 + p) p by the biomial theorem, ad recall from MATH

More information

x x x Using a second Taylor polynomial with remainder, find the best constant C so that for x 0,

x x x Using a second Taylor polynomial with remainder, find the best constant C so that for x 0, Math Activity 9( Due with Fial Eam) Usig first ad secod Taylor polyomials with remaider, show that for, 8 Usig a secod Taylor polyomial with remaider, fid the best costat C so that for, C 9 The th Derivative

More information

Quantum Computing Lecture 7. Quantum Factoring

Quantum Computing Lecture 7. Quantum Factoring Quatum Computig Lecture 7 Quatum Factorig Maris Ozols Quatum factorig A polyomial time quatum algorithm for factorig umbers was published by Peter Shor i 1994. Polyomial time meas that the umber of gates

More information

The Discrete Fourier Transform

The Discrete Fourier Transform The Discrete Fourier Trasform Complex Fourier Series Represetatio Recall that a Fourier series has the form a 0 + a k cos(kt) + k=1 b k si(kt) This represetatio seems a bit awkward, sice it ivolves two

More information

Let A(x) and B(x) be two polynomials of degree n 1:

Let A(x) and B(x) be two polynomials of degree n 1: MI-EVY (2011/2012) J. Holub: 4. DFT, FFT ad Patter Matchig p. 2/42 Operatios o polyomials MI-EVY (2011/2012) J. Holub: 4. DFT, FFT ad Patter Matchig p. 4/42 Efficiet Patter Matchig (MI-EVY) 4. DFT, FFT

More information

TR/46 OCTOBER THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION A. TALBOT

TR/46 OCTOBER THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION A. TALBOT TR/46 OCTOBER 974 THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION by A. TALBOT .. Itroductio. A problem i approximatio theory o which I have recetly worked [] required for its solutio a proof that the

More information

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense,

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense, 3. Z Trasform Referece: Etire Chapter 3 of text. Recall that the Fourier trasform (FT) of a DT sigal x [ ] is ω ( ) [ ] X e = j jω k = xe I order for the FT to exist i the fiite magitude sese, S = x [

More information

Polynomial and Rational Functions. Polynomial functions and Their Graphs. Polynomial functions and Their Graphs. Examples

Polynomial and Rational Functions. Polynomial functions and Their Graphs. Polynomial functions and Their Graphs. Examples Polomial ad Ratioal Fuctios Polomial fuctios ad Their Graphs Math 44 Precalculus Polomial ad Ratioal Fuctios Polomial Fuctios ad Their Graphs Polomial fuctios ad Their Graphs A Polomial of degree is a

More information

Algebra II Notes Unit Seven: Powers, Roots, and Radicals

Algebra II Notes Unit Seven: Powers, Roots, and Radicals Syllabus Objectives: 7. The studets will use properties of ratioal epoets to simplify ad evaluate epressios. 7.8 The studet will solve equatios cotaiig radicals or ratioal epoets. b a, the b is the radical.

More information

Q-BINOMIALS AND THE GREATEST COMMON DIVISOR. Keith R. Slavin 8474 SW Chevy Place, Beaverton, Oregon 97008, USA.

Q-BINOMIALS AND THE GREATEST COMMON DIVISOR. Keith R. Slavin 8474 SW Chevy Place, Beaverton, Oregon 97008, USA. INTEGERS: ELECTRONIC JOURNAL OF COMBINATORIAL NUMBER THEORY 8 2008, #A05 Q-BINOMIALS AND THE GREATEST COMMON DIVISOR Keith R. Slavi 8474 SW Chevy Place, Beaverto, Orego 97008, USA slavi@dsl-oly.et Received:

More information

Trial division, Pollard s p 1, Pollard s ρ, and Fermat s method. Christopher Koch 1. April 8, 2014

Trial division, Pollard s p 1, Pollard s ρ, and Fermat s method. Christopher Koch 1. April 8, 2014 Iteger Divisio Algorithm ad Cogruece Iteger Trial divisio,,, ad with itegers mod Iverses mod Multiplicatio ad GCD Iteger Christopher Koch 1 1 Departmet of Computer Sciece ad Egieerig CSE489/589 Algorithms

More information

Lesson 10: Limits and Continuity

Lesson 10: Limits and Continuity www.scimsacademy.com Lesso 10: Limits ad Cotiuity SCIMS Academy 1 Limit of a fuctio The cocept of limit of a fuctio is cetral to all other cocepts i calculus (like cotiuity, derivative, defiite itegrals

More information

CSE 1400 Applied Discrete Mathematics Number Theory and Proofs

CSE 1400 Applied Discrete Mathematics Number Theory and Proofs CSE 1400 Applied Discrete Mathematics Number Theory ad Proofs Departmet of Computer Scieces College of Egieerig Florida Tech Sprig 01 Problems for Number Theory Backgroud Number theory is the brach of

More information

CHAPTER I: Vector Spaces

CHAPTER I: Vector Spaces CHAPTER I: Vector Spaces Sectio 1: Itroductio ad Examples This first chapter is largely a review of topics you probably saw i your liear algebra course. So why cover it? (1) Not everyoe remembers everythig

More information

Solutions to Math 347 Practice Problems for the final

Solutions to Math 347 Practice Problems for the final Solutios to Math 347 Practice Problems for the fial 1) True or False: a) There exist itegers x,y such that 50x + 76y = 6. True: the gcd of 50 ad 76 is, ad 6 is a multiple of. b) The ifiimum of a set is

More information

The multiplicative structure of finite field and a construction of LRC

The multiplicative structure of finite field and a construction of LRC IERG6120 Codig for Distributed Storage Systems Lecture 8-06/10/2016 The multiplicative structure of fiite field ad a costructio of LRC Lecturer: Keeth Shum Scribe: Zhouyi Hu Notatios: We use the otatio

More information

DIVISIBILITY PROPERTIES OF GENERALIZED FIBONACCI POLYNOMIALS

DIVISIBILITY PROPERTIES OF GENERALIZED FIBONACCI POLYNOMIALS DIVISIBILITY PROPERTIES OF GENERALIZED FIBONACCI POLYNOMIALS VERNER E. HOGGATT, JR. Sa Jose State Uiversity, Sa Jose, Califoria 95192 ad CALVIN T. LONG Washigto State Uiversity, Pullma, Washigto 99163

More information

Complex Numbers Solutions

Complex Numbers Solutions Complex Numbers Solutios Joseph Zoller February 7, 06 Solutios. (009 AIME I Problem ) There is a complex umber with imagiary part 64 ad a positive iteger such that Fid. [Solutio: 697] 4i + + 4i. 4i 4i

More information

In algebra one spends much time finding common denominators and thus simplifying rational expressions. For example:

In algebra one spends much time finding common denominators and thus simplifying rational expressions. For example: 74 The Method of Partial Fractios I algebra oe speds much time fidig commo deomiators ad thus simplifyig ratioal epressios For eample: + + + 6 5 + = + = = + + + + + ( )( ) 5 It may the seem odd to be watig

More information

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 +

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + 62. Power series Defiitio 16. (Power series) Give a sequece {c }, the series c x = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + is called a power series i the variable x. The umbers c are called the coefficiets of

More information

In number theory we will generally be working with integers, though occasionally fractions and irrationals will come into play.

In number theory we will generally be working with integers, though occasionally fractions and irrationals will come into play. Number Theory Math 5840 otes. Sectio 1: Axioms. I umber theory we will geerally be workig with itegers, though occasioally fractios ad irratioals will come ito play. Notatio: Z deotes the set of all itegers

More information

UNITARY HARMONIC NUMBERS. CHARLES R. WALL Trident Technical College, Charleston, SC (Submitted October 1981) 1. INTRODUCTION

UNITARY HARMONIC NUMBERS. CHARLES R. WALL Trident Technical College, Charleston, SC (Submitted October 1981) 1. INTRODUCTION CHARLES R. WALL Tridet Techical College, Charlesto, SC 911 (Submitted October 1981) 1. INTRODUCTION Ore [] ivestigated the harmoic mea H() of the divisors of ad showed that H() x () I'o(), where,

More information

-ORDER CONVERGENCE FOR FINDING SIMPLE ROOT OF A POLYNOMIAL EQUATION

-ORDER CONVERGENCE FOR FINDING SIMPLE ROOT OF A POLYNOMIAL EQUATION NEW NEWTON-TYPE METHOD WITH k -ORDER CONVERGENCE FOR FINDING SIMPLE ROOT OF A POLYNOMIAL EQUATION R. Thukral Padé Research Cetre, 39 Deaswood Hill, Leeds West Yorkshire, LS7 JS, ENGLAND ABSTRACT The objective

More information

Appendix F: Complex Numbers

Appendix F: Complex Numbers Appedix F Complex Numbers F1 Appedix F: Complex Numbers Use the imagiary uit i to write complex umbers, ad to add, subtract, ad multiply complex umbers. Fid complex solutios of quadratic equatios. Write

More information

APPENDIX F Complex Numbers

APPENDIX F Complex Numbers APPENDIX F Complex Numbers Operatios with Complex Numbers Complex Solutios of Quadratic Equatios Polar Form of a Complex Number Powers ad Roots of Complex Numbers Operatios with Complex Numbers Some equatios

More information

Order doesn t matter. There exists a number (zero) whose sum with any number is the number.

Order doesn t matter. There exists a number (zero) whose sum with any number is the number. P. Real Numbers ad Their Properties Natural Numbers 1,,3. Whole Numbers 0, 1,,... Itegers..., -1, 0, 1,... Real Numbers Ratioal umbers (p/q) Where p & q are itegers, q 0 Irratioal umbers o-termiatig ad

More information

1 Generating functions for balls in boxes

1 Generating functions for balls in boxes Math 566 Fall 05 Some otes o geeratig fuctios Give a sequece a 0, a, a,..., a,..., a geeratig fuctio some way of represetig the sequece as a fuctio. There are may ways to do this, with the most commo ways

More information

Chapter 4. Fourier Series

Chapter 4. Fourier Series Chapter 4. Fourier Series At this poit we are ready to ow cosider the caoical equatios. Cosider, for eample the heat equatio u t = u, < (4.) subject to u(, ) = si, u(, t) = u(, t) =. (4.) Here,

More information

6 Integers Modulo n. integer k can be written as k = qn + r, with q,r, 0 r b. So any integer.

6 Integers Modulo n. integer k can be written as k = qn + r, with q,r, 0 r b. So any integer. 6 Itegers Modulo I Example 2.3(e), we have defied the cogruece of two itegers a,b with respect to a modulus. Let us recall that a b (mod ) meas a b. We have proved that cogruece is a equivalece relatio

More information

ARITHMETIC PROGRESSIONS

ARITHMETIC PROGRESSIONS CHAPTER 5 ARITHMETIC PROGRESSIONS (A) Mai Cocepts ad Results A arithmetic progressio (AP) is a list of umbers i which each term is obtaied by addig a fixed umber d to the precedig term, except the first

More information

Basic Sets. Functions. MTH299 - Examples. Example 1. Let S = {1, {2, 3}, 4}. Indicate whether each statement is true or false. (a) S = 4. (e) 2 S.

Basic Sets. Functions. MTH299 - Examples. Example 1. Let S = {1, {2, 3}, 4}. Indicate whether each statement is true or false. (a) S = 4. (e) 2 S. Basic Sets Example 1. Let S = {1, {2, 3}, 4}. Idicate whether each statemet is true or false. (a) S = 4 (b) {1} S (c) {2, 3} S (d) {1, 4} S (e) 2 S. (f) S = {1, 4, {2, 3}} (g) S Example 2. Compute the

More information

RADICAL EXPRESSION. If a and x are real numbers and n is a positive integer, then x is an. n th root theorems: Example 1 Simplify

RADICAL EXPRESSION. If a and x are real numbers and n is a positive integer, then x is an. n th root theorems: Example 1 Simplify Example 1 Simplify 1.2A Radical Operatios a) 4 2 b) 16 1 2 c) 16 d) 2 e) 8 1 f) 8 What is the relatioship betwee a, b, c? What is the relatioship betwee d, e, f? If x = a, the x = = th root theorems: RADICAL

More information

The z-transform. 7.1 Introduction. 7.2 The z-transform Derivation of the z-transform: x[n] = z n LTI system, h[n] z = re j

The z-transform. 7.1 Introduction. 7.2 The z-transform Derivation of the z-transform: x[n] = z n LTI system, h[n] z = re j The -Trasform 7. Itroductio Geeralie the complex siusoidal represetatio offered by DTFT to a represetatio of complex expoetial sigals. Obtai more geeral characteristics for discrete-time LTI systems. 7.

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES 11 INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES 11.4 The Compariso Tests I this sectio, we will lear: How to fid the value of a series by comparig it with a kow series. COMPARISON TESTS

More information

End-of-Year Contest. ERHS Math Club. May 5, 2009

End-of-Year Contest. ERHS Math Club. May 5, 2009 Ed-of-Year Cotest ERHS Math Club May 5, 009 Problem 1: There are 9 cois. Oe is fake ad weighs a little less tha the others. Fid the fake coi by weighigs. Solutio: Separate the 9 cois ito 3 groups (A, B,

More information

CSI 2101 Discrete Structures Winter Homework Assignment #4 (100 points, weight 5%) Due: Thursday, April 5, at 1:00pm (in lecture)

CSI 2101 Discrete Structures Winter Homework Assignment #4 (100 points, weight 5%) Due: Thursday, April 5, at 1:00pm (in lecture) CSI 101 Discrete Structures Witer 01 Prof. Lucia Moura Uiversity of Ottawa Homework Assigmet #4 (100 poits, weight %) Due: Thursday, April, at 1:00pm (i lecture) Program verificatio, Recurrece Relatios

More information

Complex Number Theory without Imaginary Number (i)

Complex Number Theory without Imaginary Number (i) Ope Access Library Joural Complex Number Theory without Imagiary Number (i Deepak Bhalchadra Gode Directorate of Cesus Operatios, Mumbai, Idia Email: deepakm_4@rediffmail.com Received 6 July 04; revised

More information

THE ASYMPTOTIC COMPLEXITY OF MATRIX REDUCTION OVER FINITE FIELDS

THE ASYMPTOTIC COMPLEXITY OF MATRIX REDUCTION OVER FINITE FIELDS THE ASYMPTOTIC COMPLEXITY OF MATRIX REDUCTION OVER FINITE FIELDS DEMETRES CHRISTOFIDES Abstract. Cosider a ivertible matrix over some field. The Gauss-Jorda elimiatio reduces this matrix to the idetity

More information

A.1 Algebra Review: Polynomials/Rationals. Definitions:

A.1 Algebra Review: Polynomials/Rationals. Definitions: MATH 040 Notes: Uit 0 Page 1 A.1 Algera Review: Polyomials/Ratioals Defiitios: A polyomial is a sum of polyomial terms. Polyomial terms are epressios formed y products of costats ad variales with whole

More information

Intensive Algorithms Lecture 11. DFT and DP. Lecturer: Daniel A. Spielman February 20, f(n) O(g(n) log c g(n)).

Intensive Algorithms Lecture 11. DFT and DP. Lecturer: Daniel A. Spielman February 20, f(n) O(g(n) log c g(n)). Itesive Algorithms Lecture 11 DFT ad DP Lecturer: Daiel A. Spielma February 20, 2018 11.1 Itroductio The purpose of this lecture is to lear how use the Discrete Fourier Trasform to save space i Dyamic

More information

Matrices and vectors

Matrices and vectors Oe Matrices ad vectors This book takes for grated that readers have some previous kowledge of the calculus of real fuctios of oe real variable It would be helpful to also have some kowledge of liear algebra

More information

ECE-S352 Introduction to Digital Signal Processing Lecture 3A Direct Solution of Difference Equations

ECE-S352 Introduction to Digital Signal Processing Lecture 3A Direct Solution of Difference Equations ECE-S352 Itroductio to Digital Sigal Processig Lecture 3A Direct Solutio of Differece Equatios Discrete Time Systems Described by Differece Equatios Uit impulse (sample) respose h() of a DT system allows

More information

SOLVED EXAMPLES

SOLVED EXAMPLES Prelimiaries Chapter PELIMINAIES Cocept of Divisibility: A o-zero iteger t is said to be a divisor of a iteger s if there is a iteger u such that s tu I this case we write t s (i) 6 as ca be writte as

More information

Northwest High School s Algebra 2/Honors Algebra 2 Summer Review Packet

Northwest High School s Algebra 2/Honors Algebra 2 Summer Review Packet Northwest High School s Algebra /Hoors Algebra Summer Review Packet This packet is optioal! It will NOT be collected for a grade et school year! This packet has bee desiged to help you review various mathematical

More information

PRELIM PROBLEM SOLUTIONS

PRELIM PROBLEM SOLUTIONS PRELIM PROBLEM SOLUTIONS THE GRAD STUDENTS + KEN Cotets. Complex Aalysis Practice Problems 2. 2. Real Aalysis Practice Problems 2. 4 3. Algebra Practice Problems 2. 8. Complex Aalysis Practice Problems

More information

Proof of Fermat s Last Theorem by Algebra Identities and Linear Algebra

Proof of Fermat s Last Theorem by Algebra Identities and Linear Algebra Proof of Fermat s Last Theorem by Algebra Idetities ad Liear Algebra Javad Babaee Ragai Youg Researchers ad Elite Club, Qaemshahr Brach, Islamic Azad Uiversity, Qaemshahr, Ira Departmet of Civil Egieerig,

More information

arxiv: v1 [math.co] 3 Feb 2013

arxiv: v1 [math.co] 3 Feb 2013 Cotiued Fractios of Quadratic Numbers L ubomíra Balková Araka Hrušková arxiv:0.05v [math.co] Feb 0 February 5 0 Abstract I this paper we will first summarize kow results cocerig cotiued fractios. The we

More information

Beurling Integers: Part 2

Beurling Integers: Part 2 Beurlig Itegers: Part 2 Isomorphisms Devi Platt July 11, 2015 1 Prime Factorizatio Sequeces I the last article we itroduced the Beurlig geeralized itegers, which ca be represeted as a sequece of real umbers

More information

We are mainly going to be concerned with power series in x, such as. (x)} converges - that is, lims N n

We are mainly going to be concerned with power series in x, such as. (x)} converges - that is, lims N n Review of Power Series, Power Series Solutios A power series i x - a is a ifiite series of the form c (x a) =c +c (x a)+(x a) +... We also call this a power series cetered at a. Ex. (x+) is cetered at

More information

n m CHAPTER 3 RATIONAL EXPONENTS AND RADICAL FUNCTIONS 3-1 Evaluate n th Roots and Use Rational Exponents Real nth Roots of a n th Root of a

n m CHAPTER 3 RATIONAL EXPONENTS AND RADICAL FUNCTIONS 3-1 Evaluate n th Roots and Use Rational Exponents Real nth Roots of a n th Root of a CHAPTER RATIONAL EXPONENTS AND RADICAL FUNCTIONS Big IDEAS: 1) Usig ratioal expoets ) Performig fuctio operatios ad fidig iverse fuctios ) Graphig radical fuctios ad solvig radical equatios Sectio: Essetial

More information

Recurrence Relations

Recurrence Relations Recurrece Relatios Aalysis of recursive algorithms, such as: it factorial (it ) { if (==0) retur ; else retur ( * factorial(-)); } Let t be the umber of multiplicatios eeded to calculate factorial(). The

More information

Comparison Study of Series Approximation. and Convergence between Chebyshev. and Legendre Series

Comparison Study of Series Approximation. and Convergence between Chebyshev. and Legendre Series Applied Mathematical Scieces, Vol. 7, 03, o. 6, 3-337 HIKARI Ltd, www.m-hikari.com http://d.doi.org/0.988/ams.03.3430 Compariso Study of Series Approimatio ad Covergece betwee Chebyshev ad Legedre Series

More information

Classroom. We investigate and further explore the problem of dividing x = n + m (m, n are coprime) sheep in

Classroom. We investigate and further explore the problem of dividing x = n + m (m, n are coprime) sheep in Classroom I this sectio of Resoace, we ivite readers to pose questios likely to be raised i a classroom situatio. We may suggest strategies for dealig with them, or ivite resposes, or both. Classroom is

More information

MATH 10550, EXAM 3 SOLUTIONS

MATH 10550, EXAM 3 SOLUTIONS MATH 155, EXAM 3 SOLUTIONS 1. I fidig a approximate solutio to the equatio x 3 +x 4 = usig Newto s method with iitial approximatio x 1 = 1, what is x? Solutio. Recall that x +1 = x f(x ) f (x ). Hece,

More information

Some remarks for codes and lattices over imaginary quadratic

Some remarks for codes and lattices over imaginary quadratic Some remarks for codes ad lattices over imagiary quadratic fields Toy Shaska Oaklad Uiversity, Rochester, MI, USA. Caleb Shor Wester New Eglad Uiversity, Sprigfield, MA, USA. shaska@oaklad.edu Abstract

More information

x c the remainder is Pc ().

x c the remainder is Pc (). Algebra, Polyomial ad Ratioal Fuctios Page 1 K.Paulk Notes Chapter 3, Sectio 3.1 to 3.4 Summary Sectio Theorem Notes 3.1 Zeros of a Fuctio Set the fuctio to zero ad solve for x. The fuctio is zero at these

More information

Generating Functions. 1 Operations on generating functions

Generating Functions. 1 Operations on generating functions Geeratig Fuctios The geeratig fuctio for a sequece a 0, a,..., a,... is defied to be the power series fx a x. 0 We say that a 0, a,... is the sequece geerated by fx ad a is the coefficiet of x. Example

More information

Lemma Let f(x) K[x] be a separable polynomial of degree n. Then the Galois group is a subgroup of S n, the permutations of the roots.

Lemma Let f(x) K[x] be a separable polynomial of degree n. Then the Galois group is a subgroup of S n, the permutations of the roots. 15 Cubics, Quartics ad Polygos It is iterestig to chase through the argumets of 14 ad see how this affects solvig polyomial equatios i specific examples We make a global assumptio that the characteristic

More information

Topic 9: Sampling Distributions of Estimators

Topic 9: Sampling Distributions of Estimators Topic 9: Samplig Distributios of Estimators Course 003, 2018 Page 0 Samplig distributios of estimators Sice our estimators are statistics (particular fuctios of radom variables), their distributio ca be

More information

COMM 602: Digital Signal Processing

COMM 602: Digital Signal Processing COMM 60: Digital Sigal Processig Lecture 4 -Properties of LTIS Usig Z-Trasform -Iverse Z-Trasform Properties of LTIS Usig Z-Trasform Properties of LTIS Usig Z-Trasform -ve +ve Properties of LTIS Usig Z-Trasform

More information

(I.C) THE DISTRIBUTION OF PRIMES

(I.C) THE DISTRIBUTION OF PRIMES I.C) THE DISTRIBUTION OF PRIMES I the last sectio we showed via a Euclid-ispired, algebraic argumet that there are ifiitely may primes of the form p = 4 i.e. 4 + 3). I fact, this is true for primes of

More information

6.3 Testing Series With Positive Terms

6.3 Testing Series With Positive Terms 6.3. TESTING SERIES WITH POSITIVE TERMS 307 6.3 Testig Series With Positive Terms 6.3. Review of what is kow up to ow I theory, testig a series a i for covergece amouts to fidig the i= sequece of partial

More information

Topic 9: Sampling Distributions of Estimators

Topic 9: Sampling Distributions of Estimators Topic 9: Samplig Distributios of Estimators Course 003, 2018 Page 0 Samplig distributios of estimators Sice our estimators are statistics (particular fuctios of radom variables), their distributio ca be

More information

SNAP Centre Workshop. Basic Algebraic Manipulation

SNAP Centre Workshop. Basic Algebraic Manipulation SNAP Cetre Workshop Basic Algebraic Maipulatio 8 Simplifyig Algebraic Expressios Whe a expressio is writte i the most compact maer possible, it is cosidered to be simplified. Not Simplified: x(x + 4x)

More information

= 4 and 4 is the principal cube root of 64.

= 4 and 4 is the principal cube root of 64. Chapter Real Numbers ad Radicals Day 1: Roots ad Radicals A2TH SWBAT evaluate radicals of ay idex Do Now: Simplify the followig: a) 2 2 b) (-2) 2 c) -2 2 d) 8 2 e) (-8) 2 f) 5 g)(-5) Based o parts a ad

More information

Bertrand s Postulate. Theorem (Bertrand s Postulate): For every positive integer n, there is a prime p satisfying n < p 2n.

Bertrand s Postulate. Theorem (Bertrand s Postulate): For every positive integer n, there is a prime p satisfying n < p 2n. Bertrad s Postulate Our goal is to prove the followig Theorem Bertrad s Postulate: For every positive iteger, there is a prime p satisfyig < p We remark that Bertrad s Postulate is true by ispectio for,,

More information

Exercises 1 Sets and functions

Exercises 1 Sets and functions Exercises 1 Sets ad fuctios HU Wei September 6, 018 1 Basics Set theory ca be made much more rigorous ad built upo a set of Axioms. But we will cover oly some heuristic ideas. For those iterested studets,

More information

Summary: Congruences. j=1. 1 Here we use the Mathematica syntax for the function. In Maple worksheets, the function

Summary: Congruences. j=1. 1 Here we use the Mathematica syntax for the function. In Maple worksheets, the function Summary: Cogrueces j whe divided by, ad determiig the additive order of a iteger mod. As described i the Prelab sectio, cogrueces ca be thought of i terms of coutig with rows, ad for some questios this

More information

An Account of Congruences Mod p k Using Halley s Method

An Account of Congruences Mod p k Using Halley s Method World Applied Scieces Joural 16 (11): 166-160, 01 ISSN 1818-49 IDOSI Pulicatios, 01 A Accout of Cogrueces Mod p Usig Halley s Method M. Khalid Mahmood ad M. Aslam Mali Departmet of Mathematics, Uiversity

More information

Chapter 4 : Laplace Transform

Chapter 4 : Laplace Transform 4. Itroductio Laplace trasform is a alterative to solve the differetial equatio by the complex frequecy domai ( s = σ + jω), istead of the usual time domai. The DE ca be easily trasformed ito a algebraic

More information

The picture in figure 1.1 helps us to see that the area represents the distance traveled. Figure 1: Area represents distance travelled

The picture in figure 1.1 helps us to see that the area represents the distance traveled. Figure 1: Area represents distance travelled 1 Lecture : Area Area ad distace traveled Approximatig area by rectagles Summatio The area uder a parabola 1.1 Area ad distace Suppose we have the followig iformatio about the velocity of a particle, how

More information

1 Hash tables. 1.1 Implementation

1 Hash tables. 1.1 Implementation Lecture 8 Hash Tables, Uiversal Hash Fuctios, Balls ad Bis Scribes: Luke Johsto, Moses Charikar, G. Valiat Date: Oct 18, 2017 Adapted From Virgiia Williams lecture otes 1 Hash tables A hash table is a

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Statistics

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Statistics ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 018/019 DR. ANTHONY BROWN 8. Statistics 8.1. Measures of Cetre: Mea, Media ad Mode. If we have a series of umbers the

More information

Ray-triangle intersection

Ray-triangle intersection Ray-triagle itersectio ria urless October 2006 I this hadout, we explore the steps eeded to compute the itersectio of a ray with a triagle, ad the to compute the barycetric coordiates of that itersectio.

More information

September 2012 C1 Note. C1 Notes (Edexcel) Copyright - For AS, A2 notes and IGCSE / GCSE worksheets 1

September 2012 C1 Note. C1 Notes (Edexcel) Copyright   - For AS, A2 notes and IGCSE / GCSE worksheets 1 September 0 s (Edecel) Copyright www.pgmaths.co.uk - For AS, A otes ad IGCSE / GCSE worksheets September 0 Copyright www.pgmaths.co.uk - For AS, A otes ad IGCSE / GCSE worksheets September 0 Copyright

More information

AMS Mathematics Subject Classification : 40A05, 40A99, 42A10. Key words and phrases : Harmonic series, Fourier series. 1.

AMS Mathematics Subject Classification : 40A05, 40A99, 42A10. Key words and phrases : Harmonic series, Fourier series. 1. J. Appl. Math. & Computig Vol. x 00y), No. z, pp. A RECURSION FOR ALERNAING HARMONIC SERIES ÁRPÁD BÉNYI Abstract. We preset a coveiet recursive formula for the sums of alteratig harmoic series of odd order.

More information

CS 270 Algorithms. Oliver Kullmann. Growth of Functions. Divide-and- Conquer Min-Max- Problem. Tutorial. Reading from CLRS for week 2

CS 270 Algorithms. Oliver Kullmann. Growth of Functions. Divide-and- Conquer Min-Max- Problem. Tutorial. Reading from CLRS for week 2 Geeral remarks Week 2 1 Divide ad First we cosider a importat tool for the aalysis of algorithms: Big-Oh. The we itroduce a importat algorithmic paradigm:. We coclude by presetig ad aalysig two examples.

More information

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence Sequeces A sequece of umbers is a fuctio whose domai is the positive itegers. We ca see that the sequece 1, 1, 2, 2, 3, 3,... is a fuctio from the positive itegers whe we write the first sequece elemet

More information

Math 2784 (or 2794W) University of Connecticut

Math 2784 (or 2794W) University of Connecticut ORDERS OF GROWTH PAT SMITH Math 2784 (or 2794W) Uiversity of Coecticut Date: Mar. 2, 22. ORDERS OF GROWTH. Itroductio Gaiig a ituitive feel for the relative growth of fuctios is importat if you really

More information

Analysis of Algorithms. Introduction. Contents

Analysis of Algorithms. Introduction. Contents Itroductio The focus of this module is mathematical aspects of algorithms. Our mai focus is aalysis of algorithms, which meas evaluatig efficiecy of algorithms by aalytical ad mathematical methods. We

More information

ENGI Series Page 6-01

ENGI Series Page 6-01 ENGI 3425 6 Series Page 6-01 6. Series Cotets: 6.01 Sequeces; geeral term, limits, covergece 6.02 Series; summatio otatio, covergece, divergece test 6.03 Stadard Series; telescopig series, geometric series,

More information