Searching All Approximate Covers and Their Distance using Finite Automata

Size: px
Start display at page:

Download "Searching All Approximate Covers and Their Distance using Finite Automata"

Transcription

1 Searhing All Approximate Covers and Their Distane using Finite Automata Ondřej Guth, Bořivoj Melihar, and Miroslav Balík České vysoké učení tehniké v Praze, Praha, CZ, {gutho1,melihar,alikm}@fel.vut.z Astrat. Cover is a type of a regularity of strings. A restrited approximate over w of string T is a fator of T suh that every position of T lies within some approximate ourrene of w in T. In this paper, the prolem of all restrited smallest distane approximate overs of a string is studied and a polynomial time and spae algorithm for solving the prolem is presented. It searhes for all restrited approximate overs of a string with given limited approximation using Hamming distane and it omputes the smallest distane for eah found over. The solution is ased on a finite automata approah, that provides a straightforward way to design algorithms to many prolems in stringology. Therefore it is shown that the set of prolems solvale using finite automata inludes the one studied in this paper. 1 Introdution Searhing regularities of strings is used in a wide area of appliations like moleular iology and omputer assisted musi analysis. One of typial regularities is over. Finding exat overs is not suffiient in some appliations, thus approximate overs have to e omputed. In this paper, the Hamming distane is onsidered. Exat overs were introdued in [1], an algorithm for omputation of all exat overs in linear time was presented in [4]. An algorithm using finite automata approah to omputation of all exat overs was introdued in [5]. The algorithm presented in [] searhes for one restrited smallest approximate over (i.e. over with the smallest distane), using dynami programming. An algorithm using finite automata approah to omputation all restrited approximate overs for Hamming, Levenshtein, and Damerau distane was introdued in [3]. This paper is organized as follows. In Setion, some notations and definitions used in this paper are desried. In Setion 3, the algorithm for the prolem is presented. In Setion 4, the omplexities of the algorithm are proven. In Setion 5, experimental results are shown. Preliminaries An alphaet is a nonempty finite set of symols, denoted y A. A string over an alphaet is a finite sequene of symols of the alphaet. Empty string is an empty sequene of symols, denoted y ε. An effetive alphaet of a string T is a set of symols that really our in T. Only effetive alphaet is onsidered in this paper. A language is a set of strings. A set of all strings over alphaet A is denoted y A. The length of a string w is denoted y w, the i th symol of w is denoted y w[i]. An operation onatenation is defined in this way: x, y A, onatenation of x and y is xy, may e denoted y x.y. An operation superposition is defined in this way: x = pu, y = us, superposition of x and y is pus. Suppose u, w, x, T A. w is a prefix of T if T = wu, w is a suffix of T if T = uw, and w is a fator (also alled a sustring) of T if T = uwx. A set of all prefixes of T is denoted y Pref (T), a set of all suffixes of T is denoted y Suff (T), and a set of all fators of T is denoted y Fat(T). A deterministi finite automaton (also alled a deterministi finite state mahine, denoted y DFA) is a quintuple (Q, A, δ, q 0, F), where Q is a nonempty finite set of states, A is an input alphaet, δ is a transition funtion, δ : Q A Q, q 0 Q is an initial state and F Q is a set of final states. A nondeterministi finite automaton without ε transitions is a quintuple (Q, A, δ, q 0, F), where Q is a nonempty finite set of states, A is an input alphaet, δ is a transition funtion, where δ : Q A P(Q), q 0 Q is an initial state and F Q is a set of final states. It is denoted y NFA. A state q is a suessor of state p of a deterministi finite automaton (Q, A, δ, q 0, F) if q = δ(p, a) for some a A. A state q N is a suessor of a state p N of a NFA (Q N, A, δ N, q 0N, F N ) if q δ N (p N, a). String w = a 1 a... a w is said to e aepted y a DFA (Q, A, δ, q 0, F) if there exists a sequene δ(q 0, a 1 ) = q 1, δ(q 1, a ) = q,..., δ(q w 1, a w ) F. String w = a 1 a... a w is said to e aepted y a NFA (Q, A, δ, q 0, F) if there exists a sequene δ(q 0, a 1 ) = Q 1, δ(q 1, a ) = Q,..., δ(q w 1, a w ) F for some q 1 Q 1,..., q w 1 Q w 1. A language aepted y a finite automaton M is denoted y L(M).

2 A left language of a state q of a nondeterministi finite automaton (Q, A, δ, q 0, F) is a set of strings w = a 1 a...a w, where for eah w exists a sequene δ(q 0, a 1 ) = Q 1, δ(q 1, a ) = Q,..., δ(q w 1, a w ) = Q w, q Q w for some q 1 Q 1,..., q w 1 Q w 1. A left language of a state q of a DFA (Q, A, δ, q 0, F) is a set of strings w = a 1 a... a w, where for eah w exists a sequene δ(q 0, a 1 ) = q 1, δ(q 1, a ) = q,...,δ(q w 1, a w ) = q. A maxfator of a state q of a DFA (Q, A, δ, q 0, F) is the longest string of left language of q, denoted y maxfator(q). A depth of a state q of a DFA is the length of maxfator(q), denoted y depth(q). A DFA M D = (Q, A, δ, q 0, F) is equivalent to a NFA M N = (Q N, A, δ N, q 0N, F N ) if L(M N ) = L(M D ). Suset onstrution may e used: 1. Set Q = {{q 0 }} will e defined, state q 0 = {q 0N } will e treated as unmarked.. If eah state in Q is marked then ontinue with step Unmarked state q will e hosen from Q and the following operations will e exeuted: (a) δ(q, a) = δ N (p N, a) for p N q and for all a A, () Q = Q δ(q, a) for all a A, () state q Q will e marked, (d) ontinue with step. 4. F = {q : q Q, p N F N, p N q}. Using suset onstrution of M D equivalent to M N, every state q D Q orresponds to some suset of Q N. This suset is alled a d suset, denoted y d(q D ). Eah element of the d suset orresponds to some state of Q N. Where no onfusion arises, depth of a state orresponding to an element r j d(q D ) of d suset d(q D ) is simply denoted y r j, as numeri representation of r j orresponds to the depth. In the algorithms elow, d suset is supposed to e implemented as a list, preserving order of its elements. An element of the d suset is denoted y r i, where the susript i means an index (order) of the element r i within the d suset. A distane is the minimum numer of editing operations that are neessary to onvert a string x into a string y. The maximum allowed distane is denoted y k. The Hamming distane etween strings x and y is equal to the minimum numer of editing operations replae that are neessary to onvert x into y. The Hamming distane funtion is denoted y D H. String w A is an approximate prefix of a string T A with the maximum Hamming distane k if there exists string p Pref (T) suh that D H (w, p) k. String w is an approximate suffix of the string T if there exists string s Suff (T) suh that D H (w, s) k. A nondeterministi Hamming suffix automaton M for a string T and distane k is suh nondeterministi finite automaton without ε transitions, that L(M) = {w : D H (w, s) k, s Suff (T)}. Suh an automaton M = (Q, A, δ, q 0, F) may e onstruted in this way: 1. Create a layer of T + 1 states: (a) eah state qi 0 orresponds to a position i in T (plus initial state q 0, thus 0 < i T ), () for eah state qi 0 (ut the last q0 T ) define transition δ(qi 0, T[i]) = q0 i+1, () define the last state q T 0 final (note that until now suh automaton aepts exatly T).. Similarly, reate a layer for eah numer of errors l, 1 l k (only exeption: we do not need any state qi l for l > i). 3. For eah state qi l (ut the last q T in eah layer and ut the last layer) and for eah symol a A, a T[i] (not ourring in T at position i), define transition δ(qi l, T[i]) = ql+1 i Create long transitions from q 0 : δ(q 0, a) = {qi 0 : a = T[i], a i T } {qi 1 : a T[i], 1 i T }. For example of a transition diagram of a nondeterministi Hamming suffix automaton see Fig. 1. A level of a state of a nondeterministi Hamming suffix automaton orresponds to the numer of errors, a depth of a state of this automaton is equal to the orresponding position in T. Definition 1 (Restrited approximate over). Let T and w e strings. We say, that w is a restrited approximate over of T with Hamming distane k if w is a fator of T and there exist strings s 1, s,...,s r (all some sustrings of T) suh that: 1. D H (w, s i ) k for all i where 1 i r,. T an e onstruted y superpositions and onatenations of opies of the strings s 1, s,...,s r. Note 1. An approximate over is more general regularity than restrited approximate over, eause (unrestrited) approximate over of T needs not e a fator of T. In this paper, only restrited approximate over is onsidered. Definition (Restrited smallest distane approximate over). Let T and w e strings. We say, that w is a restrited smallest distane approximate over of T with distane k if w is a restrited approximate over of T with the distane k and there exists no l < k suh that w is a restrited approximate over of T with the distane l.

3 Prolem 1 (All restrited smallest distane approximate overs of a string). Given string T over alphaet A, Hamming distane funtion D H and distane k, find all restrited approximate overs of T and their smallest distanes. A set of all restrited smallest distane approximate overs of string T under Hamming distane k is denoted y overs H k(t). As any approximate over of a string T under Hamming distane is an approximate prefix and an approximate suffix of T (proven in [3]), an automaton aepting only suh strings an e used. Definition 3 (Approximate over andidate automaton). An approximate over andidate automaton (Q, A, δ, q 0, F) for string T A, Hamming distane funtion D H and the maximum distane k aepts set W = {w 1, w,..., w l } of fators of T, where for eah w i W holds: 1. there exists p Pref (T) suh that D H (p, w i ) k, and. there exists s Suff (T) suh that D H (s, w i ) k. In [3], a onstrution of an automaton aepting intersetion of approximate prefixes and approximate suffixes is used for onstrution of a deterministi approximate over andidate automaton. Although this is a straightforward idea, speialized method (more effetive) is presented for Hamming distane in the following setion. 3 Prolem solution omputed. When q represents an approximate prefix, its suessors are reursively generated and proessed. Note that the set of final states of the deterministi approximate over andidate automaton is not needed (it would ontain all states having d susets ontaining element orresponding to some final state of the nondeterministi Hamming suffix automaton). Distane l of eah over w = maxfator(q) may vary etween 0 and k. Moreover, it annot e less than level of the first or the last element of d(q), eause eah over must e an approximate prefix and suffix. Of ourse, it annot e more than the maximum level of elements of d(q). The Algorithm 1 removes all the elements having the maximum level ut the first and the last element of d(q), and tries whether w overs T without those removed positions. Algorithm 1 Smallest distane of a over of T. Input: d suset d(q) representing a over w of T. Output: The smallest distane l of w. 1: l min max{level(r 1),level(r d(q) )} : l max max r d(q) {level(r)} 3: l l max 4: repeat 5: for all r d(q) \ {r 1, r d(q) } : level(r) = l do 6: remove r from d(q) 7: end for 8: l l 1 9: until l l min and for all i =,3,..., d(q) : r i r i 1 depth(q) 10: l l + 1. The priniple of the solution is following: first, we perform a suset onstrution of a deterministi over andidate automaton from a nondeterministi Hamming suffix automaton for string T and k, as every d(q) represents a set of positions of w = maxfator(q) within T. If we treat with d(q) as with a sorted list (ordered y depths of its elements), eah pair of susequent elements represents positions of susequent ourrenes of w within T. When for suh positions i, j, i < j holds j i > w, we know that w annot e a over of T. The distane of w is the minimum l suh that it is possile to remove all elements r d(q) having level(r) > l and the previous ondition holds. In fat, it is not neessary to save omplete deterministi automaton. Unlike in [3], we do not make onstrution of the deterministi over andidate automaton and susequent omputation of overing. A depth first searh algorithm is used to perform suset onstrution and omputation of overing and of the distane of eah over: in Algorithm, for eah state and symol, a suessor q is generated, it is determined whether it represents a over and the distane is Example 1. Let us have a string T = aa over alphaet A = {a,, } and let us ompute a set of all restrited smallest distane approximate overs of T under Hamming distane k = using Algorithm 3. Beause of the distane, we are interested in overs of length at least 3 or having distane less than. We onstrut a nondeterministi Hamming suffix automaton M S (see Fig. 1), then an approximate over andidate automaton M is analysed (see Fig. ). Looking at the d suset {3, 4, 8 }, it represents an approximate prefix and suffix aa of length 3, ut for its positions holds 8 4 3, thus the fator aa is not an approximate over of T with Hamming distane. Looking at the other d suset {3, 5, 6, 7, 8}, it represents fator, that overs T with Hamming distane. It is heked whether it overs T with distane 1 (Alg. 1). As the first element of the d suset has level equal to, l min is equal to. The resulting set of the overs is overs aa H() = {(, ), (aa,0)}.

4 0 a a Fig.. Transition diagram of omplete deterministi approximate over andidate automaton for string T = aa and the maximum Hamming distane Algorithm Proess state of a deterministi approximate over andidate automaton M = (Q, A, δ, q 0, F) onstruted for string T and the maximum distane k from a nondeterministi Hamming suffix automaton M S = (Q S, A, δ S, q 0S, F S ). Input: State q i having depth i and the d suset d(q i). Output: The temporary set of restrited smallest distane approximate overs. 1: : for all a A do 3: reate new state q, define depth(q) = depth(q i) + 1 4: for all r s in d(q i) (in order as stored in d(q i)) do 5: append all r i δ S(r s, a) to d(q) in asending order y depth(r i) 6: end for 7: if for the first r 1 d(q) holds r 1 depth(q i) then 8: if exists r d(q) where level(r) = 0 within M S then 9: define w = maxfator(q) = maxfator(q i).a 10: if r d(q) F S then 11: if for all i =, 3,..., d(q) : depth(r i) depth(r i 1) depth(q) then 1: define l the smallest distane of w (Alg. 1) 13: if w > k or l < w then 14: (w, l) 15: end if 16: end if 17: end if 18: proess state q (this algorithm), is result 19: 0: end if 1: end if : end for a a a ,, a, a, a, a, a, a, 1 a , a, a, a, a, a, a,, a, a, a, a, a, a, Fig. 1. Transition diagram of nondeterministi Hamming suffix automaton for string aa and the distane Algorithm 3 Computation of a set of all restrited smallest distane approximate overs for string T and the Hamming distane k. Input: String T = a 1a... a n, the Hamming distane k. Output: Set of all restrited smallest distane approximate overs overs H k (T) of string T using the Hamming distane funtion D H and the distane k. 1: overs H k (T) {(T, 0)}. : Construt nondeterministi Hamming suffix automaton M S = (Q S, A, δ S, q 0S, F S) for T and k. 3: Create state q 0 of the deterministi approximate over andidate automaton M(T) = (Q, A, δ,q 0, F). 4: Define maxfator(q 0) = ε. 5: Proess state q 0 using Algorithm. 6: overs H k (T) is the resulting set from the previous step. 4 Complexities Lemma 1. The nondeterministi Hamming suffix automaton M S = (Q, A, δ, q 0, F) for string T and the distane k ontains ( T +1) (k+1) k +k states and A ( T (k + 1) 1+ k k )+ T k + 1 transitions. Proof. The automaton onsists of layers of states q (i) for eah level i. The layer of states q 0 ontains T + 1 states. Eah layer of states q (i) ontains one state less in omparison with layer of states q (i 1), thus it ontains T i + 1 and layer of states q (k) ontains T k + 1 states. The automaton ontains A transitions from eah state, with some exeptions. There are k+1 final states having no suessor. In the layer of states q (k), eah state has only one suessor. From the initial state, there are T transitions defined to the states q (0) having level(q (0) ) = 0 and T ( A 1) transitions to the states q (1) having level(q (1) ) = 1. Thus in M S there are Q A + T A (k +1) A ( T k +1) ( A 1) = A ( Q ) + T k + 1 transitions. Note. As restrited approximate overs of string T are exat fators of T, it is meaningful to onsider effetive alphaet A only, thus A T always holds.

5 It is also meaningless to onsider large k, eause every fator of T having length less or equal to k is always approximate over of T. Thus k T always holds. Usually, k T and A T (e.g. in DNA analysis, A = {a,, g, t}). Therefore k and A may e onsidered as small onstants independent of T. Lemma. The deterministi approximate over andidate automaton M for string T and the Hamming distane ontains at most T + T + 1 states. Proof. Eah d suset d(q) of M ontains at least one r suh that level(r) = 0, thus maxfator(q) Fat(T). The numer of possile fators of length depth(q) is at most T depth(q) + 1, thus the maximum numer of states of M having equal depth is also T depth(q) + 1. The automaton M also ontains an initial state. Therefore, the numer of states of M is at ( T 1+1)+( T T +1) most T + 1. Lemma 3. During the onstrution of the deterministi over andidate automaton M for string T, Algorithms, 3 need to hold at most T + states at a time. Proof. Algorithm works as a depth first searh algorithm. For eah state and symol it generates at most one state possile suessor. Thus it holds at most T + 1 states of M ( T states having d susets representing exat prefixes of T plus initial state) and a state generated for a final state, having empty d suset. Lemma 4. During the onstrution of the deterministi over andidate automaton M for string T, Algorithms, 3 need to hold at most T + T + 1 elements of d susets at a time. Proof. Alg. needs at most T + states in a memory at a time (Lemma 3). The deterministi over andidate automaton M = (Q, A, δ, q 0, F) is onstruted y suset onstrution from a nondeterministi Hamming suffix automaton M S = (Q S, A, δ S, q 0S, F S ). In M S, eah state ut q 0S has at most one suessor for eah symol, q 0S has T suessors for eah symol. For eah state p S and its suessor q S in M S holds: depth(q S ) > depth(p S ). The longest possile d suset d(p) ontains r T having depth(r T ) = T, and r 1 having depth(r 1 ) = 1. As δ S (r 1, a) 1 and δ S (r T, a) = for every a A, for state p and its suessor q in M holds: d(q) d(p) for p q 0 and d(q) T for p = q 0. Theorem 1. Spae omplexity of Alg. 3 is O( T ). Proof. It learly holds that for onstrution of the nondeterministi Hamming suffix automaton M S = (Q S, A, δ S, q 0S, F S ), there is no need for any additional data strutures. For the purpose of the onstrution of the deterministi over andidate automaton M, only the set of states and transitions from q 0S need to e preserved, eause the rest may e omputed later in O(1) time and spae using knowledge of a depth and a level of a state, k, and T. Thus the spae omplexity of this onstrution is O((k + A ) T ). During the omputation of the smallest distane (Algorithm 1), only O(1) additional data is needed. During the proessing of states of M (Algorithm ), the needed spae is limited y the numer of elements of all d susets (Lemma 4) preserved in a memory and y the numer of all approximate overs (the result, limited y the numer of all fators of T at most O( T )). Lemma 5. Using Algorithms, and 3 for onstrution of a deterministi over andidate automaton M = (Q, A, δ, q 0, F) from a nondeterministi Hamming suffix automaton M S = (Q S, A, δ S, q 0S, F S ), all d susets are sorted in asending order y depths within M S. Proof. Having p, q Q\{q 0 } suh that q is a suessor of p, suppose that d(p) is sorted in order y depths within M S. It holds that for any p S, q S Q S suh that q S is a suessor of p S, depth(q S ) > depth(p S ). Therefore d(q) onstruted from already sorted d(p) is also sorted. For p = q 0, it is supposed that δ S (q 0S, a) is onstruted as sorted in order y depths within M S. Lemma 6. Time omplexity of Algorithm 1 is O(k T ) for eah state. Proof. Algorithm 1 may remove some elements of a d suset in eah iteration, thus the iteration may take O( T ) time. The numer of iterations may e at most k. Lemma 7. Time omplexity of Algorithm (from the initial state) is O((k + A ) T 3 ). Proof. Algorithm onstruts for all states q and all a A the d susets of all possile suessors of q. The numer of states is O( T ) (Lemma ) and the numer of elements of eah d suset is O( T ). For eah state, the omputation of overing is performed (it takes O( T )), and for eah over (their numer is O(T )), the omputation of the smallest distane is performed (it takes O(k T ) for eah over Lemma 6). Theorem. Time omplexity of Alg. 3 is O((k+ A ) T 3 ). Proof. It learly holds that onstrution of the nondeterministi Hamming suffix automaton takes O((k + A ) T ). Constrution of the deterministi over andidate automaton takes O((k+ A ) T 3 ) (Lemma 7).

6 5 Experimental results 80 Athlon, for k=101 and k=01 The algorithm was implemented in C++ using STL, the program was ompiled using the GNU C++ ompiler with O3 optimizations level. The dataset used to test the algorithm is the nuleotide sequene of Saharomyes erevisiae hromosome IV 1. The string T onsists of the first T haraters of the hromosome. The first set of tests was run on a AMD Athlon (00 MHz) system, with.5 GB of RAM, under Fedora Linux operating system (see Figs. 3, 4). 1 Athlon64, for k=11 and k=31 Time [se] Text length Fig.5. Time onsumption with respet to the text size (solid line for k = 101, dotted one for k = 01) 10.5 Athlon, for T =114 and T =153 Time [se] Time [se] Text length Fig.3. Time onsumption with respet to the text size (solid line for k = 11, dotted one for k = 31) Maximum distane Fig. 6. Time onsumption with respet to the maximum distane (solid line for T = 114, dotted one for T = 153) Athlon64, for T =116 and T =1550 vs. maximum 1.0 seond for text length 114 see Fig. 6). Time [se] Maximum distane Fig. 4. Time onsumption with respet to the distane (solid line for T = 116, dotted one for T = 1550) The seond set of tests was run on a AMD Athlon (1400 MHz) system, with 1. GB of RAM, under Gentoo Linux operating system (see Figs. 5, 6). Note 3. In omparison with experimental results presented in [], the algorithm presented in this paper runs a it faster for the same data, even on a slightly slower omputer (1.3 seonds in [] for text length The Saharomyes erevisiae hromosome IV dataset ould e downloaded from 6 Conlusion and future work In this paper, we have shown that an algorithm design ased on a determinisation of a suffix automaton is appropriate for all restrited smallest distane approximate overs of a string prolem for Hamming distane. The presented algorithm is straightforward, easy to understand and to implement and its theoretial and experimental time requirements are omparale to the existing approah ([]). The algorithm may e extended to work with other distane funtions, possily using the idea presented in [3]. Theoretial and experimental analysis similar to one presented here may e aomplished. The algorithm may e also extended to use parallelism. Aknowledgements This researh was partially supported y the Ministry of Eduation, Youth, and Sport of the Czeh Repuli under researh program MSM , y the

7 Czeh Siene Foundation as projet No. 01/06/1039, and y the Czeh Tehnial University in Prague as projet No. CTU Referenes 1. Apostolio, A., Farah, M., and Iliopoulos, C. S. Optimal superprimitivity testing for strings. Inf. Proess. Lett. 39, 1 (1991), Christodoulakis, M., Iliopoulos, C. S., Park, K., and Sim, J. S. Implementing approximate regularities. Mathematial and Computer Modelling 4 (Otoer 005), Guth, O. Searhing approximate overs of strings using finite automata. In Proeedings of POSTER (008), Faulty of Eletrial Engineering, Czeh Tehnial University in Prague. 4. Smyth, W. F. Approximate periodiity in strings. Utilitas Mathematia 51 (1997), Voráček, M., and Melihar, B. Searhig for regularities in generalized strings using finite automata. In Proeedings of the International Conferene on Numerial Analysis and Applied Mathematis (005), WILEY VCH Verlag, pp

I F I G R e s e a r c h R e p o r t. Minimal and Hyper-Minimal Biautomata. IFIG Research Report 1401 March Institut für Informatik

I F I G R e s e a r c h R e p o r t. Minimal and Hyper-Minimal Biautomata. IFIG Research Report 1401 March Institut für Informatik I F I G R e s e a r h R e p o r t Institut für Informatik Minimal and Hyper-Minimal Biautomata Markus Holzer Seastian Jakoi IFIG Researh Report 1401 Marh 2014 Institut für Informatik JLU Gießen Arndtstraße

More information

15.12 Applications of Suffix Trees

15.12 Applications of Suffix Trees 248 Algorithms in Bioinformatis II, SoSe 07, ZBIT, D. Huson, May 14, 2007 15.12 Appliations of Suffix Trees 1. Searhing for exat patterns 2. Minimal unique substrings 3. Maximum unique mathes 4. Maximum

More information

Sequence Analysis, WS 14/15, D. Huson & R. Neher (this part by D. Huson & J. Fischer) January 21,

Sequence Analysis, WS 14/15, D. Huson & R. Neher (this part by D. Huson & J. Fischer) January 21, Sequene Analysis, WS 14/15, D. Huson & R. Neher (this part by D. Huson & J. Fisher) January 21, 201511 9 Suffix Trees and Suffix Arrays This leture is based on the following soures, whih are all reommended

More information

Complexity of Regularization RBF Networks

Complexity of Regularization RBF Networks Complexity of Regularization RBF Networks Mark A Kon Department of Mathematis and Statistis Boston University Boston, MA 02215 mkon@buedu Leszek Plaskota Institute of Applied Mathematis University of Warsaw

More information

Sufficient Conditions for a Flexible Manufacturing System to be Deadlocked

Sufficient Conditions for a Flexible Manufacturing System to be Deadlocked Paper 0, INT 0 Suffiient Conditions for a Flexile Manufaturing System to e Deadloked Paul E Deering, PhD Department of Engineering Tehnology and Management Ohio University deering@ohioedu Astrat In reent

More information

Control Theory association of mathematics and engineering

Control Theory association of mathematics and engineering Control Theory assoiation of mathematis and engineering Wojieh Mitkowski Krzysztof Oprzedkiewiz Department of Automatis AGH Univ. of Siene & Tehnology, Craow, Poland, Abstrat In this paper a methodology

More information

Nonreversibility of Multiple Unicast Networks

Nonreversibility of Multiple Unicast Networks Nonreversibility of Multiple Uniast Networks Randall Dougherty and Kenneth Zeger September 27, 2005 Abstrat We prove that for any finite direted ayli network, there exists a orresponding multiple uniast

More information

COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION

COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION 4 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES COMBINED PROBE FOR MACH NUMBER, TEMPERATURE AND INCIDENCE INDICATION Jiri Nozika*, Josef Adame*, Daniel Hanus** *Department of Fluid Dynamis and

More information

Bypassing Space Explosion in High-Speed Regular Expression Matching

Bypassing Space Explosion in High-Speed Regular Expression Matching Bypassing Spae Explosion in High-Speed Regular Expression Mathing Jignesh Patel Alex X. Liu Eri Torng Astrat Network intrusion detetion and prevention systems ommonly use regular expression (RE) signatures

More information

arxiv: v1 [cs.fl] 5 Dec 2009

arxiv: v1 [cs.fl] 5 Dec 2009 Quotient Complexity of Closed Languages Janusz Brzozowski 1, Galina Jirásková 2, and Chenglong Zou 1 arxiv:0912.1034v1 [s.fl] 5 De 2009 1 David R. Cheriton Shool of Computer Siene, University of Waterloo,

More information

McCreight s Suffix Tree Construction Algorithm. Milko Izamski B.Sc. Informatics Instructor: Barbara König

McCreight s Suffix Tree Construction Algorithm. Milko Izamski B.Sc. Informatics Instructor: Barbara König 1. Introution MCreight s Suffix Tree Constrution Algorithm Milko Izamski B.S. Informatis Instrutor: Barbara König The main goal of MCreight s algorithm is to buil a suffix tree in linear time. This is

More information

A Characterization of Wavelet Convergence in Sobolev Spaces

A Characterization of Wavelet Convergence in Sobolev Spaces A Charaterization of Wavelet Convergene in Sobolev Spaes Mark A. Kon 1 oston University Louise Arakelian Raphael Howard University Dediated to Prof. Robert Carroll on the oasion of his 70th birthday. Abstrat

More information

Packing Plane Spanning Trees into a Point Set

Packing Plane Spanning Trees into a Point Set Paking Plane Spanning Trees into a Point Set Ahmad Biniaz Alfredo Garía Abstrat Let P be a set of n points in the plane in general position. We show that at least n/3 plane spanning trees an be paked into

More information

The Laws of Acceleration

The Laws of Acceleration The Laws of Aeleration The Relationships between Time, Veloity, and Rate of Aeleration Copyright 2001 Joseph A. Rybzyk Abstrat Presented is a theory in fundamental theoretial physis that establishes the

More information

Discrete Bessel functions and partial difference equations

Discrete Bessel functions and partial difference equations Disrete Bessel funtions and partial differene equations Antonín Slavík Charles University, Faulty of Mathematis and Physis, Sokolovská 83, 186 75 Praha 8, Czeh Republi E-mail: slavik@karlin.mff.uni.z Abstrat

More information

State Diagrams. Margaret M. Fleck. 14 November 2011

State Diagrams. Margaret M. Fleck. 14 November 2011 State Diagrams Margaret M. Flek 14 November 2011 These notes over state diagrams. 1 Introdution State diagrams are a type of direted graph, in whih the graph nodes represent states and labels on the graph

More information

Chapter 3 Church-Turing Thesis. CS 341: Foundations of CS II

Chapter 3 Church-Turing Thesis. CS 341: Foundations of CS II CS 341: Foundations of CS II Marvin K. Nakayama Computer Siene Department New Jersey Institute of Tehnology Newark, NJ 07102 CS 341: Chapter 3 3-2 Contents Turing Mahines Turing-reognizable Turing-deidable

More information

Chapter 8 Hypothesis Testing

Chapter 8 Hypothesis Testing Leture 5 for BST 63: Statistial Theory II Kui Zhang, Spring Chapter 8 Hypothesis Testing Setion 8 Introdution Definition 8 A hypothesis is a statement about a population parameter Definition 8 The two

More information

Computer Science 786S - Statistical Methods in Natural Language Processing and Data Analysis Page 1

Computer Science 786S - Statistical Methods in Natural Language Processing and Data Analysis Page 1 Computer Siene 786S - Statistial Methods in Natural Language Proessing and Data Analysis Page 1 Hypothesis Testing A statistial hypothesis is a statement about the nature of the distribution of a random

More information

A Functional Representation of Fuzzy Preferences

A Functional Representation of Fuzzy Preferences Theoretial Eonomis Letters, 017, 7, 13- http://wwwsirporg/journal/tel ISSN Online: 16-086 ISSN Print: 16-078 A Funtional Representation of Fuzzy Preferenes Susheng Wang Department of Eonomis, Hong Kong

More information

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion Millennium Relativity Aeleration Composition he Relativisti Relationship between Aeleration and niform Motion Copyright 003 Joseph A. Rybzyk Abstrat he relativisti priniples developed throughout the six

More information

Application of the Dyson-type boson mapping for low-lying electron excited states in molecules

Application of the Dyson-type boson mapping for low-lying electron excited states in molecules Prog. Theor. Exp. Phys. 05, 063I0 ( pages DOI: 0.093/ptep/ptv068 Appliation of the Dyson-type boson mapping for low-lying eletron exited states in moleules adao Ohkido, and Makoto Takahashi Teaher-training

More information

Pushdown Specifications

Pushdown Specifications Orna Kupferman Hebrew University Pushdown Speifiations Nir Piterman Weizmann Institute of Siene une 9, 2002 Moshe Y Vardi Rie University Abstrat Traditionally, model heking is applied to finite-state systems

More information

Aharonov-Bohm effect. Dan Solomon.

Aharonov-Bohm effect. Dan Solomon. Aharonov-Bohm effet. Dan Solomon. In the figure the magneti field is onfined to a solenoid of radius r 0 and is direted in the z- diretion, out of the paper. The solenoid is surrounded by a barrier that

More information

A simple expression for radial distribution functions of pure fluids and mixtures

A simple expression for radial distribution functions of pure fluids and mixtures A simple expression for radial distribution funtions of pure fluids and mixtures Enrio Matteoli a) Istituto di Chimia Quantistia ed Energetia Moleolare, CNR, Via Risorgimento, 35, 56126 Pisa, Italy G.

More information

Relative Maxima and Minima sections 4.3

Relative Maxima and Minima sections 4.3 Relative Maxima and Minima setions 4.3 Definition. By a ritial point of a funtion f we mean a point x 0 in the domain at whih either the derivative is zero or it does not exists. So, geometrially, one

More information

c-perfect Hashing Schemes for Binary Trees, with Applications to Parallel Memories

c-perfect Hashing Schemes for Binary Trees, with Applications to Parallel Memories -Perfet Hashing Shemes for Binary Trees, with Appliations to Parallel Memories (Extended Abstrat Gennaro Cordaso 1, Alberto Negro 1, Vittorio Sarano 1, and Arnold L.Rosenberg 2 1 Dipartimento di Informatia

More information

Average Rate Speed Scaling

Average Rate Speed Scaling Average Rate Speed Saling Nikhil Bansal David P. Bunde Ho-Leung Chan Kirk Pruhs May 2, 2008 Abstrat Speed saling is a power management tehnique that involves dynamially hanging the speed of a proessor.

More information

Hankel Optimal Model Order Reduction 1

Hankel Optimal Model Order Reduction 1 Massahusetts Institute of Tehnology Department of Eletrial Engineering and Computer Siene 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Hankel Optimal Model Order Redution 1 This leture overs both

More information

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 16 Aug 2004

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 16 Aug 2004 Computational omplexity and fundamental limitations to fermioni quantum Monte Carlo simulations arxiv:ond-mat/0408370v1 [ond-mat.stat-meh] 16 Aug 2004 Matthias Troyer, 1 Uwe-Jens Wiese 2 1 Theoretishe

More information

Error Bounds for Context Reduction and Feature Omission

Error Bounds for Context Reduction and Feature Omission Error Bounds for Context Redution and Feature Omission Eugen Bek, Ralf Shlüter, Hermann Ney,2 Human Language Tehnology and Pattern Reognition, Computer Siene Department RWTH Aahen University, Ahornstr.

More information

Singular Event Detection

Singular Event Detection Singular Event Detetion Rafael S. Garía Eletrial Engineering University of Puerto Rio at Mayagüez Rafael.Garia@ee.uprm.edu Faulty Mentor: S. Shankar Sastry Researh Supervisor: Jonathan Sprinkle Graduate

More information

The Effectiveness of the Linear Hull Effect

The Effectiveness of the Linear Hull Effect The Effetiveness of the Linear Hull Effet S. Murphy Tehnial Report RHUL MA 009 9 6 Otober 009 Department of Mathematis Royal Holloway, University of London Egham, Surrey TW0 0EX, England http://www.rhul.a.uk/mathematis/tehreports

More information

Comparison of Alternative Equivalent Circuits of Induction Motor with Real Machine Data

Comparison of Alternative Equivalent Circuits of Induction Motor with Real Machine Data Comparison of Alternative Equivalent Ciruits of Indution Motor with Real Mahine Data J. radna, J. auer, S. Fligl and V. Hlinovsky Abstrat The algorithms based on separated ontrol of the motor flux and

More information

arxiv:gr-qc/ v2 6 Feb 2004

arxiv:gr-qc/ v2 6 Feb 2004 Hubble Red Shift and the Anomalous Aeleration of Pioneer 0 and arxiv:gr-q/0402024v2 6 Feb 2004 Kostadin Trenčevski Faulty of Natural Sienes and Mathematis, P.O.Box 62, 000 Skopje, Maedonia Abstrat It this

More information

Languages. A language is a set of strings. String: A sequence of letters. Examples: cat, dog, house, Defined over an alphabet:

Languages. A language is a set of strings. String: A sequence of letters. Examples: cat, dog, house, Defined over an alphabet: Languages 1 Languages A language is a set of strings String: A sequence of letters Examples: cat, dog, house, Defined over an alphaet: a,, c,, z 2 Alphaets and Strings We will use small alphaets: Strings

More information

Flexible Word Design and Graph Labeling

Flexible Word Design and Graph Labeling Flexible Word Design and Graph Labeling Ming-Yang Kao Manan Sanghi Robert Shweller Abstrat Motivated by emerging appliations for DNA ode word design, we onsider a generalization of the ode word design

More information

A Queueing Model for Call Blending in Call Centers

A Queueing Model for Call Blending in Call Centers A Queueing Model for Call Blending in Call Centers Sandjai Bhulai and Ger Koole Vrije Universiteit Amsterdam Faulty of Sienes De Boelelaan 1081a 1081 HV Amsterdam The Netherlands E-mail: {sbhulai, koole}@s.vu.nl

More information

Lecture 7: Sampling/Projections for Least-squares Approximation, Cont. 7 Sampling/Projections for Least-squares Approximation, Cont.

Lecture 7: Sampling/Projections for Least-squares Approximation, Cont. 7 Sampling/Projections for Least-squares Approximation, Cont. Stat60/CS94: Randomized Algorithms for Matries and Data Leture 7-09/5/013 Leture 7: Sampling/Projetions for Least-squares Approximation, Cont. Leturer: Mihael Mahoney Sribe: Mihael Mahoney Warning: these

More information

Moments and Wavelets in Signal Estimation

Moments and Wavelets in Signal Estimation Moments and Wavelets in Signal Estimation Edward J. Wegman 1 Center for Computational Statistis George Mason University Hung T. Le 2 International usiness Mahines Abstrat: The problem of generalized nonparametri

More information

Probabilistic and nondeterministic aspects of Anonymity 1

Probabilistic and nondeterministic aspects of Anonymity 1 MFPS XX1 Preliminary Version Probabilisti and nondeterministi aspets of Anonymity 1 Catusia Palamidessi 2 INRIA and LIX Éole Polytehnique, Rue de Salay, 91128 Palaiseau Cedex, FRANCE Abstrat Anonymity

More information

Estimating the probability law of the codelength as a function of the approximation error in image compression

Estimating the probability law of the codelength as a function of the approximation error in image compression Estimating the probability law of the odelength as a funtion of the approximation error in image ompression François Malgouyres Marh 7, 2007 Abstrat After some reolletions on ompression of images using

More information

CMSC 451: Lecture 9 Greedy Approximation: Set Cover Thursday, Sep 28, 2017

CMSC 451: Lecture 9 Greedy Approximation: Set Cover Thursday, Sep 28, 2017 CMSC 451: Leture 9 Greedy Approximation: Set Cover Thursday, Sep 28, 2017 Reading: Chapt 11 of KT and Set 54 of DPV Set Cover: An important lass of optimization problems involves overing a ertain domain,

More information

RESEARCH ON RANDOM FOURIER WAVE-NUMBER SPECTRUM OF FLUCTUATING WIND SPEED

RESEARCH ON RANDOM FOURIER WAVE-NUMBER SPECTRUM OF FLUCTUATING WIND SPEED The Seventh Asia-Paifi Conferene on Wind Engineering, November 8-1, 9, Taipei, Taiwan RESEARCH ON RANDOM FORIER WAVE-NMBER SPECTRM OF FLCTATING WIND SPEED Qi Yan 1, Jie Li 1 Ph D. andidate, Department

More information

arxiv:physics/ v1 [physics.class-ph] 8 Aug 2003

arxiv:physics/ v1 [physics.class-ph] 8 Aug 2003 arxiv:physis/0308036v1 [physis.lass-ph] 8 Aug 003 On the meaning of Lorentz ovariane Lszl E. Szab Theoretial Physis Researh Group of the Hungarian Aademy of Sienes Department of History and Philosophy

More information

Coding for Random Projections and Approximate Near Neighbor Search

Coding for Random Projections and Approximate Near Neighbor Search Coding for Random Projetions and Approximate Near Neighbor Searh Ping Li Department of Statistis & Biostatistis Department of Computer Siene Rutgers University Pisataay, NJ 8854, USA pingli@stat.rutgers.edu

More information

Overview. Regular Expressions and Finite-State. Motivation. Regular expressions. RE syntax Additional functions. Regular languages Properties

Overview. Regular Expressions and Finite-State. Motivation. Regular expressions. RE syntax Additional functions. Regular languages Properties Overview L445/L545/B659 Dept. of Linguistis, Indiana University Spring 2016 languages Finite-state tehnology is: Fast and effiient Useful for a variety of language tasks Three main topis we ll disuss:

More information

Convergence of reinforcement learning with general function approximators

Convergence of reinforcement learning with general function approximators Convergene of reinforement learning with general funtion approximators assilis A. Papavassiliou and Stuart Russell Computer Siene Division, U. of California, Berkeley, CA 94720-1776 fvassilis,russellg@s.berkeley.edu

More information

Modal Horn Logics Have Interpolation

Modal Horn Logics Have Interpolation Modal Horn Logis Have Interpolation Marus Kraht Department of Linguistis, UCLA PO Box 951543 405 Hilgard Avenue Los Angeles, CA 90095-1543 USA kraht@humnet.ula.de Abstrat We shall show that the polymodal

More information

IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE MAJOR STREET AT A TWSC INTERSECTION

IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE MAJOR STREET AT A TWSC INTERSECTION 09-1289 Citation: Brilon, W. (2009): Impedane Effets of Left Turners from the Major Street at A TWSC Intersetion. Transportation Researh Reord Nr. 2130, pp. 2-8 IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE

More information

SRC Research. Report. An Efficient Matching Algorithm for a High-Throughput, Low-Latency Data Switch. Thomas L. Rodeheffer and James B.

SRC Research. Report. An Efficient Matching Algorithm for a High-Throughput, Low-Latency Data Switch. Thomas L. Rodeheffer and James B. Novemer 5, 998 SRC Researh Report 6 An Effiient Mathing Algorithm for a High-Throughput, Low-Lateny Data Swith Thomas L Rodeheffer and James B Saxe Systems Researh Center 30 Lytton Avenue Palo Alto, CA

More information

Einstein s Three Mistakes in Special Relativity Revealed. Copyright Joseph A. Rybczyk

Einstein s Three Mistakes in Special Relativity Revealed. Copyright Joseph A. Rybczyk Einstein s Three Mistakes in Speial Relativity Revealed Copyright Joseph A. Rybzyk Abstrat When the evidene supported priniples of eletromagneti propagation are properly applied, the derived theory is

More information

FINITE WORD LENGTH EFFECTS IN DSP

FINITE WORD LENGTH EFFECTS IN DSP FINITE WORD LENGTH EFFECTS IN DSP PREPARED BY GUIDED BY Snehal Gor Dr. Srianth T. ABSTRACT We now that omputers store numbers not with infinite preision but rather in some approximation that an be paed

More information

Two-dimensional pattern matching

Two-dimensional pattern matching TECHNISCHE UNIVERSITEIT EINDHOVEN Department of Mathematis and Computer Siene MSTER S THESIS Two-dimensional pattern mathing by M.G.W.H. van de Rijdt Supervisors: dr. ir. G. Zwaan prof. dr. B.W. Watson

More information

EE 321 Project Spring 2018

EE 321 Project Spring 2018 EE 21 Projet Spring 2018 This ourse projet is intended to be an individual effort projet. The student is required to omplete the work individually, without help from anyone else. (The student may, however,

More information

On the density of languages representing finite set partitions

On the density of languages representing finite set partitions On the density of languages representing finite set partitions Nelma Moreira Rogério Reis Tehnial Report Series: DCC-04-07 Departamento de Ciênia de Computadores Fauldade de Ciênias & Laboratório de Inteligênia

More information

SINCE Zadeh s compositional rule of fuzzy inference

SINCE Zadeh s compositional rule of fuzzy inference IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 14, NO. 6, DECEMBER 2006 709 Error Estimation of Perturbations Under CRI Guosheng Cheng Yuxi Fu Abstrat The analysis of stability robustness of fuzzy reasoning

More information

JAST 2015 M.U.C. Women s College, Burdwan ISSN a peer reviewed multidisciplinary research journal Vol.-01, Issue- 01

JAST 2015 M.U.C. Women s College, Burdwan ISSN a peer reviewed multidisciplinary research journal Vol.-01, Issue- 01 JAST 05 M.U.C. Women s College, Burdwan ISSN 395-353 -a peer reviewed multidisiplinary researh journal Vol.-0, Issue- 0 On Type II Fuzzy Parameterized Soft Sets Pinaki Majumdar Department of Mathematis,

More information

Planning with Uncertainty in Position: an Optimal Planner

Planning with Uncertainty in Position: an Optimal Planner Planning with Unertainty in Position: an Optimal Planner Juan Pablo Gonzalez Anthony (Tony) Stentz CMU-RI -TR-04-63 The Robotis Institute Carnegie Mellon University Pittsburgh, Pennsylvania 15213 Otober

More information

On the Geometrical Conditions to Determine the Flat Behaviour of the Rotational Curves in Galaxies

On the Geometrical Conditions to Determine the Flat Behaviour of the Rotational Curves in Galaxies On the Geometrial Conditions to Determine the Flat Behaviour of the Rotational Curves in Galaxies Departamento de Físia, Universidade Estadual de Londrina, Londrina, PR, Brazil E-mail: andrenaves@gmail.om

More information

Math 151 Introduction to Eigenvectors

Math 151 Introduction to Eigenvectors Math 151 Introdution to Eigenvetors The motivating example we used to desrie matrixes was landsape hange and vegetation suession. We hose the simple example of Bare Soil (B), eing replaed y Grasses (G)

More information

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach Amerian Journal of heoretial and Applied tatistis 6; 5(-): -8 Published online January 7, 6 (http://www.sienepublishinggroup.om/j/ajtas) doi:.648/j.ajtas.s.65.4 IN: 36-8999 (Print); IN: 36-96 (Online)

More information

Lightpath routing for maximum reliability in optical mesh networks

Lightpath routing for maximum reliability in optical mesh networks Vol. 7, No. 5 / May 2008 / JOURNAL OF OPTICAL NETWORKING 449 Lightpath routing for maximum reliability in optial mesh networks Shengli Yuan, 1, * Saket Varma, 2 and Jason P. Jue 2 1 Department of Computer

More information

REFINED UPPER BOUNDS FOR THE LINEAR DIOPHANTINE PROBLEM OF FROBENIUS. 1. Introduction

REFINED UPPER BOUNDS FOR THE LINEAR DIOPHANTINE PROBLEM OF FROBENIUS. 1. Introduction Version of 5/2/2003 To appear in Advanes in Applied Mathematis REFINED UPPER BOUNDS FOR THE LINEAR DIOPHANTINE PROBLEM OF FROBENIUS MATTHIAS BECK AND SHELEMYAHU ZACKS Abstrat We study the Frobenius problem:

More information

Robust Flight Control Design for a Turn Coordination System with Parameter Uncertainties

Robust Flight Control Design for a Turn Coordination System with Parameter Uncertainties Amerian Journal of Applied Sienes 4 (7): 496-501, 007 ISSN 1546-939 007 Siene Publiations Robust Flight ontrol Design for a urn oordination System with Parameter Unertainties 1 Ari Legowo and Hiroshi Okubo

More information

COMPLEX INDUCTANCE AND ITS COMPUTER MODELLING

COMPLEX INDUCTANCE AND ITS COMPUTER MODELLING Journal of ELECTRICAL ENGINEERING, VOL. 53, NO. 1-2, 22, 24 29 COMPLEX INDUCTANCE AND ITS COMPUTER MODELLING Daniel Mayer Bohuš Ulryh The paper introdues the onept of the omplex indutane as a parameter

More information

Stability of alternate dual frames

Stability of alternate dual frames Stability of alternate dual frames Ali Akbar Arefijamaal Abstrat. The stability of frames under perturbations, whih is important in appliations, is studied by many authors. It is worthwhile to onsider

More information

Physical Laws, Absolutes, Relative Absolutes and Relativistic Time Phenomena

Physical Laws, Absolutes, Relative Absolutes and Relativistic Time Phenomena Page 1 of 10 Physial Laws, Absolutes, Relative Absolutes and Relativisti Time Phenomena Antonio Ruggeri modexp@iafria.om Sine in the field of knowledge we deal with absolutes, there are absolute laws that

More information

Analysis of discretization in the direct simulation Monte Carlo

Analysis of discretization in the direct simulation Monte Carlo PHYSICS OF FLUIDS VOLUME 1, UMBER 1 OCTOBER Analysis of disretization in the diret simulation Monte Carlo iolas G. Hadjionstantinou a) Department of Mehanial Engineering, Massahusetts Institute of Tehnology,

More information

arxiv:math/ v4 [math.ca] 29 Jul 2006

arxiv:math/ v4 [math.ca] 29 Jul 2006 arxiv:math/0109v4 [math.ca] 9 Jul 006 Contiguous relations of hypergeometri series Raimundas Vidūnas University of Amsterdam Abstrat The 15 Gauss ontiguous relations for F 1 hypergeometri series imply

More information

SERIJA III

SERIJA III SERIJA III www.math.hr/glasnik I. Gaál, B. Jadrijević and L. Remete Totally real Thue inequalities over imaginary quadrati fields Aepted manusript This is a preliminary PDF of the author-produed manusript

More information

Sensor management for PRF selection in the track-before-detect context

Sensor management for PRF selection in the track-before-detect context Sensor management for PRF seletion in the tra-before-detet ontext Fotios Katsilieris, Yvo Boers, and Hans Driessen Thales Nederland B.V. Haasbergerstraat 49, 7554 PA Hengelo, the Netherlands Email: {Fotios.Katsilieris,

More information

arxiv: v2 [math.pr] 9 Dec 2016

arxiv: v2 [math.pr] 9 Dec 2016 Omnithermal Perfet Simulation for Multi-server Queues Stephen B. Connor 3th Deember 206 arxiv:60.0602v2 [math.pr] 9 De 206 Abstrat A number of perfet simulation algorithms for multi-server First Come First

More information

The Complete Energy Translations in the Detailed. Decay Process of Baryonic Sub-Atomic Particles. P.G.Bass.

The Complete Energy Translations in the Detailed. Decay Process of Baryonic Sub-Atomic Particles. P.G.Bass. The Complete Energy Translations in the Detailed Deay Proess of Baryoni Su-Atomi Partiles. [4] P.G.Bass. PGBass P12 Version 1..3 www.relativitydomains.om August 218 Astrat. This is the final paper on the

More information

Danielle Maddix AA238 Final Project December 9, 2016

Danielle Maddix AA238 Final Project December 9, 2016 Struture and Parameter Learning in Bayesian Networks with Appliations to Prediting Breast Caner Tumor Malignany in a Lower Dimension Feature Spae Danielle Maddix AA238 Final Projet Deember 9, 2016 Abstrat

More information

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Vietnam Journal of Mehanis, VAST, Vol. 4, No. (), pp. A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Le Thanh Tung Hanoi University of Siene and Tehnology, Vietnam Abstrat. Conventional ship autopilots are

More information

Some GIS Topological Concepts via Neutrosophic Crisp Set Theory

Some GIS Topological Concepts via Neutrosophic Crisp Set Theory New Trends in Neutrosophi Theory and Appliations A.A.SALAMA, I.M.HANAFY, HEWAYDA ELGHAWALBY 3, M.S.DABASH 4,2,4 Department of Mathematis and Computer Siene, Faulty of Sienes, Port Said University, Egypt.

More information

Two Points Hybrid Block Method for Solving First Order Fuzzy Differential Equations

Two Points Hybrid Block Method for Solving First Order Fuzzy Differential Equations Journal of Soft Computing and Appliations 2016 No.1 (2016) 43-53 Available online at www.ispas.om/jsa Volume 2016, Issue 1, Year 2016 Artile ID jsa-00083, 11 Pages doi:10.5899/2016/jsa-00083 Researh Artile

More information

When p = 1, the solution is indeterminate, but we get the correct answer in the limit.

When p = 1, the solution is indeterminate, but we get the correct answer in the limit. The Mathematia Journal Gambler s Ruin and First Passage Time Jan Vrbik We investigate the lassial problem of a gambler repeatedly betting $1 on the flip of a potentially biased oin until he either loses

More information

Ordered fields and the ultrafilter theorem

Ordered fields and the ultrafilter theorem F U N D A M E N T A MATHEMATICAE 59 (999) Ordered fields and the ultrafilter theorem by R. B e r r (Dortmund), F. D e l o n (Paris) and J. S h m i d (Dortmund) Abstrat. We prove that on the basis of ZF

More information

div v(x) = 0, n terr = 0, v terr = v t,

div v(x) = 0, n terr = 0, v terr = v t, Proeedings of the Ceh Japanese Seminar in Applied Mathematis 6 Ceh Tehnial University in Prague, September 4-7, 6 pp. 4 8 FLOW AND POLLUTION TRANSPORT IN THE STREET CANYON PETR BAUER, AND ZBYŇEK JAŇOUR

More information

Next: Pushdown automata. Pushdown Automata. Informal Description PDA (1) Informal Description PDA (2) Formal Description PDA

Next: Pushdown automata. Pushdown Automata. Informal Description PDA (1) Informal Description PDA (2) Formal Description PDA CE 2001: Introdution to Theor of Computation ummer 2007 uprakash Datta datta@s.orku.a Net: Pushdown automata dd stak to definition of Finite utomata Can serve as tpe of memor or ounter More powerful than

More information

Four-dimensional equation of motion for viscous compressible substance with regard to the acceleration field, pressure field and dissipation field

Four-dimensional equation of motion for viscous compressible substance with regard to the acceleration field, pressure field and dissipation field Four-dimensional equation of motion for visous ompressible substane with regard to the aeleration field, pressure field and dissipation field Sergey G. Fedosin PO box 6488, Sviazeva str. -79, Perm, Russia

More information

The First Integral Method for Solving a System of Nonlinear Partial Differential Equations

The First Integral Method for Solving a System of Nonlinear Partial Differential Equations ISSN 179-889 (print), 179-897 (online) International Journal of Nonlinear Siene Vol.5(008) No.,pp.111-119 The First Integral Method for Solving a System of Nonlinear Partial Differential Equations Ahmed

More information

Model Predictive Control of a Nonlinear System with Known Scheduling Variable

Model Predictive Control of a Nonlinear System with Known Scheduling Variable Proeedings of the 17th Nordi Proess Control Worshop Tehnial University of Denmar, Kgs Lyngby, Denmar Model Preditive Control of a Nonlinear System with Known Sheduling Variable Mahmood Mirzaei Niels Kjølstad

More information

Developing Excel Macros for Solving Heat Diffusion Problems

Developing Excel Macros for Solving Heat Diffusion Problems Session 50 Developing Exel Maros for Solving Heat Diffusion Problems N. N. Sarker and M. A. Ketkar Department of Engineering Tehnology Prairie View A&M University Prairie View, TX 77446 Abstrat This paper

More information

Supplementary Materials

Supplementary Materials Supplementary Materials Neural population partitioning and a onurrent brain-mahine interfae for sequential motor funtion Maryam M. Shanehi, Rollin C. Hu, Marissa Powers, Gregory W. Wornell, Emery N. Brown

More information

General Closed-form Analytical Expressions of Air-gap Inductances for Surfacemounted Permanent Magnet and Induction Machines

General Closed-form Analytical Expressions of Air-gap Inductances for Surfacemounted Permanent Magnet and Induction Machines General Closed-form Analytial Expressions of Air-gap Indutanes for Surfaemounted Permanent Magnet and Indution Mahines Ronghai Qu, Member, IEEE Eletroni & Photoni Systems Tehnologies General Eletri Company

More information

Optimization of replica exchange molecular dynamics by fast mimicking

Optimization of replica exchange molecular dynamics by fast mimicking THE JOURNAL OF CHEMICAL PHYSICS 127, 204104 2007 Optimization of replia exhange moleular dynamis by fast mimiking Jozef Hritz and Chris Oostenbrink a Leiden Amsterdam Center for Drug Researh (LACDR), Division

More information

Robust Recovery of Signals From a Structured Union of Subspaces

Robust Recovery of Signals From a Structured Union of Subspaces Robust Reovery of Signals From a Strutured Union of Subspaes 1 Yonina C. Eldar, Senior Member, IEEE and Moshe Mishali, Student Member, IEEE arxiv:87.4581v2 [nlin.cg] 3 Mar 29 Abstrat Traditional sampling

More information

Methods of evaluating tests

Methods of evaluating tests Methods of evaluating tests Let X,, 1 Xn be i.i.d. Bernoulli( p ). Then 5 j= 1 j ( 5, ) T = X Binomial p. We test 1 H : p vs. 1 1 H : p>. We saw that a LRT is 1 if t k* φ ( x ) =. otherwise (t is the observed

More information

The Second Postulate of Euclid and the Hyperbolic Geometry

The Second Postulate of Euclid and the Hyperbolic Geometry 1 The Seond Postulate of Eulid and the Hyperboli Geometry Yuriy N. Zayko Department of Applied Informatis, Faulty of Publi Administration, Russian Presidential Aademy of National Eonomy and Publi Administration,

More information

Modeling of discrete/continuous optimization problems: characterization and formulation of disjunctions and their relaxations

Modeling of discrete/continuous optimization problems: characterization and formulation of disjunctions and their relaxations Computers and Chemial Engineering (00) 4/448 www.elsevier.om/loate/omphemeng Modeling of disrete/ontinuous optimization problems: haraterization and formulation of disjuntions and their relaxations Aldo

More information

The Unified Geometrical Theory of Fields and Particles

The Unified Geometrical Theory of Fields and Particles Applied Mathematis, 014, 5, 347-351 Published Online February 014 (http://www.sirp.org/journal/am) http://dx.doi.org/10.436/am.014.53036 The Unified Geometrial Theory of Fields and Partiles Amagh Nduka

More information

Bäcklund Transformations: Some Old and New Perspectives

Bäcklund Transformations: Some Old and New Perspectives Bäklund Transformations: Some Old and New Perspetives C. J. Papahristou *, A. N. Magoulas ** * Department of Physial Sienes, Helleni Naval Aademy, Piraeus 18539, Greee E-mail: papahristou@snd.edu.gr **

More information

374 K.ORIUCI Figure 1. one dimensional irreversile positive or negative diretions. Figure 2. one dimensional reversile Y > ^ Figure 3. two dimensional

374 K.ORIUCI Figure 1. one dimensional irreversile positive or negative diretions. Figure 2. one dimensional reversile Y > ^ Figure 3. two dimensional Sientiae Mathematiae Vol. 2, No. 3(1999), 373{384 373 TRICE AND TWO DELEGATES OPERATION KIYOMITSU ORIUCI Reeived Otoer 1, 1999 Astrat. The onept of \trie " was introdued in [5] and [] for the purpose of

More information

CS235 Languages and Automata Fall 2012

CS235 Languages and Automata Fall 2012 C235 Languages and Automata Fall 2012 MIDERM 2 REVIEW ANWER Revised 12/03/12 to fix solns to Problem 1b(iv); revised 12/13/12 to hange a p/2-1 to a p-1 in Prob. 1b(v) (thanks to Irene Kwok); revised 12/14/12

More information

A Metric Index for Approximate String Matching

A Metric Index for Approximate String Matching A Metri Index for Approximate String Mathing Edgar Chávez 1 and Gonzalo Navarro 2 1 Esuela de Cienias Físio-Matemátias, Universidad Mihoaana. Edifiio B, Ciudad Universitaria, Morelia, Mih. Méxio 58000.

More information

Long time stability of regularized PML wave equations

Long time stability of regularized PML wave equations Long time stability of regularized PML wave equations Dojin Kim Email:kimdojin@knu.a.kr Yonghyeon Jeon Email:dydgus@knu.a.kr Philsu Kim Email:kimps@knu.a.kr Abstrat In this paper, we onsider two dimensional

More information

Product Policy in Markets with Word-of-Mouth Communication. Technical Appendix

Product Policy in Markets with Word-of-Mouth Communication. Technical Appendix rodut oliy in Markets with Word-of-Mouth Communiation Tehnial Appendix August 05 Miro-Model for Inreasing Awareness In the paper, we make the assumption that awareness is inreasing in ustomer type. I.e.,

More information