n k <. If an even palindrome subsequence consists 2

Size: px
Start display at page:

Download "n k <. If an even palindrome subsequence consists 2"

Transcription

1 Fidig all Palidrome Subsequeces o a Strig K.R. Chuag 1, R.C.T. Lee 2 ad C.H. Huag 3* 1, 2 Departmet of Computer Sciece, Natioal Chi-Na Uiversity, Puli, Natou Hsieh, Taiwa Departmet of Computer Sciece ad Iformatio Egieerig, Natioal Formosa Uiversity, 64, We-Hwa Road, Hu-wei, Yu-Li, Taiwa 632 * Correspodig author: chhuag@suws.fu.edu.tw Abstract GATCTAG are odd palidromes. Palidromes are strigs of symbols that read the same forward ad backward. I DNA sequeces, palidromes appear frequetly ad are widespread i huma cacers ad idetifyig them could help advace the uderstadig of geomic istability. The palidrome detectio problem is therefore a importat issue i computatioal biology. I this paper, we propose the fidig all palidrome subsequeces problem ad give a algorithm to fid all palidrome subsequeces. Keywords: Palidrome, Palidrome Subsequece Sectio 1 Itroductio I this paper, the followig otatios are used. A strig is a sequece of symbols from a alphabet set. For a strig S = s 1 s 2 s of legth, let s i deote the ith symbol i S. A subsequece of S is obtaied by deletig zero or more (ot ecessarily cosecutive) symbols from S. Palidromes are strigs of the form ww R or waw R where w is a o-empty substrig, w R is the reverse of w R ad a is o-empty symbol. If we have strigs i the form ww R, we call these strigs eve palidromes. If we have strigs i the form waw R, we call these thigs odd palidromes. For example, GG ad TAGGAT are both eve palidromes. ATA ad I computatioal molecular biology, explorig DNA fuctio is very importat. Whe explorig DNA fuctio, special subsequeces such as palidromes may represet importat messages. I DNA sequeces, palidromes appear frequetly ad are widespread i huma cacers. Idetifyig palidromes of DNA sequeces could help advace the uderstadig of geomic istability [5, 6]. The fidig palidromes problem is therefore a importat issue i computatioal biology. There have bee may researches o the palidromes fidig problem ad there are may various classic computig problems o the palidromes fidig problem. Maacher discovered a o-lie sequetial algorithm that fids all iitial palidromes i a strig [3]. Da Gusfield gave a liear-time algorithm to solve the fidig all maximal palidromes problem i a strig [2]. Porto ad Barbosa gave a algorithm to fid all approximate palidromes i a strig [1]. The palidromes which the above algorithms foud are substrigs of a give strig. I this paper, we pay attetio to the palidrome subsequece. The palidrome subsequece is defied as followig. Give a strig S = s 1 s 2 s, a palidrome subsequece of S is a subsequeces of S which is a palidrome. For example, we suppose that S = ACGATGTAC. AGGA is a palidrome 1

2 subsequece of S. We propose the fidig all palidrome subsequeces problem ad give a algorithm to solve it. Sectio 2 The Method To begi with, we itroduce the property of palidrome. Let P = p 1 p 2 p m-1 p m be a palidrome ad (p i, p j ) be a matched pair where p i ad p j are idetical character ad 1 i < j m. If P is a m eve palidrome of legth m, P cosists of 2 matched pairs such as (p 1, p m ) (p 2, p m-1 ) ( p, m p m ). For example, P = ATTA is a eve palidrome which cosists of 2 matched pairs such as (p 1, p 4 ) (p 2, p 3 ), show i Figure 2-1. If P is a odd m palidrome of legth m, P cosists of 2 matched pairs ad a cetral symbol p c. For example, P = ATGTA is a odd palidrome which cosists 2 matched pairs such as (p 1, p 5 ) (p 2, p 4 ) ad p 3 is the cetral symbol, show i Figure 2-2. Figure 2-1 Palidrome subsequeces also have the same property with palidromes, because palidrome subsequeces are palidromes. Give a strig S = s 1 s 2 s -1 s of legth, let (i, j) be the match pair where i ad j deote that s i is matched with s j ad 1 i < j. Let (i 1, j 1 )-(i 2, j 2 )- -(i k, j k ) deote eve palidrome subsequeces of S with k matched pairs where 1 i1 < i2 <... ik < jk <... < j2 < j1 ad k <. If a eve palidrome subsequece cosists 2 k matched pair, we call it a k-pair palidrome subsequece. For example, give a strig S = CGATGTAC, ATTA, (3, 7)-(4, 6), is a 2-pair palidrome subsequece of S. Let (i 1, j 1 )-(i 2, j 2 )- -(i k, j k )-c deote odd palidrome subsequeces of S with k matched pairs ad oe cetral symbol s c where c is the positio of s c o S ad i k < c < j k. The odd palidrome subsequeces with k matched pairs ca be obtaied from k-pair palidrome subsequeces with oe cetral symbol. Odd palidrome subsequeces could be foud easily, whe all eve palidrome subsequeces are foud. For example, give a strg S = CGATGTAC, ATGTA, (3, 7)-(4, 6)-5, composes of 2-pair palidrome subsequece, (3, 7)-(4, 6) ad oe cetral symbol s 5. There may be too may odd palidrome subsequeces based o a eve palidrome subsequeces, so we oly fid the eve palidrome subsequeces i this paper. The k-pair palidrome subsequece has a property. The k-pair palidrome subsequece composes of a k-1-pair palidrome subsequece ad 1-pair palidrome subsequece. Let k-1-palidrome be (i 1, j 1 )- -(i k-1, j k-1 ) ad 1-pair palidrome subsequece be (i, j ). The k-pair palidrome subsequece, (i 1, j 1 )- -(i k-1, j k-1 )-(i, j ), ca be foud from k-1-pair palidrome subsequece ad 1-pair palidrome subsequece where i > i k-1 ad j < j k-1. For example, give a strig S = ACGATGTAC, CC, CAAC ad CATTAC are palidrome subsequeces of S. CC is a 1-pair palidrome subsequece, (2, 9), show i Figure 2-2 (a), AA is also a 1-pair palidrome subsequece, (4, 8) ad TT is also a 1-pair palidrome subsequece, (5, 7). CAAC is a 2-pair palidrome subsequece, (2, 9)-(4, 8) which composes of two 1-pair palidrome 2

3 subsequeces (2, 9) ad (4, 8), show i Figure 2-2 (b). CATTAC is a 3-pair palidrome subsequece, (2, 9)-(4, 8)-(5, 7), which composes of a 2-pair palidrome subsequece, (2, 9)-(4, 8), ad a 1-pair palidrome subsequece, (5, 7), show i Figure 2-2 (c). A C G A T G T A C First, we fid all matched pairs of S ad each matched pair is a 1-pair palidrome subsequece. (1, 4) AA (1, 8) AA (2, 9) CC (3, 6) GG (a) The matched pair of CC (4, 8) AA (5, 7) TT After all 1-palidrome subsequeces of S are foud, we ca fid all 2-palidrome subsequeces based upo them. (1, 8)-(3, 6) AGGA (b) The matched pairs of CAAC (1, 8)-(5, 7) ATTA (2, 9)-(3, 6) CGGC (2, 9)-(4, 8) CAAC (2, 9)-(5, 7) CTTC (c) The matched pairs of CATTAC Figure 2-2 Accordig to the above property of k-pair palidrome subsequece, we ca use it to fid all palidrome subsequeces. For example, give a strig S = ACGATGTAC, we ca use it to fid all palidrome subsequeces of S as follows: S 1 S 2 S 3 S 4 S 5 S 6 S 7 S 8 S 9 (4, 8)-(5, 7) ATTA After fidig all 2-palidrome subsequeces, we ca fid all 3-palidrome subsequeces based upo 2-palidrome subsequece ad 1-palidrome subsequece. (2, 9)-(4, 8)-(5, 7) CATTAC The recursive process cotiues util all palidrome subsequece are foud out. 3

4 Sectio 3 The Algorithm We proposed a algorithm to solve the fidig all palidrome subsequeces problem. I this algorithm, we fid all palidrome subsequeces from oe palidrome subsequece to the logest palidrome subsequece. Give a strig S of legth, let U k be the set of k-pair palidrome where 1 k 2. Step 1: 1 i /* Fidig out matched pair for < */ U 1 := {} for i = 1 to do for j = i +1 to do if s i = s j the j Step 1: We use icidece matrix to fid all matched pairs (i, j) where 1 i < j ad add them ito U 1, because each matched pair is 1-pair palidrome subsequece. w := (i, j) U 1 := U 1 U {w} 1 Step 2: We geerate U k from U k-1 ad U 1 where k 2. For all k-1-pair palidrome subsequeces i U k-1, we take a k-1-pair palidrome subsequece (i 1, j 1 )- -(i k-1, j k-1 ) from U k-1 ad we check all 1-pair palidromes from U 1 whether there is a 1-pair palidrome (i, j ) which satisfies the rule i > i k-1 ad j < j k-1. If it is satisfied, we combie the k-1-pair palidrome (i 1, j 1 )- -(i k-1, j k-1 ) with the 1-pair palidrome (i, j ) to be k-pair palidrome (i 1, j 1 )- -(i k-1, j k-1 )-(i, j ) ad add it ito the set U k. Util the U /2 is geerated, we ca get the set U = U 1 U U 2 U U U /2 which cotais all palidrome subsequeces of S. I the followig, we preset the algorithm for fidig all palidrome subsequeces. Step 2: /* Fidig all palidrome subsequeces of S */ for k = 2 to /2 do U k := {} for all k-1-pair palidrome (i 1, j 1 ) (i k-1, j k-1 ) from U k-1 do for all 1-pair palidrome (i, j ) from U 1 do if i > i k-1 ad j < j k-1 the i k := i Algorithm fidallpalidromesubsequeces(s) j k := j Iput: A strig S = s 1 s 2 s. w := (i 1, j 1 ) (i k-1, j k-1 ) (i k, j k ) Output: All palidrome subsequeces of S. U k := U k U {w} 4

5 edif 7 T A 0 9 C U := U 1 U U 2 U U U /2 /* U is the set of all palidrome subsequeces of S */ After the icidece matrix is geerated, we ca get the U 1. U 1 = {(1, 4), (1, 8), (2, 9), (3, 6), (4, 8), (5, 7)} Step 2: (1) k = 2, U 1 = {(1, 4), (1, 8), (2, 9), (3, 6), (4, 8), (5, 7)}, U 2 = {} Obviously, the time complexity of this sample algorithm is O( 3 ) where is the legth of the sequece. (1-1) We take the 1-palidrome subsequece (1, 4) from U 1. Sectio 4 A Example Give a strig S = ACGATGTAC, We ow illustrate the whole procedure i detail. S 1 S 2 S 3 S 4 S 5 S 6 S 7 S 8 S 9 A C G A T G T A C For all 1-pair palidrome subsequeces from U 1, there is o 1-pair palidrome subsequece (i, j ) which satisfies that i > 1 ad j < 4. U 2 = {} (1-2) Step 1: We use icidece matrix to fid all matched 1 i pairs (i, j) where <. j We take the 1-palidrome subsequece (1, 8) from U 1. Table 1 The icidece matrix for this sequece S = ACGATGTAC S j S i A C G A T G T A C 1 A C G A T G For all 1-pair palidrome subsequeces from U 1, there is a 1-pair palidrome subsequece (3, 6) which satisfies that 3 > 1 ad 6 < 8. We combie (1, 8) with (3, 6) to be 2-pair palidrome subsequece (1, 8)-(3, 6) ad add it ito the set U 2 = {(1, 8)-(3, 6)} There is aother 1-pair palidrome subsequece (5, 7) which ca satisfy that 5 > 1 ad 7 < 8. We 5

6 combie (1, 8) with (5, 7) to be 2-pair palidrome subsequece (1, 8)-(5, 7) ad add it ito the set U 2 = {(1, 8)-(3, 6), (1, 8)-(5, 7)} There is o 1-pair pair palidrome subsequece which ca be U 2 = {(1, 8)-(3, 6), (1, 8)-(5, 7)} (1-3) 9)-(4, 8), (2, 9)-(5, 7)} (1-4) We take the 1-pair palidrome subsequece (3, 6) from U 1. Check all 1-pair palidromes from U 1. We take the 1-pair palidrome subsequece (2, 9) from U 1. U 2 = {(1, 8) (3, 6), (1, 8) (5, 7), (2, 9) (3, 6), (2, 9) (4, 8), (2, 9) (5, 7)} There is a 1-pair palidrome subsequece (3, 6) which ca be We combie (2, 9) with (3, 6) to be 2-pair palidrome subsequece (2, 9)-(3, 6) ad add it ito the set U 2 = {(1, 8)-(3, 6), (1, 8)-(5, 7), (2, 9)-(3, 6)} There is aother 1-pair palidrome subsequece (4, 8) which ca be We combie (2, 9) with (4, 8) to be 2-pair palidrome subsequece (2, 9)-(4, 8) ad add it ito the set 9)-(4, 8)} There is aother 1-pair palidrome subsequece (5, 7) which ca be We combie (2, 9) with (5, 7) to be 2-pair palidrome subsequece (2, 9)-(5, 7) ad add it ito the set 9)-(4, 8), (2, 9)-(5, 7)} There is o 1-pair palidrome subsequece which ca be (1-5) We take the 1-pair palidrome (4, 8) from U 1. Check all 1-pair palidromes from U 1. There is a 1-pair palidrome (5, 7) which ca be We combie (4, 8) with (5, 7) to be 2-pair palidrome (4, 8)-(5, 7) ad add it ito the set 9)-(4, 8), (2, 9)-(5, 7), (4, 8)-(5, 7)} 9)-(4, 8), (2, 9)-(5, 7), (4, 8)-(5, 7)} (1-6) We take the 1-pair palidrome (5, 7) from U 1. Check all 1-pair palidromes from U 1. 6

7 (2) k = 3, U 1 = {(1, 4), (1, 8), (2, 9), (3, 6), (4, 8), (5, (2-4) We take the 2-pair palidrome (2, 9)-(4, 8) from 7)}, 9)-(4, 8), (2, 9)-(5, 7), (4, 8)-(5, 7)}, U 3 = {} (2-1) We take the 2-pair palidrome (1, 8)-(3, 6) from There is a 1-pair palidrome (5, 7) which ca be We combie (2, 9)-(4, 8) with (5, 7) to be 3-pair palidrome (2, 9)-(4, 8)-(5, 7) ad add it ito the set U 3. U 3 = {(2, 9)-(4, 8)-(5, 7)} U 3 = {} (2-5) We take the 2-pair palidrome (2, 9)-(5, 7) from (2-2) We take the 2-pair palidrome (1, 8)-(5, 7) from U 3 = {(2, 9)-(4, 8)-(5, 7)} U 3 = {} (2-6) We take the 2-pair palidrome (4, 8)-(5, 7) from (2-3) We take the 2-pair palidrome (2, 9)-(3, 6) from (3) k = 4, U 1 = {(1, 4), (1, 8), (2, 9), (3, 6), (4, 8), (5, 7)}, 9)-(4, 8), (2, 9)-(5, 7), (4, 8)-(5, 7)}, U 3 = {(2, 9)-(4, 8)(5, 7)}, U 4 = {} U 3 = {} (3-1) 7

8 We take the 3-palidrome (2, 9)-(4, 8)-(5, 7) from U 3. U 4 = {} Fially, we get the set U = U 1 U U 2 U U U /2 which cotais all palidrome subsequeces of S. U = {(1, 4), (1, 8), (2, 9), (3, 6), (4, 8), (5, 7), (1, 8)-(3, 6), (1, 8)-(5, 7), (2, 9)-(3, 6), (2, 9)-(4, 8), (2, 9)-(5, 7), (4, 8)-(5, 7), (2, 9)-(4, 8)-(5, 7)} The all palidrome subsequeces of S are as follows: (1, 4) AA (1, 8) AA (2, 9) CC (3, 6) GG (2, 9)-(4, 8)-(5, 7) CATTAC Sectio 5 Coclusios ad Future Work I this paper, we proposed a algorithm to solve the fidig all palidrome subsequeces i a strig. Palidrome subsequeces occur frequetly i DNA sequeces ad have bee proved to be critical for some characteristics. Our algorithm provides a effective tool for the related research. Refereces [1] Alexadre H.L. Porto, Valmir C. Barbosa, Fidig Approximate Palidromes i Strigs. Patter Recogitio, [2] D. Gusfied, Algorithms o Strigs, Trees, ad Sequeces: Computer Sciece ad Computatioal Biology, Cambridge Uiversity Press, New York, [3] G. Maacher. A ew Liear-Time O-Lie Algorithm for Fidig the Smallest Iitial Palidrome of a Strig. J. Assoc. Comput (4, 8) AA (5, 7) TT (1, 8)-(3, 6) AGGA [4] Lloyd Alliso, Fidig Approximate Palidromes i Strigs Quickly ad Simply [5] Choi, Charles Q, DNA palidromes foud i cacer, The Scietist (1, 8)-(5, 7) ACCA [6] Taaka, Hisashi; BERGSTROM, Doald A; YAO, (2, 9)-(3, 6) CGGC (2, 9)-(4, 8) CAAC Meg-Chao ad TAPSCOTT, Stephe J, Large DNA palidromes as a commo form of structural chromosome aberratios i huma cacers, Huma Cell, 2006 (2, 9) (5, 7) CTTC (4, 8)-(5, 7) ATTA 8

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

Recursive Algorithm for Generating Partitions of an Integer. 1 Preliminary

Recursive Algorithm for Generating Partitions of an Integer. 1 Preliminary Recursive Algorithm for Geeratig Partitios of a Iteger Sug-Hyuk Cha Computer Sciece Departmet, Pace Uiversity 1 Pace Plaza, New York, NY 10038 USA scha@pace.edu Abstract. This article first reviews the

More information

2.4 - Sequences and Series

2.4 - Sequences and Series 2.4 - Sequeces ad Series Sequeces A sequece is a ordered list of elemets. Defiitio 1 A sequece is a fuctio from a subset of the set of itegers (usually either the set 80, 1, 2, 3,... < or the set 81, 2,

More information

Fortgeschrittene Datenstrukturen Vorlesung 11

Fortgeschrittene Datenstrukturen Vorlesung 11 Fortgeschrittee Datestruture Vorlesug 11 Schriftführer: Marti Weider 19.01.2012 1 Succict Data Structures (ctd.) 1.1 Select-Queries A slightly differet approach, compared to ra, is used for select. B represets

More information

Section 5.1 The Basics of Counting

Section 5.1 The Basics of Counting 1 Sectio 5.1 The Basics of Coutig Combiatorics, the study of arragemets of objects, is a importat part of discrete mathematics. I this chapter, we will lear basic techiques of coutig which has a lot of

More information

Unit 6: Sequences and Series

Unit 6: Sequences and Series AMHS Hoors Algebra 2 - Uit 6 Uit 6: Sequeces ad Series 26 Sequeces Defiitio: A sequece is a ordered list of umbers ad is formally defied as a fuctio whose domai is the set of positive itegers. It is commo

More information

Counting Well-Formed Parenthesizations Easily

Counting Well-Formed Parenthesizations Easily Coutig Well-Formed Parethesizatios Easily Pekka Kilpeläie Uiversity of Easter Filad School of Computig, Kuopio August 20, 2014 Abstract It is well kow that there is a oe-to-oe correspodece betwee ordered

More information

SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES

SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES Read Sectio 1.5 (pages 5 9) Overview I Sectio 1.5 we lear to work with summatio otatio ad formulas. We will also itroduce a brief overview of sequeces,

More information

The Pascal Fibonacci numbers

The Pascal Fibonacci numbers Notes o Number Theory ad Discrete Mathematics Vol. 19, 013, No. 3, 5 11 The Pascal Fiboacci umbers J. V. Leyedekkers 1 ad A. G. Shao 1 Faculty of Sciece, The Uiversity of Sydey NSW 00, Australia Faculty

More information

Discrete-Time Systems, LTI Systems, and Discrete-Time Convolution

Discrete-Time Systems, LTI Systems, and Discrete-Time Convolution EEL5: Discrete-Time Sigals ad Systems. Itroductio I this set of otes, we begi our mathematical treatmet of discrete-time s. As show i Figure, a discrete-time operates or trasforms some iput sequece x [

More information

SOME TRIBONACCI IDENTITIES

SOME TRIBONACCI IDENTITIES Mathematics Today Vol.7(Dec-011) 1-9 ISSN 0976-38 Abstract: SOME TRIBONACCI IDENTITIES Shah Devbhadra V. Sir P.T.Sarvajaik College of Sciece, Athwalies, Surat 395001. e-mail : drdvshah@yahoo.com The sequece

More information

Some Explicit Formulae of NAF and its Left-to-Right. Analogue Based on Booth Encoding

Some Explicit Formulae of NAF and its Left-to-Right. Analogue Based on Booth Encoding Vol.7, No.6 (01, pp.69-74 http://dx.doi.org/10.1457/ijsia.01.7.6.7 Some Explicit Formulae of NAF ad its Left-to-Right Aalogue Based o Booth Ecodig Dog-Guk Ha, Okyeo Yi, ad Tsuyoshi Takagi Kookmi Uiversity,

More information

ON SOME DIOPHANTINE EQUATIONS RELATED TO SQUARE TRIANGULAR AND BALANCING NUMBERS

ON SOME DIOPHANTINE EQUATIONS RELATED TO SQUARE TRIANGULAR AND BALANCING NUMBERS Joural of Algebra, Number Theory: Advaces ad Applicatios Volume, Number, 00, Pages 7-89 ON SOME DIOPHANTINE EQUATIONS RELATED TO SQUARE TRIANGULAR AND BALANCING NUMBERS OLCAY KARAATLI ad REFİK KESKİN Departmet

More information

A representation approach to the tower of Hanoi problem

A representation approach to the tower of Hanoi problem Uiversity of Wollogog Research Olie Departmet of Computig Sciece Workig Paper Series Faculty of Egieerig ad Iformatio Scieces 98 A represetatio approach to the tower of Haoi problem M. C. Er Uiversity

More information

The Minimum Distance Energy for Polygonal Unknots

The Minimum Distance Energy for Polygonal Unknots The Miimum Distace Eergy for Polygoal Ukots By:Johaa Tam Advisor: Rollad Trapp Abstract This paper ivestigates the eergy U MD of polygoal ukots It provides equatios for fidig the eergy for ay plaar regular

More information

Algorithm of Superposition of Boolean Functions Given with Truth Vectors

Algorithm of Superposition of Boolean Functions Given with Truth Vectors IJCSI Iteratioal Joural of Computer Sciece Issues, Vol 9, Issue 4, No, July ISSN (Olie: 694-84 wwwijcsiorg 9 Algorithm of Superpositio of Boolea Fuctios Give with Truth Vectors Aatoly Plotikov, Aleader

More information

Practical Spectral Anaysis (continue) (from Boaz Porat s book) Frequency Measurement

Practical Spectral Anaysis (continue) (from Boaz Porat s book) Frequency Measurement Practical Spectral Aaysis (cotiue) (from Boaz Porat s book) Frequecy Measuremet Oe of the most importat applicatios of the DFT is the measuremet of frequecies of periodic sigals (eg., siusoidal sigals),

More information

7. Modern Techniques. Data Encryption Standard (DES)

7. Modern Techniques. Data Encryption Standard (DES) 7. Moder Techiques. Data Ecryptio Stadard (DES) The objective of this chapter is to illustrate the priciples of moder covetioal ecryptio. For this purpose, we focus o the most widely used covetioal ecryptio

More information

Infinite Sequences and Series

Infinite Sequences and Series Chapter 6 Ifiite Sequeces ad Series 6.1 Ifiite Sequeces 6.1.1 Elemetary Cocepts Simply speakig, a sequece is a ordered list of umbers writte: {a 1, a 2, a 3,...a, a +1,...} where the elemets a i represet

More information

A q-analogue of some binomial coefficient identities of Y. Sun

A q-analogue of some binomial coefficient identities of Y. Sun A -aalogue of some biomial coefficiet idetities of Y. Su arxiv:008.469v2 [math.co] 5 Apr 20 Victor J. W. Guo ad Da-Mei Yag 2 Departmet of Mathematics, East Chia Normal Uiversity Shaghai 200062, People

More information

Introduction to Automata Theory. Reading: Chapter 1

Introduction to Automata Theory. Reading: Chapter 1 Itroductio to Automata Theory Readig: Chapter 1 1 What is Automata Theory? Study of abstract computig devices, or machies Automato = a abstract computig device Note: A device eed ot eve be a physical hardware!

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

Pell and Lucas primes

Pell and Lucas primes Notes o Number Theory ad Discrete Mathematics ISSN 30 532 Vol. 2, 205, No. 3, 64 69 Pell ad Lucas primes J. V. Leyedekkers ad A. G. Shao 2 Faculty of Sciece, The Uiversity of Sydey NSW 2006, Australia

More information

P. Z. Chinn Department of Mathematics, Humboldt State University, Arcata, CA

P. Z. Chinn Department of Mathematics, Humboldt State University, Arcata, CA RISES, LEVELS, DROPS AND + SIGNS IN COMPOSITIONS: EXTENSIONS OF A PAPER BY ALLADI AND HOGGATT S. Heubach Departmet of Mathematics, Califoria State Uiversity Los Ageles 55 State Uiversity Drive, Los Ageles,

More information

De Bruijn Sequences for the Binary Strings with Maximum Specified Density

De Bruijn Sequences for the Binary Strings with Maximum Specified Density De Bruij Sequeces for the Biary Strigs with Maximum Specified Desity Joe Sawada 1, Brett Steves 2, ad Aaro Williams 2 1 jsawada@uoguelph.ca School of Computer Sciece, Uiversity of Guelph, CANADA 2 brett@math.carleto.ca

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

Scientific Review ISSN(e): , ISSN(p): Vol. 4, Issue. 4, pp: 26-33, 2018 URL:

Scientific Review ISSN(e): , ISSN(p): Vol. 4, Issue. 4, pp: 26-33, 2018 URL: Scietific Review ISSN(e): 41-599, ISSN(p): 41-885 Vol. 4, Issue. 4, pp: 6-, 018 URL: http://arpgweb.com/?ic=joural&joural=10&ifo=aims Academic Research Publishig Group Origial Research Aekwe's Correctios

More information

Randomized Algorithms I, Spring 2018, Department of Computer Science, University of Helsinki Homework 1: Solutions (Discussed January 25, 2018)

Randomized Algorithms I, Spring 2018, Department of Computer Science, University of Helsinki Homework 1: Solutions (Discussed January 25, 2018) Radomized Algorithms I, Sprig 08, Departmet of Computer Sciece, Uiversity of Helsiki Homework : Solutios Discussed Jauary 5, 08). Exercise.: Cosider the followig balls-ad-bi game. We start with oe black

More information

Commutativity in Permutation Groups

Commutativity in Permutation Groups Commutativity i Permutatio Groups Richard Wito, PhD Abstract I the group Sym(S) of permutatios o a oempty set S, fixed poits ad trasiet poits are defied Prelimiary results o fixed ad trasiet poits are

More information

Linear chord diagrams with long chords

Linear chord diagrams with long chords Liear chord diagrams with log chords Everett Sulliva Departmet of Mathematics Dartmouth College Haover New Hampshire, U.S.A. everett..sulliva@dartmouth.edu Submitted: Feb 7, 2017; Accepted: Oct 7, 2017;

More information

The Local Harmonious Chromatic Problem

The Local Harmonious Chromatic Problem The 7th Workshop o Combiatorial Mathematics ad Computatio Theory The Local Harmoious Chromatic Problem Yue Li Wag 1,, Tsog Wuu Li ad Li Yua Wag 1 Departmet of Iformatio Maagemet, Natioal Taiwa Uiversity

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

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

A Block Cipher Using Linear Congruences

A Block Cipher Using Linear Congruences Joural of Computer Sciece 3 (7): 556-560, 2007 ISSN 1549-3636 2007 Sciece Publicatios A Block Cipher Usig Liear Cogrueces 1 V.U.K. Sastry ad 2 V. Jaaki 1 Academic Affairs, Sreeidhi Istitute of Sciece &

More information

Introduction to Computational Biology Homework 2 Solution

Introduction to Computational Biology Homework 2 Solution Itroductio to Computatioal Biology Homework 2 Solutio Problem 1: Cocave gap pealty fuctio Let γ be a gap pealty fuctio defied over o-egative itegers. The fuctio γ is called sub-additive iff it satisfies

More information

Sequences, Sums, and Products

Sequences, Sums, and Products CSCE 222 Discrete Structures for Computig Sequeces, Sums, ad Products Dr. Philip C. Ritchey Sequeces A sequece is a fuctio from a subset of the itegers to a set S. A discrete structure used to represet

More information

Context-free grammars and. Basics of string generation methods

Context-free grammars and. Basics of string generation methods Cotext-free grammars ad laguages Basics of strig geeratio methods What s so great about regular expressios? A regular expressio is a strig represetatio of a regular laguage This allows the storig a whole

More information

THE SOLUTION OF NONLINEAR EQUATIONS f( x ) = 0.

THE SOLUTION OF NONLINEAR EQUATIONS f( x ) = 0. THE SOLUTION OF NONLINEAR EQUATIONS f( ) = 0. Noliear Equatio Solvers Bracketig. Graphical. Aalytical Ope Methods Bisectio False Positio (Regula-Falsi) Fied poit iteratio Newto Raphso Secat The root of

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

On Some Properties of Digital Roots

On Some Properties of Digital Roots Advaces i Pure Mathematics, 04, 4, 95-30 Published Olie Jue 04 i SciRes. http://www.scirp.org/joural/apm http://dx.doi.org/0.436/apm.04.46039 O Some Properties of Digital Roots Ilha M. Izmirli Departmet

More information

Section 6.4: Series. Section 6.4 Series 413

Section 6.4: Series. Section 6.4 Series 413 ectio 64 eries 4 ectio 64: eries A couple decides to start a college fud for their daughter They pla to ivest $50 i the fud each moth The fud pays 6% aual iterest, compouded mothly How much moey will they

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

Discrete Mathematics for CS Spring 2007 Luca Trevisan Lecture 22

Discrete Mathematics for CS Spring 2007 Luca Trevisan Lecture 22 CS 70 Discrete Mathematics for CS Sprig 2007 Luca Trevisa Lecture 22 Aother Importat Distributio The Geometric Distributio Questio: A biased coi with Heads probability p is tossed repeatedly util the first

More information

Permutations, Combinations, and the Binomial Theorem

Permutations, Combinations, and the Binomial Theorem Permutatios, ombiatios, ad the Biomial Theorem Sectio Permutatios outig methods are used to determie the umber of members of a specific set as well as outcomes of a evet. There are may differet ways to

More information

( a) ( ) 1 ( ) 2 ( ) ( ) 3 3 ( ) =!

( a) ( ) 1 ( ) 2 ( ) ( ) 3 3 ( ) =! .8,.9: Taylor ad Maclauri Series.8. Although we were able to fid power series represetatios for a limited group of fuctios i the previous sectio, it is ot immediately obvious whether ay give fuctio has

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

Binary codes from graphs on triples and permutation decoding

Binary codes from graphs on triples and permutation decoding Biary codes from graphs o triples ad permutatio decodig J. D. Key Departmet of Mathematical Scieces Clemso Uiversity Clemso SC 29634 U.S.A. J. Moori ad B. G. Rodrigues School of Mathematics Statistics

More information

The Random Walk For Dummies

The Random Walk For Dummies The Radom Walk For Dummies Richard A Mote Abstract We look at the priciples goverig the oe-dimesioal discrete radom walk First we review five basic cocepts of probability theory The we cosider the Beroulli

More information

Product measures, Tonelli s and Fubini s theorems For use in MAT3400/4400, autumn 2014 Nadia S. Larsen. Version of 13 October 2014.

Product measures, Tonelli s and Fubini s theorems For use in MAT3400/4400, autumn 2014 Nadia S. Larsen. Version of 13 October 2014. Product measures, Toelli s ad Fubii s theorems For use i MAT3400/4400, autum 2014 Nadia S. Larse Versio of 13 October 2014. 1. Costructio of the product measure The purpose of these otes is to preset the

More information

Number of Spanning Trees of Circulant Graphs C 6n and their Applications

Number of Spanning Trees of Circulant Graphs C 6n and their Applications Joural of Mathematics ad Statistics 8 (): 4-3, 0 ISSN 549-3644 0 Sciece Publicatios Number of Spaig Trees of Circulat Graphs C ad their Applicatios Daoud, S.N. Departmet of Mathematics, Faculty of Sciece,

More information

Filter banks. Separately, the lowpass and highpass filters are not invertible. removes the highest frequency 1/ 2and

Filter banks. Separately, the lowpass and highpass filters are not invertible. removes the highest frequency 1/ 2and Filter bas Separately, the lowpass ad highpass filters are ot ivertible T removes the highest frequecy / ad removes the lowest frequecy Together these filters separate the sigal ito low-frequecy ad high-frequecy

More information

Formulas for the Number of Spanning Trees in a Maximal Planar Map

Formulas for the Number of Spanning Trees in a Maximal Planar Map Applied Mathematical Scieces Vol. 5 011 o. 64 3147-3159 Formulas for the Number of Spaig Trees i a Maximal Plaar Map A. Modabish D. Lotfi ad M. El Marraki Departmet of Computer Scieces Faculty of Scieces

More information

Recursive Algorithms. Recurrences. Recursive Algorithms Analysis

Recursive Algorithms. Recurrences. Recursive Algorithms Analysis Recursive Algorithms Recurreces Computer Sciece & Egieerig 35: Discrete Mathematics Christopher M Bourke cbourke@cseuledu A recursive algorithm is oe i which objects are defied i terms of other objects

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

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

Expected Norms of Zero-One Polynomials

Expected Norms of Zero-One Polynomials DRAFT: Caad. Math. Bull. July 4, 08 :5 File: borwei80 pp. Page Sheet of Caad. Math. Bull. Vol. XX (Y, ZZZZ pp. 0 0 Expected Norms of Zero-Oe Polyomials Peter Borwei, Kwok-Kwog Stephe Choi, ad Idris Mercer

More information

Davenport-Schinzel Sequences and their Geometric Applications

Davenport-Schinzel Sequences and their Geometric Applications Advaced Computatioal Geometry Sprig 2004 Daveport-Schizel Sequeces ad their Geometric Applicatios Prof. Joseph Mitchell Scribe: Mohit Gupta 1 Overview I this lecture, we itroduce the cocept of Daveport-Schizel

More information

Research Article A Unified Weight Formula for Calculating the Sample Variance from Weighted Successive Differences

Research Article A Unified Weight Formula for Calculating the Sample Variance from Weighted Successive Differences Discrete Dyamics i Nature ad Society Article ID 210761 4 pages http://dxdoiorg/101155/2014/210761 Research Article A Uified Weight Formula for Calculatig the Sample Variace from Weighted Successive Differeces

More information

The Quark Puzzle A 3D printable model and/or paper printable puzzle that allows students to learn the laws of colour charge through inquiry.

The Quark Puzzle A 3D printable model and/or paper printable puzzle that allows students to learn the laws of colour charge through inquiry. The Quark Puzzle A 3D pritable model ad/or paper pritable puzzle that allows studets to lear the laws of colour charge through iquiry. It is available at this lik: https://zeodo.org/record/1252868#.w3ft-gzauk

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

Appendix to Quicksort Asymptotics

Appendix to Quicksort Asymptotics Appedix to Quicksort Asymptotics James Alle Fill Departmet of Mathematical Scieces The Johs Hopkis Uiversity jimfill@jhu.edu ad http://www.mts.jhu.edu/~fill/ ad Svate Jaso Departmet of Mathematics Uppsala

More information

Probability theory and mathematical statistics:

Probability theory and mathematical statistics: N.I. Lobachevsky State Uiversity of Nizhi Novgorod Probability theory ad mathematical statistics: Law of Total Probability. Associate Professor A.V. Zorie Law of Total Probability. 1 / 14 Theorem Let H

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

A 2nTH ORDER LINEAR DIFFERENCE EQUATION

A 2nTH ORDER LINEAR DIFFERENCE EQUATION A 2TH ORDER LINEAR DIFFERENCE EQUATION Doug Aderso Departmet of Mathematics ad Computer Sciece, Cocordia College Moorhead, MN 56562, USA ABSTRACT: We give a formulatio of geeralized zeros ad (, )-discojugacy

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

On groups of diffeomorphisms of the interval with finitely many fixed points II. Azer Akhmedov

On groups of diffeomorphisms of the interval with finitely many fixed points II. Azer Akhmedov O groups of diffeomorphisms of the iterval with fiitely may fixed poits II Azer Akhmedov Abstract: I [6], it is proved that ay subgroup of Diff ω +(I) (the group of orietatio preservig aalytic diffeomorphisms

More information

6.867 Machine learning, lecture 7 (Jaakkola) 1

6.867 Machine learning, lecture 7 (Jaakkola) 1 6.867 Machie learig, lecture 7 (Jaakkola) 1 Lecture topics: Kerel form of liear regressio Kerels, examples, costructio, properties Liear regressio ad kerels Cosider a slightly simpler model where we omit

More information

Exact Solutions for a Class of Nonlinear Singular Two-Point Boundary Value Problems: The Decomposition Method

Exact Solutions for a Class of Nonlinear Singular Two-Point Boundary Value Problems: The Decomposition Method Exact Solutios for a Class of Noliear Sigular Two-Poit Boudary Value Problems: The Decompositio Method Abd Elhalim Ebaid Departmet of Mathematics, Faculty of Sciece, Tabuk Uiversity, P O Box 741, Tabuki

More information

On the Number of 1-factors of Bipartite Graphs

On the Number of 1-factors of Bipartite Graphs Math Sci Lett 2 No 3 181-187 (2013) 181 Mathematical Scieces Letters A Iteratioal Joural http://dxdoiorg/1012785/msl/020306 O the Number of 1-factors of Bipartite Graphs Mehmet Akbulak 1 ad Ahmet Öteleş

More information

Math 312 Lecture Notes One Dimensional Maps

Math 312 Lecture Notes One Dimensional Maps Math 312 Lecture Notes Oe Dimesioal Maps Warre Weckesser Departmet of Mathematics Colgate Uiversity 21-23 February 25 A Example We begi with the simplest model of populatio growth. Suppose, for example,

More information

CALCULATION OF FIBONACCI VECTORS

CALCULATION OF FIBONACCI VECTORS CALCULATION OF FIBONACCI VECTORS Stuart D. Aderso Departmet of Physics, Ithaca College 953 Daby Road, Ithaca NY 14850, USA email: saderso@ithaca.edu ad Dai Novak Departmet of Mathematics, Ithaca College

More information

Seed and Sieve of Odd Composite Numbers with Applications in Factorization of Integers

Seed and Sieve of Odd Composite Numbers with Applications in Factorization of Integers IOSR Joural of Mathematics (IOSR-JM) e-issn: 78-578, p-issn: 319-75X. Volume 1, Issue 5 Ver. VIII (Sep. - Oct.01), PP 01-07 www.iosrjourals.org Seed ad Sieve of Odd Composite Numbers with Applicatios i

More information

Bounds for the Extreme Eigenvalues Using the Trace and Determinant

Bounds for the Extreme Eigenvalues Using the Trace and Determinant ISSN 746-7659, Eglad, UK Joural of Iformatio ad Computig Sciece Vol 4, No, 9, pp 49-55 Bouds for the Etreme Eigevalues Usig the Trace ad Determiat Qi Zhog, +, Tig-Zhu Huag School of pplied Mathematics,

More information

LONG SNAKES IN POWERS OF THE COMPLETE GRAPH WITH AN ODD NUMBER OF VERTICES

LONG SNAKES IN POWERS OF THE COMPLETE GRAPH WITH AN ODD NUMBER OF VERTICES J Lodo Math Soc (2 50, (1994, 465 476 LONG SNAKES IN POWERS OF THE COMPLETE GRAPH WITH AN ODD NUMBER OF VERTICES Jerzy Wojciechowski Abstract I [5] Abbott ad Katchalski ask if there exists a costat c >

More information

MISCELLANEOUS SEQUENCES & SERIES QUESTIONS

MISCELLANEOUS SEQUENCES & SERIES QUESTIONS MISCELLANEOUS SEQUENCES & SERIES QUESTIONS Questio (***+) Evaluate the followig sum 30 r ( 2) 4r 78. 3 MP2-V, 75,822,200 Questio 2 (***+) Three umbers, A, B, C i that order, are i geometric progressio

More information

Energy of a Hypercube and its Complement

Energy of a Hypercube and its Complement Iteratioal Joural of Algebra, Vol. 6, 01, o. 16, 799-805 Eergy of a Hypercube ad its Complemet Xiaoge Che School of Iformatio Sciece ad Techology, Zhajiag Normal Uiversity Zhajiag Guagdog, 54048 P.R. Chia

More information

4.1 Sigma Notation and Riemann Sums

4.1 Sigma Notation and Riemann Sums 0 the itegral. Sigma Notatio ad Riema Sums Oe strategy for calculatig the area of a regio is to cut the regio ito simple shapes, calculate the area of each simple shape, ad the add these smaller areas

More information

DIGITAL SIGNAL PROCESSING LECTURE 3

DIGITAL SIGNAL PROCESSING LECTURE 3 DIGITAL SIGNAL PROCESSING LECTURE 3 Fall 2 2K8-5 th Semester Tahir Muhammad tmuhammad_7@yahoo.com Cotet ad Figures are from Discrete-Time Sigal Processig, 2e by Oppeheim, Shafer, ad Buc, 999-2 Pretice

More information

The Simplex algorithm: Introductory example. The Simplex algorithm: Introductory example (2)

The Simplex algorithm: Introductory example. The Simplex algorithm: Introductory example (2) Discrete Mathematics for Bioiformatics WS 07/08, G. W. Klau, 23. Oktober 2007, 12:21 1 The Simplex algorithm: Itroductory example The followig itroductio to the Simplex algorithm is from the book Liear

More information

Polynomial Functions and Their Graphs

Polynomial Functions and Their Graphs Polyomial Fuctios ad Their Graphs I this sectio we begi the study of fuctios defied by polyomial expressios. Polyomial ad ratioal fuctios are the most commo fuctios used to model data, ad are used extesively

More information

PAijpam.eu ON TENSOR PRODUCT DECOMPOSITION

PAijpam.eu ON TENSOR PRODUCT DECOMPOSITION Iteratioal Joural of Pure ad Applied Mathematics Volume 103 No 3 2015, 537-545 ISSN: 1311-8080 (prited versio); ISSN: 1314-3395 (o-lie versio) url: http://wwwijpameu doi: http://dxdoiorg/1012732/ijpamv103i314

More information

Quadratic Functions. Before we start looking at polynomials, we should know some common terminology.

Quadratic Functions. Before we start looking at polynomials, we should know some common terminology. Quadratic Fuctios I this sectio we begi the study of fuctios defied by polyomial expressios. Polyomial ad ratioal fuctios are the most commo fuctios used to model data, ad are used extesively i mathematical

More information

ON THE NUMBER OF LAPLACIAN EIGENVALUES OF TREES SMALLER THAN TWO. Lingling Zhou, Bo Zhou* and Zhibin Du 1. INTRODUCTION

ON THE NUMBER OF LAPLACIAN EIGENVALUES OF TREES SMALLER THAN TWO. Lingling Zhou, Bo Zhou* and Zhibin Du 1. INTRODUCTION TAIWANESE JOURNAL OF MATHEMATICS Vol 19, No 1, pp 65-75, February 015 DOI: 1011650/tjm190154411 This paper is available olie at http://jouraltaiwamathsocorgtw ON THE NUMBER OF LAPLACIAN EIGENVALUES OF

More information

Progressions. ILLUSTRATION 1 11, 7, 3, -1, i s an A.P. whose first term is 11 and the common difference 7-11=-4.

Progressions. ILLUSTRATION 1 11, 7, 3, -1, i s an A.P. whose first term is 11 and the common difference 7-11=-4. Progressios SEQUENCE A sequece is a fuctio whose domai is the set N of atural umbers. REAL SEQUENCE A Sequece whose rage is a subset of R is called a real sequece. I other words, a real sequece is a fuctio

More information

Fault-Free Vertex-Pancyclicity in Twisted Cubes with Faulty Edges

Fault-Free Vertex-Pancyclicity in Twisted Cubes with Faulty Edges Fault-Free Verte-Pacclicit i Twisted Cubes with Fault Edges Jug-Sheg Fu Abstract The -dimesioal twisted cube deoted b a variatio of the hpercube possesses some properties superior to the hpercube. I this

More information

Information Theory and Statistics Lecture 4: Lempel-Ziv code

Information Theory and Statistics Lecture 4: Lempel-Ziv code Iformatio Theory ad Statistics Lecture 4: Lempel-Ziv code Łukasz Dębowski ldebowsk@ipipa.waw.pl Ph. D. Programme 203/204 Etropy rate is the limitig compressio rate Theorem For a statioary process (X i)

More information

Oblivious Transfer using Elliptic Curves

Oblivious Transfer using Elliptic Curves Oblivious Trasfer usig Elliptic Curves bhishek Parakh Louisiaa State Uiversity, ato Rouge, L May 4, 006 bstract: This paper proposes a algorithm for oblivious trasfer usig elliptic curves lso, we preset

More information

1/(1 -x n ) = \YJ k=0

1/(1 -x n ) = \YJ k=0 ADVANCED PROBLEMS AND SOLUTIONS Edited by RAYMOND E.WHITNEY Lock Have State College, Lock Have, Pesylvaia Sed all commuicatios cocerig Advaced Problems ad Solutios to Eaymod E. Whitey, Mathematics Departmet,

More information

t distribution [34] : used to test a mean against an hypothesized value (H 0 : µ = µ 0 ) or the difference

t distribution [34] : used to test a mean against an hypothesized value (H 0 : µ = µ 0 ) or the difference EXST30 Backgroud material Page From the textbook The Statistical Sleuth Mea [0]: I your text the word mea deotes a populatio mea (µ) while the work average deotes a sample average ( ). Variace [0]: The

More information

ECEN 644 HOMEWORK #5 SOLUTION SET

ECEN 644 HOMEWORK #5 SOLUTION SET ECE 644 HOMEWORK #5 SOUTIO SET 7. x is a real valued sequece. The first five poits of its 8-poit DFT are: {0.5, 0.5 - j 0.308, 0, 0.5 - j 0.058, 0} To compute the 3 remaiig poits, we ca use the followig

More information

a for a 1 1 matrix. a b a b 2 2 matrix: We define det ad bc 3 3 matrix: We define a a a a a a a a a a a a a a a a a a

a for a 1 1 matrix. a b a b 2 2 matrix: We define det ad bc 3 3 matrix: We define a a a a a a a a a a a a a a a a a a Math E-2b Lecture #8 Notes This week is all about determiats. We ll discuss how to defie them, how to calculate them, lear the allimportat property kow as multiliearity, ad show that a square matrix A

More information

11.1 Arithmetic Sequences and Series

11.1 Arithmetic Sequences and Series 11.1 Arithmetic Sequeces ad Series A itroductio 1, 4, 7, 10, 13 9, 1, 7, 15 6., 6.6, 7, 7.4 ππ+, 3, π+ 6 Arithmetic Sequeces ADD To get ext term 35 1 7. 3π + 9, 4, 8, 16, 3 9, 3, 1, 1/ 3 1,1/ 4,1/16,1/

More information

4.1 SIGMA NOTATION AND RIEMANN SUMS

4.1 SIGMA NOTATION AND RIEMANN SUMS .1 Sigma Notatio ad Riema Sums Cotemporary Calculus 1.1 SIGMA NOTATION AND RIEMANN SUMS Oe strategy for calculatig the area of a regio is to cut the regio ito simple shapes, calculate the area of each

More information

Lecture 2: April 3, 2013

Lecture 2: April 3, 2013 TTIC/CMSC 350 Mathematical Toolkit Sprig 203 Madhur Tulsiai Lecture 2: April 3, 203 Scribe: Shubhedu Trivedi Coi tosses cotiued We retur to the coi tossig example from the last lecture agai: Example. Give,

More information

Computability and computational complexity

Computability and computational complexity Computability ad computatioal complexity Lecture 4: Uiversal Turig machies. Udecidability Io Petre Computer Sciece, Åbo Akademi Uiversity Fall 2015 http://users.abo.fi/ipetre/computability/ 21. toukokuu

More information

~W I F

~W I F A FIBONACCI PROPERTY OF WYTHOFF PAIRS ROBERT SILBER North Carolia State Uiversity, Raleigh, North Carolia 27607 I this paper we poit out aother of those fasciatig "coicideces" which are so characteristically

More information

Information-based Feature Selection

Information-based Feature Selection Iformatio-based Feature Selectio Farza Faria, Abbas Kazeroui, Afshi Babveyh Email: {faria,abbask,afshib}@staford.edu 1 Itroductio Feature selectio is a topic of great iterest i applicatios dealig with

More information

ROTATION-EQUIVALENCE CLASSES OF BINARY VECTORS. 1. Introduction

ROTATION-EQUIVALENCE CLASSES OF BINARY VECTORS. 1. Introduction t m Mathematical Publicatios DOI: 10.1515/tmmp-2016-0033 Tatra Mt. Math. Publ. 67 (2016, 93 98 ROTATION-EQUIVALENCE CLASSES OF BINARY VECTORS Otokar Grošek Viliam Hromada ABSTRACT. I this paper we study

More information

RAINFALL PREDICTION BY WAVELET DECOMPOSITION

RAINFALL PREDICTION BY WAVELET DECOMPOSITION RAIFALL PREDICTIO BY WAVELET DECOMPOSITIO A. W. JAYAWARDEA Departmet of Civil Egieerig, The Uiversit of Hog Kog, Hog Kog, Chia P. C. XU Academ of Mathematics ad Sstem Scieces, Chiese Academ of Scieces,

More information

Square-Congruence Modulo n

Square-Congruence Modulo n Square-Cogruece Modulo Abstract This paper is a ivestigatio of a equivalece relatio o the itegers that was itroduced as a exercise i our Discrete Math class. Part I - Itro Defiitio Two itegers are Square-Cogruet

More information