Affiliations: Address: Electronics and Communication Sciences Unit, Indian Statistical Institute, Kolkata-108. Telephone Number:

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

Download "Affiliations: Address: Electronics and Communication Sciences Unit, Indian Statistical Institute, Kolkata-108. Telephone Number:"

Transcript

1 Running head: Deterministic parallel communicating Watson-Crick automata systems Title: Deterministic parallel communicating Watson-Crick automata systems Authors: Kingshuk Chatterjee 1,Kumar Sankar Ray(corresponding author) 2 Affiliations: 1 Electronics and Communication Sciences Unit, Indian Statistical Institute, Kolkata Professor, Electronics and Communication Sciences Unit, Indian Statistical Institute, Kolkata-108 Address: Electronics and Communication Sciences Unit, Indian Statistical Institute, Kolkata-108. Telephone Number: Fa Number: ksray@isical.ac.in

2 Deterministic parallel communicating Watson-Crick automata systems Kingshuk Chatterjee, 1 Kumar Sankar Ray 2 Electronics and Communication Science unit, ISI, Kolkata. 1 kingshukchaterjee@gmail.com 2 ksray@isical.ac.in Abstract: In this paper, we have introduced the deterministic variant of parallel communicating Watson-Crick automata systems. We show that similar to the non-deterministic version, the deterministic version can also recognise some non-regular uniletter languages. We further establish that strongly deterministic Watson-Crick automata systems and deterministic Watson-Crick automata system are incomparable in terms of their computational ability. We have also compared the computational ability of our system with multihead finite automata and parallel communicating finite automata systems. Keywords: non-deterministic Watson-Crick automata, deterministic Watson-Crick automata, parallel communicating Watson-Crick automata systems, parallel communicating finite automata systems, multihead finite automata. I. INTRODUCTION Parallel communicating automata systems were introduced by Martin-Vide et.al [1]. The system consists of many finite automata communicating with states. They also established that the computational power of such a system is equivalent to non-deterministic finite automata with multiple heads and if the components of the system are deterministic in nature then the computational power is same as that of a deterministic multihead finite automata. Watson-Crick automata are finite automata having two independent heads working on double strands where the characters on the corresponding positions of the two strands are connected by a complementarity relation similar to the Watson-Crick complementarity relation. The movement of the heads although independent of each other is controlled by a single state. Watson-Crick automata were introduced by Păun et.al.[2], its deterministic variants were introduced by Czeizler et.al. [3]. Work on state compleity of Watson-Crick automata is discussed in [4] and [5]. Parallel Communicating Watson-Crick automata systems (PCWKS) were introduced in [6] and further investigated in [7]. A parallel communicating Watson-Crick automata system [6] consists of several Watson-Crick automata working synchronously, each on its own input tape, and communicating on request. Special query states are provided, each of them pointing to eactly one component of the system. When a component i of the system reaches a query state K j, the current state of the component j is communicated to i and the computation continues. There are two important classifications of parallel communicating systems. An automata system is called centralized if only one component, the master, may introduce query states, and non-centralized otherwise. An automata system is called returning if after communicating, a component resumes the computation from its initial state, and non-returning if it remains in its current state. Every component of parallel communicating Watson-Crick automata system has its own double-stranded tape; the input is the same on all of them. At the beginning, all components are in their initial states and start parsing synchronously the input from left to right. An input is accepted by the system if all components are in final states and they completely parse the tape. Moreover, if one of the components stops before the others, the system halts and rejects the input. Hence, in order to accept, the components either finish at the same time or wait for each other at the end of the computation. Czeizler et.al. [7] showed that with non-injective complementarity relation PCWKS can accept non-regular uniletter languages. In this paper we introduce the deterministic variant of such a parallel communicating Watson-Crick automata system and further show that similar to the non-deterministic system the deterministic system with non-injective complementarity relation can accept a non-regular uniletter language. We show that a strongly deterministic parallel communicating system with n degrees has the same computational power as a deterministic multi head finite automata with 2n heads. We further show that strongly deterministic parallel communicating Watson-Crick automata and deterministic Watson-Crick automata are incomparable in terms of language recognized which is also true for non-deterministic Watson-Crick automata. In this paper, we give a general description of non-deterministic and deterministic Watson-Crick automata and its different variants in section 2,3 and 4. In the following section we state the rules governing parallel communicating Watson-Crick automata systems. In section 6, we introduce the rules of deterministic parallel communicating Watson-Crick automata systems. We further discuss the computational compleity of a such a system in Section 7. We conclude our work in Section 8. II. BASIC TERMINOLOGY The symbol V denotes a finite alphabet. The set of all finite words over V is denoted by V *, which includes the empty word. The symbol V + =V * - {} denotes the set of all non-empty words over the alphabet V. For w V *, the length of w is denoted by w. Let u V * and v V * be two words and if there is some word V *, such that v=u, then u is a prefi of v, denoted by

3 u v. Two words, u and v are prefi comparable denoted by u~ p v if u is a prefi of v or vice versa. A Watson-Crick automaton is a 6-tuple of the form M=(V,ρ,Q,q 0,F,δ) where V is an alphabet set, set of states is denoted by Q, ρ V V is the complementarity relation similar to Watson-Crick complementarity relation, q 0 is the initial state and F Q is the set of final states. The function δ contains a finite number of transition rules of the form q q', which denotes that the machine in state q parses w 1 in upper strand and w 2 in lower strand and goes to state q' where w 1, w 2 V *. The symbol is different from. While is just a pair of strings written in that form instead of (w 1,w 2 ), the symbol denotes that the two strands are of same length i.e. w 1 = w 2 and the corresponding symbols in two strands are complementarity in the sense given by the relation ρ. The symbol ={ a a, b V, (a, b) ρ } and WK ρ(v)= denotes the Watson-Crick domain associated with V and ρ. A transition in a Watson-Crick finite automaton can be defined as follows: For,, such that WK ρ (V) and, Q, q iff there is transition rule q q' in δ and denotes the transitive and refleive closure of. The language accepted by a Watson- Crick automaton M is L(M)={w 1 V * q 0, with q F, w 2 V *, WK ρ (V)}. III. SUBCLASSES OF NON-DETERMINISTIC WATSON-CRICK AUTOMATA Depending on the type of states and transition rules there are four types or subclasses of Watson-Crick automata. A Watson- Crick automaton M=(V,ρ,Q,q 0,F, δ) is 1) stateless( NWK ): If it has only one state, i.e. Q=F={ q 0 }; 2) all-final( FWK ): If all the states are final, i.e. Q=F; 3) simple( SWK ): If at each step the automaton reads either from the upper strand or from the lower strand, i.e. for any transition rule q q', either w 1 = or w 2 = ; 4) 1-limlited( 1-limited WK ): If for any transition rule q q', we have w 1 w 2 =1. IV. DETERMINISTIC WATSON-CRICK AUTOMATA AND THEIR SUBCLASSES The notion of determinism in Watson-Crick automata and a discussion on its compleity were first considered in [3]. In [3] different notions of determinism were suggested as follows: 1) weakly deterministic Watson-Crick automata(wdwk): Watson-Crick automaton is weakly deterministic if in every configuration that can occur in some computation of the automaton, there is a unique possibility to continue the computation, i.e. at every step of the automaton there is at most one way to carry on the computation. 2) deterministic Watson-Crick automata(dwk): deterministic Watson-Crick automaton is Watson-Crick automaton for which if there are two transition rules of the form q q' and q q'' then u p u' or v p v'. 3) strongly deterministic Watson-Crick automata(sdwk): strongly deterministic Watson-Crick automaton is a deterministic Watson-Crick automaton where the Watson-Crick complementarity relation is injective. Similar to non-deterministic Watson-Crick automata, deterministic Watson-Crick automata can be stateless (NDWK), all final (FDWK), simple (SiDWK) and 1-limited (1-limited DWK). V. PARALLEL COMMUNICATING WATSON-CRICK AUTOMATA SYSTEM A parallel communicating Watson-Crick automata system of degree n, denoted by PCWK(n),is a (n + 3)-tuple = (V,, A 1, A 2,..., A n, K), where V is the input alphabet; is the complementarity relation; A i = (V,, Q i, q i, F i, i ), 1 i n, are Watson-Crick finite automata, where the sets Q i are not necessarily disjoint;

4 K = {K 1, K 2,..., K n } is the set of query states. The automata A 1, A 2,..., A n are called the components of the system A. Note that any Watson-Crick finite automaton is a parallel communicating Watson-Crick automata system of degree 1. A configuration of a parallel communicating Watson-Crick automata system is a 2n-tuple (s 1,, s 2,,..., s n, ) where s i is the current state of the component i and is the part of the input word which has not been read yet by the component i, for all 1 i n. We define a binary relation on the set of all configurations by setting (s 1,, s 2,,..., s n, ) (r 1,, r 2,,..., r n, ) if and only if one of the following two conditions holds: K {s 1, s 2,..., s n } =, =, and r i i (s i, ), 1 i n; for all 1 i n such that s i = and K we have r i =, whereas for all the other 1 l n we have r l = s l. In this case =, for all 1 i n. If we denote by * the refleive and transitive closure of, then the language recognized by a PCWKS is defined as: L() = {w 1 V * (q 1,, q 2,,..., q n, ) (s 1,, s 2,,..., s n, ), s i F i, 1 i n}. Intuitively, the language accepted by such a system consists of all words w 1 such that in every component we reach a final state after reading all input. Moreover, if one of the components stops before the others, the system halts and rejects the input. The above definition of parallel communicating Watson-Crick automata is in [6]. VI. DETERMINISTIC PARALLEL COMMUNICATING WATSON-CRICK AUTOMATA SYSTEM The notion of determinism in deterministic parallel communicating Watson-Crick automata is as follows. 1) weakly deterministic parallel communicating Watson-Crick automata system(wdpcwks): a parallel communicating Watson-Crick automata system is weakly deterministic if every component in the system is a weakly deterministic Watson-Crick automaton. 2) deterministic parallel communicating Watson-Crick automata system(dpcwks): a parallel communicating Watson- Crick automata system is deterministic if every component in the system is a deterministic Watson-Crick automaton. 3) strongly deterministic parallel communicating Watson-Crick automata system(sdpcwks): a parallel communicating Watson-Crick automata system is strongly deterministic if every component in the system is a strongly deterministic Watson-Crick automaton. VII. COMPLEXITY OF DETERMINISTIC PARALLEL COMMUNICATING WATSON-CRICK AUTOMATA SYSTEM In this section, we discuss the computational compleity of deterministic parallel communicating Watson-Crick automata systems. Theorem 1: Every deterministic parallel communicating Watson-Crick automata system is equivalent with a system where in every component it has only rules of the form q i q j with w1w2 1. Proof: The following proof is similar to the proof described in [6]. We prove the above result for deterministic parallel communicating Watson-Crick automata as follows; Let A = (V,ρ,A 1,...,A n,k) be a deterministic parallel communicating Watson-Crick automata system with n components, where A i = (V,ρ,Q i,q i, F i, δ i ) for all 1 i n are deterministic Watson-Crick automata. Let us first order the transitions from all components in a particular order and let its position in the order be its inde. We define the constant m = ma{ w1 + w2 q i q j is a production in one of the components. The deterministic parallel communicating Watson-Crick automata system A (V,ρ,A 1,...,A n,k) which accepts the same language as A and has rules only of the form q i q j with w1w2 1 in its components is constructed in the following manner: Let q i.... q j with w,w,w,..w,w,w w..w V be transition rule from A i, indeed with the unique label j. Then, in A i m new states r 1 j, r 2 j, r 3 j, r 4 j,. r m j and the following transitions are introduced.

5 q i r 1 j. r k-1 j r k j, r k j r k+1 j,.. r k+k -1 j r k+k j, r k+k j r k+k +1 j r m j q j. Thus, all transition in A i is replaced in A i by m+1 transitions in the manner stated above. Also, since this construction preserves the synchronization between components and the new rules introduced does not violate the restriction on transitions of deterministic Watson-Crick automata, the system A recognizes the same language as A. Theorem 2: Any language recognized by a deterministic parallel communicating Watson-Crick automata system of degree 2, with injective complementarity relation, can be also recognized by a 4-head deterministic automaton. Proof. This proof is also similar to the proof in [6] for parallel communicating Watson-Crick automaton. Here we prove for deterministic parallel communicating Watson-Crick automaton. Let A = (V, ρ, A 1, A 2, K) be a deterministic parallel communicating Watson-Crick automata system of degree 2, accepting the language L V *, where A 1 = (V, ρ, Q 1, q 1, F 1, δ 1 ), A 2 = (V, ρ, Q 2, q 2, F 2, δ 2 ), and K = {K 1,K 2 }. Since the relation ρ is injective, we take ρ as the identity relation; thus all components have on both tapes the same word w V *. Also, we suppose that in every component only rules of the form q i q j with w1w2 1 are present. The 4-head deterministic finite automaton which accepts the same language as A is constructed in the following manner. Let us construct now a 4-head automaton M = (Q, V, δ, q 0, F) where Q=Q1 Q2, q 0 = (q 1, q 2 ), F = F 1 F 2, and the transition function δ is as follows: δ((p, q), w 1, w 2, w 3, w 4 ) = (p 1, q 1 ) whenever p, q K, p p 1 is in δ 1 and q q 1 is in δ 2. As both A 1 and A 2 are deterministic therefore they are is only one rule in A 1 which in state p reads w 1 in the upper strand and w 2 in the lower strand, similar situation holds for A 2 also, therefore the finite automaton on reading w 1, w 2, w 3 and w 4 in state (p,q) goes only to state (p 1, q 1 ) and no other transition is present in M which reads w 1, w 2, w 3 and w 4 in state (p,q) and goes to some other state. δ ((K 2, q),,,, ) = (q, q); δ ((p,k 2 ),,,, ) = (p, p). At any step the automaton M simulates the moves of the two components of A. If the components are not in a query state and they read w 1, w 2, w 3 and w 4 from the input tape then in M each head reads w 1, w 2, w 3 and w 4, respectively, and it enters into the corresponding state which belongs to Q1 Q2 and thus holds the current state of both the components. Otherwise, if M is in state (K 2, q) or (q, K 1 ), it just simulate the query by entering state (q, q) and leaving the input unchanged. Since a word is accepted by M only if it is in a final state and all the reading heads have finished parsing the input, then w L(A) implies w L(M) and hence L(A) L(M). Let now w be a word accepted by M. From the construction of the transition function δ, each step in M can be translated into a step in A when the input is of the form. Moreover as M accepts w all 4 heads of M have completely read the input and the automaton is in a final state. This implies that at the same step both components of system A are in final states and have completely parsed the input. So, we have w L(A) and hence L(M) L(A). An inspection of the transition rules introduced in M shows that it is deterministic. Theorem 3: Any language recognized by a deterministic parallel communicating Watson-Crick automata system of degree n, with injective complementarity relation, can be also recognized by a 2n-head deterministic automaton. Proof: The proof is an etension of the proof in Theorem 8. We form the 2n head multihead deterministic finite automaton in a similar manner as in Theorem 8. Eample 1 Let A= ( {a,b,c,#}, ρ, A 1, A 2, A 3, K) be a parallel communicating Watson-Crick automata system which accepts the language L={a,where n is even and n>1} where ρ = {(a,b), (a,c), (a, #)},K={K 1,K 2,K 3 } and Q={q 0, q 1, q 2, q 3, q 4, q 5, q 6 } The components of A are as follows:

6 A 1 = ( {a,b,c,#}, K Q {(q 0,b), (q 0,c), (q 1,), (q 2,), (q 3,c), (q 3,b), (q 3,#), (q 4,b), (q 4,c), (q 5,), s 2, s 3 }, q 0, {q 6 }, δ 1 ), A 2 = ( {a,b,c,#}, K Q {(q 0,b), (q 0,c), (q 1,), (q 2,), (q 3,c), (q 3,b), (q 3,#), (q 4,b), (q 4,c), (q 5,), (q 0,b,), (q 0,c,), (q 1,,b), (q 2,,), (q 3,c,b), (q 3,b,c), (q 3,#,c), (q 4,b,c), (q 4,c,), (q 5,,c), (q 5,,#), s 3 }, q 0, {q 6 }, δ 2 ), and A 3 = ( {a,b,c,#}, K Q {(q 0,b,), (q 0,c,), (q 1,,b), (q 2,,), (q 3,c,b), (q 3,b,c), (q 3,#,c), (q 4,b,c), (q 4,c,), (q 5,,c), (q 5,,#), (q 0,b,,), (q 0,c,,) {b,c}, (q 1,,b,) {b,c}, (q 2,,,) {b,c}, (q 3,c,b,) {b,c}, (q 3,b,c,) {b,c}, (q 3,#,c,#), (q 4,b,c,) {b,c}, (q 4,c,,) {b,c}, (q 5,,c,), (q 5,,#,), p 1 }, q 0, {q 6 }, δ 3 ). The transition functions of the three components of A are defined in Table 1. Table 1: Transition function of components of A Component A 1 Component A 2 Component A 3 δ 1(s 2, )=s3 δ 2(q, )=K1 for all q Q δ 3(q, )=p1 for all q Q δ 1(s 3, )=K3 δ 2(s 3, )=K3 δ 3(p 1, )=K2 δ 1(q 0, a b )=(q0,b) δ 1((q 0,b), )=s2 δ 2((q 0,b), )=(q0,b,) δ 2((q 0,b,), )=s3 δ 3((q 0,b,), )=(q0,b,,) δ 3((q 0,b,,), )=q0 δ a 1(q 0, c )=(q0,c) δ 1((q 0,c), )=s2 δ 1(q 1, )=(q1,) δ 1((q 1,), )=s2 δ 2((q 0,c), )=(q0,c,) δ 2((q 0,c,), )=s3 δ 2((q 1,), a b )=(q1,,b) δ 2((q 1,,b), )=s3 δ 3((q 0,c,), a )=(q0,c,,) {b,c} δ 3((q 0,c,,), )=q1 {b,c} δ 3((q 1,,b), a )=(q1,,b,) {b,c} δ 3((q 1,,b,), )=q2 {b,c} δ 1(q 2, )=(q2,) δ 1((q 2,), )=s2 δ a 1(q 3, c )=(q3,c) δ 1((q 3,c), )=s2 δ a 1(q 3, b )=(q3,b) δ 1((q 3,b), )=s2 δ a 1(q 3, # )=(q3,#) δ 1((q 3,#), )=s2 δ 1(q 4, a b )=(q4,b) δ 1((q 4,b), )=s2 δ 1(q 4, a c )=(q4,c) δ 1((q 4,c), )=s2 δ 1(q 5, )=(q5,) δ 1((q 5,), )=s2 δ 2((q 2,), )=(q2,,) δ 2((q 2,,), )=s3 δ 2((q 3,c), a b )=(q3,c,b) δ 2((q 3,c,b), )=s3 δ 2((q 3,b), a c )=(q3,b,c) δ 2((q 3,b,c), )=s3 δ 2((q 3,#), a c )=(q3,#,c) δ 2((q 3,#,c), )=s3 δ 2((q 4,b), a c )=(q4,b,c) δ 2((q 4,b,c), )=s3 δ 2((q 4,c), )=(q4,c,) δ 2((q 4,c,), )=s3 δ 2((q 5,), a c )=(q5,,c) δ 2((q 5,,c), )=s3 δ 2((q 5,), a # )=(q5,,#) δ 2((q 5,,#), )=s3 δ 3((q 2,,), a )=(q2,,,) {b,c} δ 3((q 2,,,), )=q3 {b,c} δ 3((q 3,c,b), a )=(q3,c,b,) {b,c} δ 3((q 3,c,b,), )=q3 {b,c} δ 3((q 3,b,c), a )=(q3,b,c,) {b,c} δ 3((q 3,b,c,), )=q4 {b,c} δ 3((q 3,#,c), a # )=(q3,#,c,#) δ 3((q 3,#,c,#), )=q5 δ 3((q 4,b,c), a )=(q4,b,c,) {b,c} δ 3((q 4,b,c,), )=q4 δ 3((q 4,c,), a )=(q4,c,,) {b,c} δ 3((q 4,c,,), )=q1 {b,c} δ 3((q 5,,c), )=(q5,,c,) δ 3((q 5,,c,), )=q5 δ 3((q 5,,#), )=(q5,,#,) δ 3((q 5,,#,), )=q6 From Table 1, we see that that the Watson-Crick automaton in each component is deterministic in nature thus the above mentioned parallel communicating system is a deterministic parallel communicating Watson-Crick automata system with non-

7 injective complementarity relation. If we consider a uniletter string having the form where n is even and n>1. Then one of the many complementarity strings for such a uniletter string is of the form b n c n b n c n..b n c n # where number of times b n c n pair is repeated is n/2 and where complementarity relation = {( a,b), (a,c), (a,#)}. But if the uniletter string is not of the form then we will never get a complementarity string of the form b n c n b n c n..b n c n # where number of times b n c n pair is repeated is n/2, thus if we check for such a complementarity string and we get such a complementarity string we know that the upper strand has a uniletter string of the form. The above system does the checking for such a complementarity string in the following manner the first and second component checks whether the complementarity string in the lower strand is of the form b n c n b n c n..b n c n # and the first and third component checks whether the number of such b n c n pair is n/2. If the complementarity string is not of the form b n c n b n c n..b n c n # then the first and second component will not reach its final state and if the number of b n c n pair is not n/2, then the first and third component will not reach its final state. All the components reach their respective final states and at the same time only when the complementarity string is of the form b n c n b n c n..b n c n # where number of times b n c n pair is repeated is n/2 and we can get such a complementarity string only if the upper strand is of the form where n is even and n>1. Thus the above mentioned systems accepts the non-regular uniletter language where n is even and n>1. A detailed eplanation on how we obtained the above mentioned system is in Appendi 1. Eample 2: L = {#w 1 * 1... #w n * n $ n 0, w i {a,b} *, i a,} *, i j :w i =w j, i j } is accepted by a deterministic Watson-Crick automaton with non-injective complementarity relation. Let, M=(V,ρ,Q,q 0,F,δ) be a Watson-Crick automaton, where V={a,b,v m1,v m2,#,*},ρ={(a,a),(#,#),(#,v m1 ),(#,v m2 ),(b,b),(*,*),($,$)}, Q ={q 0, q l, q w, q, q lf, q uf, q f },F={ q f },and we have the following transitions: q 0 # # q 0, q 0 q 0, q 0 q 0, q 0 q 0, q 0 # q l, q l q l, q l q l, q l q l, q l # q l, q l q w, q w q, q w q w, q w q w, q q, q q, q q lf, q q lf, q lf q lf {a,b,*,#}, q lf $ q uf, q uf q uf, q uf $ q f. L is not accepted by any k-head deterministic finite automaton [8]. In Eample 5, L is accepted by deterministic Watson-Crick automaton by using its non-injective complementarity relation property. v m1 and v m2 are used as complements of # to guess the two words in the input string which have their w parts equal but parts not equal. Then the two guessed words are compared and if they don t match at any position in their parts but match in their w parts then the input string is accepted. If there is no two words in the input string such that there w parts are equal and parts are not then no matter where v m1 and v m2 are placed in place of # it will never be accepted. Theorem 4: A deterministic parallel communicating Watson-Crick automata system can accept some non-regular uniletter language. Proof: The proof follows directly from Eample 1. Theorem 5: L SDPCWKS -L DWK where L DPCWKS is the set of languages accepted by deterministic parallel communicating Watson-Crick automata systems and L DWK is the set of languages accepted by non-deterministic Watson-Crick automata. Proof: The computational power of strongly deterministic parallel communicating Watson-Crick automata systems is same as that of a deterministic multihead finite automata so, strongly deterministic parallel communicating Watson-Crick automata system can accept the language L={w 1 #w 2 #w 3 #w 4 #w 5 #w 6, where w 1 =w 6, w 2 =w 5, w 3 =w 4 and w 1,w 2,w 3,w 4,w 5,w 6 {a,b} * } which cannot be accepted by any multihead finite automata with two heads. Thus it cannot be accepted by any nondeterministic Watson-Crick automaton and hence cannot be accepted by any deterministic Watson-Crick automata. Theorem 6: L DWK -L SDPCWKS where L DPCWKS is the set of languages accepted by deterministic parallel communicating Watson-Crick automata systems and L DWK is the set of languages accepted by non-deterministic Watson-Crick automata. Proof: Deterministic multihead finite automata cannot accept the language L = {#w 1 * 1... #w n * n $ n 0, w i {a,b} *, i a,} *, i j :w i =w j, i j }, hence there is no strongly deterministic parallel communicating Watson-Crick automata systems that can accept L. In Eample 2, we show that a deterministic Watson-Crick automaton with non-injective complementarity relation can accept L, which completes the proof. Theorem 7: Strongly deterministic parallel communicating Watson-Crick automata systems and deterministic Watson-Crick automata are incomparable. Proof: Proof follows directly from the Theorem 5 and 6.

8 Theorem 8: Strongly deterministic parallel communicating Watson-Crick automata systems and non-deterministic Watson- Crick automata are incomparable. Proof: Proof follows directly from the proofs of Theorem 5 and 6. Theorem 9: Parallel communicating Watson-Crick automata systems with injective complementarity relation cannot accept uniletter non-regular languages. The proof of this Theorem is in [7]. Theorem 10: Non-deterministic multihead finite automata cannot accept uniletter non-regular languages. The proof of this Theorem is in [7]. Theorem 11: L DPCWKS -L PCWKS with injective complementarity relation where L DPCWKS is the set of languages accepted by deterministic parallel communicating Watson-Crick automata systems and L PCWKS with injective complementarity relation is the set of languages accepted by non-deterministic parallel communicating Watson-Crick automata systems with injective complementarity relation. Proof: From Theorem 9, we know that no non-regular uniletter language is accepted by any non-deterministic parallel communicating Watson-Crick automata system with injective complementarity relation. In Eample 1, we see that deterministic parallel communicating Watson-Crick automata with non-injective complementarity relation can accept a nonregular uniletter language, which proves the theorem. Theorem 12: L DPCWKS -L NFA(K) where L DPCWKS is the set of languages accepted by deterministic parallel communicating Watson-Crick automata systems and L NFA(K) is the set of languages accepted by non-deterministic multihead finite automata. Proof: From Theorem 10, we know that no non-regular uniletter language is accepted by any non-deterministic multihead finite automata. In Eample 1, we see that deterministic parallel communicating Watson-Crick automata with non-injective complementarity relation can accept a non-regular uniletter language, which proves the theorem. Theorem 13: Any language recognized by a deterministic parallel communicating finite automata system can be also recognized by a multihead deterministic finite automaton. Proof of the above stated Theorem is in [1]. Theorem 14: Any language recognized by a deterministic parallel communicating finite automata system of degree n can be also recognized by strongly deterministic parallel communicating Watson-Crick automata system of degree n. Proof: The proof follows from the definitions of deterministic parallel communicating finite automata system and strongly deterministic parallel communicating Watson-Crick automata system. Theorem 15: Any language recognized by deterministic multihead finite automata can be also recognized by strongly deterministic parallel communicating Watson-Crick automata system. Proof: Proof follows from Theorem 14 and Theorem 13. Theorem 16: Strongly deterministic parallel communicating Watson-Crick automata systems and deterministic multihead finite automata have the same computational powers. Proof: Proof follows from Theorem 1 and Theorem 16. Theorem 17: Strongly deterministic parallel communicating Watson-Crick automata systems are proper subset of deterministic parallel communicating Watson-Crick automata systems. Proof: The definitions of strongly deterministic parallel communicating Watson-Crick automata systems and deterministic parallel communicating Watson-Crick automata systems shows that for every strongly deterministic parallel communicating Watson-Crick automata system there eists a deterministic parallel communicating Watson-Crick automata system which accepts the same language. Now the computational power of strongly deterministic parallel communicating Watson-Crick automata systems is same as that of deterministic multihead finite automata and thus, strongly deterministic parallel communicating Watson-Crick automata system cannot accept L={#w 1 * 1... #w n * n $ n 0, w i {a,b} *, i a,} *, i j :w i =w j, i j } which is accepted by a deterministic Watson-Crick automaton as shown in Eample 2. As a deterministic Watson-Crick automaton can be considered as a deterministic parallel communicating Watson-Crick automata system of degree 1, so deterministic parallel communicating Watson-Crick automata system accept a language not accepted by any strongly deterministic parallel communicating Watson-Crick automata system. Hence strongly deterministic parallel communicating Watson-Crick automata systems are a proper subset of deterministic parallel communicating Watson-Crick automata systems. VIII. CONCLUSION

9 In this paper, we have introduced deterministic variant of parallel communicating Watson-Crick automata systems. We show that the deterministic variant similar to the non-deterministic variant can accept non-regular uniletter language using noninjective complementarity relation. We compare the computational compleity of such a model with multihead finite automata and parallel communicating finite automata. We further establish that strongly deterministic parallel communicating Watson- Crick automata systems are a proper subset of deterministic parallel communicating Watson-Crick automata systems. Moreover, we also show that strongly deterministic parallel communicating Watson-Crick automata systems are incomparable to both non-deterministic Watson-Crick automata and deterministic Watson-Crick automata in terms of computational power. REFERENCES [1] C. Martín-Vide, A. Mateescu, and V. Mitrana, parallel finite automata systems communicating by states int. j. found. comput. sci. 13, 733 (2002). doi: /s [2] R.Freund, G.Păun, G.Rozenberg, A.Salomaa, Watson-Crick Finite Automata, Proc 3rd DIMACS Workshop on DNA Based Computers, Philadelphia, , [3] E.Czeizler, E.Czeizler, L.Kari, K.Salomaa, On the descriptional compleity of Watson-Crick automata, Theoretical Computer Science, Volume 410, Issue 35, Pages , 28 August [4] A.Păun, M.Păun,State and transition compleity of Watson-Crick finite automata, Fundamentals of Computation Theory,Lecture Notes in Computer Science, Volume 1684, pp ,1999. [5] K. S Ray, K. Chatterjee, D. Ganguly, State compleity of deterministic Watson Crick automata and time varying Watson Crick automata, Natural Computing, February [6] E. Czeizler, E. Czeizler, Parallel Communicating Watson-Crick Automata Systems, Proc. 11th International Conference AFL, [7] E. Czeizler, E. Czeizler, On the Power of Parallel Communicating Watson-Crick Automata Systems, Theoretical Computer Science (358)(1): ,2006. [8] A.C. Yao, R.L. Rivest, k + 1 Heads Are Better than k, Journal of the ACM (JACM), Volume 25 Issue 2, Pages , April Appendi 1 Consider a multihead deterministic finite automaton with 3 heads M=(3,V,Q,q 0,F,δ) where V={b,c,#}, Q={q 0, q 1, q 2, q 3, q 4, q 5, q 6 }, F={q 6 } which accept the language L={b n c n b n c n... b n c n # where number of such b n c n pairs is n/2, n is even and n>1} The transitions of M are as follows: δ(q 0,b,,)=q 0, δ(q 0,c,,)=q 1 {b,c}, δ(q 1,,b,)=q 2 {b,c}, δ(q 2,,,)=q 3 {b,c}, δ(q 3,c,b,)=q 3 {b,c}, δ(q 3,b,c,)=q 4 {b,c}, δ(q 3,#,c,#)=q 5, δ(q 4,b,c,)=q 4 {b,c}, δ(q 4,c,,)=q 1 {b,c}, δ(q 5,,c,)=q 5, δ(q 5,,#,)=q 6. The above automaton M works as follows the first two heads check whether the input is of the form b n c n b n c n... b n c n # and the first and the third head checks whether the number of such b n c n pairs is n/2 where n is even and n>1. Now A =(V,A 1,A 2,A 3,K) a parallel communicating deterministic finite automata system is derived from M using the transformation rules stated in [1] to obtain a parallel communicating deterministic finite automata system which accepts the same language as a deterministic multihead finite automaton. Thus A accepts the same language as M. V={b,c,#}, K={K 1,K 2,K 3 } The components of A are as follows: A 1 = ( {b,c,#}, K Q {(q 0,b), (q 0,c), (q 1,), (q 2,), (q 3,c), (q 3,b), (q 3,#), (q 4,b), (q 4,c), (q 5,), s 2, s 3 }, q 0, {q 6 }, 1 ), A 2 = ( {b,c,#}, K Q {(q 0,b), (q 0,c), (q 1,), (q 2,), (q 3,c), (q 3,b), (q 3,#), (q 4,b), (q 4,c), (q 5,), (q 0,b,), (q 0,c,), (q 1,,b), (q 2,,), (q 3,c,b), (q 3,b,c), (q 3,#,c), (q 4,b,c), (q 4,c,), (q 5,,c), (q 5,,#), s 3 }, q 0, {q 6 }, δ 2 ), and

10 A 3 = ( {b,c,#}, K Q {(q 0,b,), (q 0,c,), (q 1,,b), (q 2,,), (q 3,c,b), (q 3,b,c), (q 3,#,c), (q 4,b,c), (q 4,c,), (q 5,,c), (q 5,,#), (q 0,b,,), (q 0,c,,) {b,c}, (q 1,,b,) {b,c}, (q 2,,,) {b,c}, (q 3,c,b,) {b,c}, (q 3,b,c,) {b,c}, (q 3,#,c,#), (q 4,b,c,) {b,c}, (q 4,c,,) {b,c}, (q 5,,c,), (q 5,,#,), p 1 }, q 0, {q 6 }, 3 ). The transition functions of the three components of A are defined in Table 2. Table 2: Transition function of components of A Component A 1 Component A 2 Component A 3 δ 1(s 2,)=s 3 δ 1(s 3,)=K 3 δ 2(q,)=K 1 for all q Q δ 2(s 3,)=K 3 δ 3(q,)=p 1 for all q Q δ 3(p 1,)=K 2 δ 1(q 0,b)=(q 0,b) δ 1((q 0,b),)=s 2 δ 2((q 0,b),)=(q 0,b,) δ 2((q 0,b,),)=s 3 δ 3((q 0,b,),)=(q 0,b,,) δ 3((q 0,b,,),)=q 0 δ 1(q 0,c)=(q 0,c) δ 1((q 0,c),)=s 2 δ 2((q 0,c),)=(q 0,c,) δ 2((q 0,c,),)=s 3 δ 3((q 0,c,),)=(q 0,c,,) {b,c} δ 3((q 0,c,,),)=q 1 {b,c} δ 1(q 1,)=(q 1,) δ 1((q 1,),)=s 2 δ 2((q 1,),b)=(q 1,,b) δ 2((q 1,,b),)=s 3 δ 3((q 1,,b),)=(q 1,,b,) {b,c} δ 3((q 1,,b,),)=q 2 {b,c} δ 1(q 2,)=(q 2,) δ 1((q 2,),)=s 2 δ 2((q 2,),)=(q 2,,) δ 2((q 2,,),)=s 3 δ 3((q 2,,),)=(q 2,,,) {b,c} δ 3((q 2,,,),)=q 3 {b,c} δ 1(q 3,c)=(q 3,c) δ 1((q 3,c),)=s 2 δ 2((q 3,c),b)=(q 3,c,b) δ 2((q 3,c,b),)=s 3 δ 3((q 3,c,b),)=(q 3,c,b,) {b,c} δ 3((q 3,c,b,),)=q 3 {b,c} δ 1(q 3,b)=(q 3,b) δ 1((q 3,b),)=s 2 δ 2((q 3,b),c)=(q 3,b,c) δ 2((q 3,b,c),)=s 3 δ 3((q 3,b,c),)=(q 3,b,c,) {b,c} δ 3((q 3,b,c,),)=q 4 {b,c} δ 1(q 3,#)=(q 3,#) δ 1((q 3,#),)=s 2 δ 2((q 3,#),c)=(q 3,#,c) δ 2((q 3,#,c),)=s 3 δ 3((q 3,#,c),#)=(q 3,#,c,#) δ 3((q 3,#,c,#),)=q 5 δ 1(q 4,b)=(q 4,b) δ 1((q 4,b),)=s 2 δ 2((q 4,b),c)=(q 4,b,c) δ 2((q 4,b,c),)=s 3 δ 3((q 4,b,c),)=(q 4,b,c,) {b,c} δ 3((q 4,b,c,),)=q 4 δ 1(q 4,c)=(q 4,c) δ 1((q 4,c),)=s 2 δ 2((q 4,c),)=(q 4,c,) δ 2((q 4,c,),)=s 3 δ 3((q 4,c,),)=(q 4,c,,) {b,c} δ 3((q 4,c,,),)=q 1 {b,c} δ 1(q 5,)=(q 5,) δ 1((q 5,),)=s 2 δ 2((q 5,),c)=(q 5,,c) δ 2((q 5,,c),)=s 3 δ 3((q 5,,c),)=(q 5,,c,) δ 3((q 5,,c,),)=q 5 δ 2((q 5,),#)=(q 5,,#) δ 2((q 5,,#),)=s 3 δ 3((q 5,,#),)=(q 5,,#,) δ 3((q 5,,#,),)=q 6 Now A=({a,b,c,#},ρ,A 1,A 2,A 3,K) a deterministic parallel communicating Watson-Crick finite automata system is derived from A in the following manner:

11 ρ={(a,b), (a,c), (a,#)} is the complementarity relation of A. For every component A i in A where A i =({b,c,#},q i,q 0,F i,δ i ) is a deterministic finite automaton there is a deterministic Watson-Crick automaton A i =( {a,b,c,#},ρ,q i,q 0,F i,δ i ) in A where δ i is obtained from δ i as follows: For every transition of the form δ i (q i,)=q j in A i where q i,q j Q i introduce δ q, = q in A i. For every transition of the form δ i (q i,y)=q j in A i where q i,q j Q i and y {b,c,#} introduce δ q, a = q in A i. The deterministic parallel communicating Watson-Crick finite automata system A is derived from A described below. A=({a,b,c,#},ρ,A 1,A 2,A 3,{K 1,K 2,K 3 }) where ρ={(a,b),(a,c),(a,#)}. The components of A are as follows: A 1 = ( {a,b,c,#}, K Q {(q 0,b), (q 0,c), (q 1,), (q 2,), (q 3,c), (q 3,b), (q 3,#), (q 4,b), (q 4,c), (q 5,), s 2, s 3 }, q 0, {q 6 }, 1 ), A 2 = ( {a,b,c,#}, K Q {(q 0,b), (q 0,c), (q 1,), (q 2,), (q 3,c), (q 3,b), (q 3,#), (q 4,b), (q 4,c), (q 5,), (q 0,b,), (q 0,c,), (q 1,,b), (q 2,,), (q 3,c,b), (q 3,b,c), (q 3,#,c), (q 4,b,c), (q 4,c,), (q 5,,c), (q 5,,#), s 3 }, q 0, {q 6 }, 2 ), and A 3 = ( {a,b,c,#}, K Q {(q 0,b,), (q 0,c,), (q 1,,b), (q 2,,), (q 3,c,b), (q 3,b,c), (q 3,#,c), (q 4,b,c), (q 4,c,), (q 5,,c), (q 5,,#), (q 0,b,,), (q 0,c,,) {b,c}, (q 1,,b,) {b,c}, (q 2,,,) {b,c}, (q 3,c,b,) {b,c}, (q 3,b,c,) {b,c}, (q 3,#,c,#), (q 4,b,c,) {b,c}, (q 4,c,,) {b,c}, (q 5,,c,), (q 5,,#,), p 1 }, q 0, {q 6 }, 3 ). The transition functions of the three components of A are defined in Table 3. Table 3: Transition function of components of A Component A 1 Component A 2 Component A 3 δ 1(s 2, )=s3 δ 2(q, )=K1 for all q Q δ 3(q, )=p1 for all q Q δ 1(s 3, )=K3 δ 2(s 3, )=K3 δ 3(p 1, )=K2 δ 1(q 0, a )=(q0,b) δ 2((q 0,b), )=(q0,b,) δ 3((q 0,b,), )=(q0,b,,) δ 1((q 0,b), )=s2 δ 2((q 0,b,), )=s3 δ 3((q 0,b,,), )=q0 δ 1(q 0, a )=(q0,c) δ 1((q 0,c), )=s2 δ 2((q 0,c), )=(q0,c,) δ 2((q 0,c,), )=s3 δ 3((q 0,c,), a )=(q0,c,,) {b,c} δ 3((q 0,c,,), )=q1 {b,c} δ 1(q 1, )=(q1,) δ 1((q 1,), )=s2 δ 2((q 1,), a )=(q1,,b) δ 2((q 1,,b), )=s3 δ 3((q 1,,b), a )=(q1,,b,) {b,c} δ 3((q 1,,b,), )=q2 {b,c} δ 1(q 2, )=(q2,) δ 1((q 2,), )=s2 δ 2((q 2,), )=(q2,,) δ 2((q 2,,), )=s3 δ 3((q 2,,), a )=(q2,,,) {b,c} δ 3((q 2,,,), )=q3 {b,c}

12 δ a 1(q 3, )=(q3,c) δ 1((q 3,c), )=s2 δ a 1(q 3, )=(q3,b) δ 1((q 3,b), )=s2 δ a 1(q 3, # )=(q3,#) δ 1((q 3,#), )=s2 δ 1(q 4, a )=(q4,b) δ 1((q 4,b), )=s2 δ 1(q 4, a )=(q4,c) δ 1((q 4,c), )=s2 δ 1(q 5, )=(q5,) δ 1((q 5,), )=s2 δ 2((q 3,c), a )=(q3,c,b) δ 2((q 3,c,b), )=s3 δ 2((q 3,b), a )=(q3,b,c) δ 2((q 3,b,c), )=s3 δ 2((q 3,#), a )=(q3,#,c) δ 2((q 3,#,c), )=s3 δ 2((q 4,b), a )=(q4,b,c) δ 2((q 4,b,c), )=s3 δ 2((q 4,c), )=(q4,c,) δ 2((q 4,c,), )=s3 δ 2((q 5,), a )=(q5,,c) δ 2((q 5,,c), )=s3 δ 3((q 3,c,b), a )=(q3,c,b,) {b,c} δ 3((q 3,c,b,), )=q3 {b,c} δ 3((q 3,b,c), a )=(q3,b,c,) {b,c} δ 3((q 3,b,c,), )=q4 {b,c} δ 3((q 3,#,c), a # )=(q3,#,c,#) δ 3((q 3,#,c,#), )=q5 δ 3((q 4,b,c), a )=(q4,b,c,) {b,c} δ 3((q 4,b,c,), )=q4 δ 3((q 4,c,), a )=(q4,c,,) {b,c} δ 3((q 4,c,,), )=q1 {b,c} δ 3((q 5,,c), )=(q5,,c,) δ 3((q 5,,c,), )=q5 δ 2((q 5,), a # )=(q5,,#) δ 2((q 5,,#), )=s3 δ 3((q 5,,#), )=(q5,,#,) δ 3((q 5,,#,), )=q6 From the construction of A from A it is evident that A accepts all those double stranded strings which have a s in its upper strand and the lower strand is of the form b n c n b n c n... b n c n # where number of such b n c n pairs is n/2, n is even and n>1. Now consider a string w belonging to the language L={,where n is even and n>1} and suppose the complementarity relation ρ={(a,b), (a,c), (a,#)}. Then one of the many complementarity strings possible for such a w must be of the form b n c n b n c n... b n c n # where number of such b n c n pairs is n/2, n is even and n>1 and hence w is accepted by A. If w does not belong to L then it can never have a complementarity string which is of the form b n c n b n c n...b n c n # where number of such b n c n pairs is n/2, n is even and n>1 hence w is not accepted by A. Thus A accepts only those strings which are in L. Thus A accepts L.

Homomorphism in Intuitionistic Fuzzy Automata

Homomorphism in Intuitionistic Fuzzy Automata International Journal of Fuzzy Mathematics Systems. ISSN 2248-9940 Volume 3, Number 1 (2013), pp. 39-45 Research India Publications http://www.ripublication.com/ijfms.htm Homomorphism in Intuitionistic

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

2 Composition. Invertible Mappings

2 Composition. Invertible Mappings Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan Composition. Invertible Mappings In this section we discuss two procedures for creating new mappings from old ones, namely,

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

EE512: Error Control Coding

EE512: Error Control Coding EE512: Error Control Coding Solution for Assignment on Finite Fields February 16, 2007 1. (a) Addition and Multiplication tables for GF (5) and GF (7) are shown in Tables 1 and 2. + 0 1 2 3 4 0 0 1 2 3

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

Every set of first-order formulas is equivalent to an independent set

Every set of first-order formulas is equivalent to an independent set Every set of first-order formulas is equivalent to an independent set May 6, 2008 Abstract A set of first-order formulas, whatever the cardinality of the set of symbols, is equivalent to an independent

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

Fractional Colorings and Zykov Products of graphs

Fractional Colorings and Zykov Products of graphs Fractional Colorings and Zykov Products of graphs Who? Nichole Schimanski When? July 27, 2011 Graphs A graph, G, consists of a vertex set, V (G), and an edge set, E(G). V (G) is any finite set E(G) is

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

C.S. 430 Assignment 6, Sample Solutions

C.S. 430 Assignment 6, Sample Solutions C.S. 430 Assignment 6, Sample Solutions Paul Liu November 15, 2007 Note that these are sample solutions only; in many cases there were many acceptable answers. 1 Reynolds Problem 10.1 1.1 Normal-order

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

Commutative Monoids in Intuitionistic Fuzzy Sets

Commutative Monoids in Intuitionistic Fuzzy Sets Commutative Monoids in Intuitionistic Fuzzy Sets S K Mala #1, Dr. MM Shanmugapriya *2 1 PhD Scholar in Mathematics, Karpagam University, Coimbatore, Tamilnadu- 641021 Assistant Professor of Mathematics,

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

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ting Zhang Stanford May 11, 2001 Stanford, 5/11/2001 1 Outline Ordinal Classification Ordinal Addition Ordinal Multiplication Ordinal

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

Chap. 6 Pushdown Automata

Chap. 6 Pushdown Automata Chap. 6 Pushdown Automata 6.1 Definition of Pushdown Automata Example 6.1 L = {wcw R w (0+1) * } P c 0P0 1P1 1. Start at state q 0, push input symbol onto stack, and stay in q 0. 2. If input symbol is

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

Matrices and Determinants

Matrices and Determinants Matrices and Determinants SUBJECTIVE PROBLEMS: Q 1. For what value of k do the following system of equations possess a non-trivial (i.e., not all zero) solution over the set of rationals Q? x + ky + 3z

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

Example Sheet 3 Solutions

Example Sheet 3 Solutions Example Sheet 3 Solutions. i Regular Sturm-Liouville. ii Singular Sturm-Liouville mixed boundary conditions. iii Not Sturm-Liouville ODE is not in Sturm-Liouville form. iv Regular Sturm-Liouville note

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

Lecture 2. Soundness and completeness of propositional logic

Lecture 2. Soundness and completeness of propositional logic Lecture 2 Soundness and completeness of propositional logic February 9, 2004 1 Overview Review of natural deduction. Soundness and completeness. Semantics of propositional formulas. Soundness proof. Completeness

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

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

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

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

derivation of the Laplacian from rectangular to spherical coordinates

derivation of the Laplacian from rectangular to spherical coordinates derivation of the Laplacian from rectangular to spherical coordinates swapnizzle 03-03- :5:43 We begin by recognizing the familiar conversion from rectangular to spherical coordinates (note that φ is used

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

ST5224: Advanced Statistical Theory II

ST5224: Advanced Statistical Theory II ST5224: Advanced Statistical Theory II 2014/2015: Semester II Tutorial 7 1. Let X be a sample from a population P and consider testing hypotheses H 0 : P = P 0 versus H 1 : P = P 1, where P j is a known

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

On a four-dimensional hyperbolic manifold with finite volume

On a four-dimensional hyperbolic manifold with finite volume BULETINUL ACADEMIEI DE ŞTIINŢE A REPUBLICII MOLDOVA. MATEMATICA Numbers 2(72) 3(73), 2013, Pages 80 89 ISSN 1024 7696 On a four-dimensional hyperbolic manifold with finite volume I.S.Gutsul Abstract. In

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

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required)

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required) Phys460.nb 81 ψ n (t) is still the (same) eigenstate of H But for tdependent H. The answer is NO. 5.5.5. Solution for the tdependent Schrodinger s equation If we assume that at time t 0, the electron starts

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

Second Order RLC Filters

Second Order RLC Filters ECEN 60 Circuits/Electronics Spring 007-0-07 P. Mathys Second Order RLC Filters RLC Lowpass Filter A passive RLC lowpass filter (LPF) circuit is shown in the following schematic. R L C v O (t) Using phasor

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

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

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

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

Finite Field Problems: Solutions

Finite Field Problems: Solutions Finite Field Problems: Solutions 1. Let f = x 2 +1 Z 11 [x] and let F = Z 11 [x]/(f), a field. Let Solution: F =11 2 = 121, so F = 121 1 = 120. The possible orders are the divisors of 120. Solution: The

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

Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in

Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in : tail in X, head in A nowhere-zero Γ-flow is a Γ-circulation such that

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

A Note on Intuitionistic Fuzzy. Equivalence Relation

A Note on Intuitionistic Fuzzy. Equivalence Relation International Mathematical Forum, 5, 2010, no. 67, 3301-3307 A Note on Intuitionistic Fuzzy Equivalence Relation D. K. Basnet Dept. of Mathematics, Assam University Silchar-788011, Assam, India dkbasnet@rediffmail.com

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

Homework 3 Solutions

Homework 3 Solutions Homework 3 Solutions Igor Yanovsky (Math 151A TA) Problem 1: Compute the absolute error and relative error in approximations of p by p. (Use calculator!) a) p π, p 22/7; b) p π, p 3.141. Solution: For

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

The challenges of non-stable predicates

The challenges of non-stable predicates The challenges of non-stable predicates Consider a non-stable predicate Φ encoding, say, a safety property. We want to determine whether Φ holds for our program. The challenges of non-stable predicates

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

Chapter 3: Ordinal Numbers

Chapter 3: Ordinal Numbers Chapter 3: Ordinal Numbers There are two kinds of number.. Ordinal numbers (0th), st, 2nd, 3rd, 4th, 5th,..., ω, ω +,... ω2, ω2+,... ω 2... answers to the question What position is... in a sequence? What

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

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

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

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

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β 3.4 SUM AND DIFFERENCE FORMULAS Page Theorem cos(αβ cos α cos β -sin α cos(α-β cos α cos β sin α NOTE: cos(αβ cos α cos β cos(α-β cos α -cos β Proof of cos(α-β cos α cos β sin α Let s use a unit circle

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

4.6 Autoregressive Moving Average Model ARMA(1,1)

4.6 Autoregressive Moving Average Model ARMA(1,1) 84 CHAPTER 4. STATIONARY TS MODELS 4.6 Autoregressive Moving Average Model ARMA(,) This section is an introduction to a wide class of models ARMA(p,q) which we will consider in more detail later in this

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

Section 8.3 Trigonometric Equations

Section 8.3 Trigonometric Equations 99 Section 8. Trigonometric Equations Objective 1: Solve Equations Involving One Trigonometric Function. In this section and the next, we will exple how to solving equations involving trigonometric functions.

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

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

Chapter 6: Systems of Linear Differential. be continuous functions on the interval Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations

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

The Simply Typed Lambda Calculus

The Simply Typed Lambda Calculus Type Inference Instead of writing type annotations, can we use an algorithm to infer what the type annotations should be? That depends on the type system. For simple type systems the answer is yes, and

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

Reminders: linear functions

Reminders: linear functions Reminders: linear functions Let U and V be vector spaces over the same field F. Definition A function f : U V is linear if for every u 1, u 2 U, f (u 1 + u 2 ) = f (u 1 ) + f (u 2 ), and for every u U

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

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions SCHOOL OF MATHEMATICAL SCIENCES GLMA Linear Mathematics 00- Examination Solutions. (a) i. ( + 5i)( i) = (6 + 5) + (5 )i = + i. Real part is, imaginary part is. (b) ii. + 5i i ( + 5i)( + i) = ( i)( + i)

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

DIRECT PRODUCT AND WREATH PRODUCT OF TRANSFORMATION SEMIGROUPS

DIRECT PRODUCT AND WREATH PRODUCT OF TRANSFORMATION SEMIGROUPS GANIT J. Bangladesh Math. oc. IN 606-694) 0) -7 DIRECT PRODUCT AND WREATH PRODUCT OF TRANFORMATION EMIGROUP ubrata Majumdar, * Kalyan Kumar Dey and Mohd. Altab Hossain Department of Mathematics University

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

Concrete Mathematics Exercises from 30 September 2016

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

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

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018 Journal of rogressive Research in Mathematics(JRM) ISSN: 2395-028 SCITECH Volume 3, Issue 2 RESEARCH ORGANISATION ublished online: March 29, 208 Journal of rogressive Research in Mathematics www.scitecresearch.com/journals

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

Coefficient Inequalities for a New Subclass of K-uniformly Convex Functions

Coefficient Inequalities for a New Subclass of K-uniformly Convex Functions International Journal of Computational Science and Mathematics. ISSN 0974-89 Volume, Number (00), pp. 67--75 International Research Publication House http://www.irphouse.com Coefficient Inequalities for

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

ORDINAL ARITHMETIC JULIAN J. SCHLÖDER

ORDINAL ARITHMETIC JULIAN J. SCHLÖDER ORDINAL ARITHMETIC JULIAN J. SCHLÖDER Abstract. We define ordinal arithmetic and show laws of Left- Monotonicity, Associativity, Distributivity, some minor related properties and the Cantor Normal Form.

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

6.1. Dirac Equation. Hamiltonian. Dirac Eq.

6.1. Dirac Equation. Hamiltonian. Dirac Eq. 6.1. Dirac Equation Ref: M.Kaku, Quantum Field Theory, Oxford Univ Press (1993) η μν = η μν = diag(1, -1, -1, -1) p 0 = p 0 p = p i = -p i p μ p μ = p 0 p 0 + p i p i = E c 2 - p 2 = (m c) 2 H = c p 2

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

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS CHAPTER 5 SOLVING EQUATIONS BY ITERATIVE METHODS EXERCISE 104 Page 8 1. Find the positive root of the equation x + 3x 5 = 0, correct to 3 significant figures, using the method of bisection. Let f(x) =

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

Statistical Inference I Locally most powerful tests

Statistical Inference I Locally most powerful tests Statistical Inference I Locally most powerful tests Shirsendu Mukherjee Department of Statistics, Asutosh College, Kolkata, India. shirsendu st@yahoo.co.in So far we have treated the testing of one-sided

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

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- -----------------

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- ----------------- Inverse trigonometric functions & General Solution of Trigonometric Equations. 1. Sin ( ) = a) b) c) d) Ans b. Solution : Method 1. Ans a: 17 > 1 a) is rejected. w.k.t Sin ( sin ) = d is rejected. If sin

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

CRASH COURSE IN PRECALCULUS

CRASH COURSE IN PRECALCULUS CRASH COURSE IN PRECALCULUS Shiah-Sen Wang The graphs are prepared by Chien-Lun Lai Based on : Precalculus: Mathematics for Calculus by J. Stuwart, L. Redin & S. Watson, 6th edition, 01, Brooks/Cole Chapter

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

Congruence Classes of Invertible Matrices of Order 3 over F 2

Congruence Classes of Invertible Matrices of Order 3 over F 2 International Journal of Algebra, Vol. 8, 24, no. 5, 239-246 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.2988/ija.24.422 Congruence Classes of Invertible Matrices of Order 3 over F 2 Ligong An and

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

Main source: "Discrete-time systems and computer control" by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1

Main source: Discrete-time systems and computer control by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1 Main source: "Discrete-time systems and computer control" by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1 A Brief History of Sampling Research 1915 - Edmund Taylor Whittaker (1873-1956) devised a

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

LTL to Buchi. Overview. Buchi Model Checking LTL Translating LTL into Buchi. Ralf Huuck. Buchi Automata. Example

LTL to Buchi. Overview. Buchi Model Checking LTL Translating LTL into Buchi. Ralf Huuck. Buchi Automata. Example Overview LTL to Buchi Buchi Model Checking LTL Translating LTL into Buchi Ralf Huuck Buchi Automata Example Automaton which accepts infinite traces δ A Buchi automaton is 5-tuple Σ, Q, Q 0,δ, F Σ is a

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

Strain gauge and rosettes

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

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

Section 7.6 Double and Half Angle Formulas

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

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

5. Choice under Uncertainty

5. Choice under Uncertainty 5. Choice under Uncertainty Daisuke Oyama Microeconomics I May 23, 2018 Formulations von Neumann-Morgenstern (1944/1947) X: Set of prizes Π: Set of probability distributions on X : Preference relation

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

Second Order Partial Differential Equations

Second Order Partial Differential Equations Chapter 7 Second Order Partial Differential Equations 7.1 Introduction A second order linear PDE in two independent variables (x, y Ω can be written as A(x, y u x + B(x, y u xy + C(x, y u u u + D(x, y

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

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1 Conceptual Questions. State a Basic identity and then verify it. a) Identity: Solution: One identity is cscθ) = sinθ) Practice Exam b) Verification: Solution: Given the point of intersection x, y) of the

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

Uniform Convergence of Fourier Series Michael Taylor

Uniform Convergence of Fourier Series Michael Taylor Uniform Convergence of Fourier Series Michael Taylor Given f L 1 T 1 ), we consider the partial sums of the Fourier series of f: N 1) S N fθ) = ˆfk)e ikθ. k= N A calculation gives the Dirichlet formula

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

Bounding Nonsplitting Enumeration Degrees

Bounding Nonsplitting Enumeration Degrees Bounding Nonsplitting Enumeration Degrees Thomas F. Kent Andrea Sorbi Università degli Studi di Siena Italia July 18, 2007 Goal: Introduce a form of Σ 0 2-permitting for the enumeration degrees. Till now,

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

Instruction Execution Times

Instruction Execution Times 1 C Execution Times InThisAppendix... Introduction DL330 Execution Times DL330P Execution Times DL340 Execution Times C-2 Execution Times Introduction Data Registers This appendix contains several tables

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

Homomorphism of Intuitionistic Fuzzy Groups

Homomorphism of Intuitionistic Fuzzy Groups International Mathematical Forum, Vol. 6, 20, no. 64, 369-378 Homomorphism o Intuitionistic Fuzz Groups P. K. Sharma Department o Mathematics, D..V. College Jalandhar Cit, Punjab, India pksharma@davjalandhar.com

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

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

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

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

Other Test Constructions: Likelihood Ratio & Bayes Tests

Other Test Constructions: Likelihood Ratio & Bayes Tests Other Test Constructions: Likelihood Ratio & Bayes Tests Side-Note: So far we have seen a few approaches for creating tests such as Neyman-Pearson Lemma ( most powerful tests of H 0 : θ = θ 0 vs H 1 :

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

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

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

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

MINIMAL CLOSED SETS AND MAXIMAL CLOSED SETS

MINIMAL CLOSED SETS AND MAXIMAL CLOSED SETS MINIMAL CLOSED SETS AND MAXIMAL CLOSED SETS FUMIE NAKAOKA AND NOBUYUKI ODA Received 20 December 2005; Revised 28 May 2006; Accepted 6 August 2006 Some properties of minimal closed sets and maximal closed

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

Partial Differential Equations in Biology The boundary element method. March 26, 2013

Partial Differential Equations in Biology The boundary element method. March 26, 2013 The boundary element method March 26, 203 Introduction and notation The problem: u = f in D R d u = ϕ in Γ D u n = g on Γ N, where D = Γ D Γ N, Γ D Γ N = (possibly, Γ D = [Neumann problem] or Γ N = [Dirichlet

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

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 1 State vector space and the dual space Space of wavefunctions The space of wavefunctions is the set of all

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

Math 446 Homework 3 Solutions. (1). (i): Reverse triangle inequality for metrics: Let (X, d) be a metric space and let x, y, z X.

Math 446 Homework 3 Solutions. (1). (i): Reverse triangle inequality for metrics: Let (X, d) be a metric space and let x, y, z X. Math 446 Homework 3 Solutions. (1). (i): Reverse triangle inequalit for metrics: Let (X, d) be a metric space and let x,, z X. Prove that d(x, z) d(, z) d(x, ). (ii): Reverse triangle inequalit for norms:

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

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

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

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

Overview. Transition Semantics. Configurations and the transition relation. Executions and computation

Overview. Transition Semantics. Configurations and the transition relation. Executions and computation Overview Transition Semantics Configurations and the transition relation Executions and computation Inference rules for small-step structural operational semantics for the simple imperative language Transition

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

Potential Dividers. 46 minutes. 46 marks. Page 1 of 11

Potential Dividers. 46 minutes. 46 marks. Page 1 of 11 Potential Dividers 46 minutes 46 marks Page 1 of 11 Q1. In the circuit shown in the figure below, the battery, of negligible internal resistance, has an emf of 30 V. The pd across the lamp is 6.0 V and

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

SOME PROPERTIES OF FUZZY REAL NUMBERS

SOME PROPERTIES OF FUZZY REAL NUMBERS Sahand Communications in Mathematical Analysis (SCMA) Vol. 3 No. 1 (2016), 21-27 http://scma.maragheh.ac.ir SOME PROPERTIES OF FUZZY REAL NUMBERS BAYAZ DARABY 1 AND JAVAD JAFARI 2 Abstract. In the mathematical

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

Jesse Maassen and Mark Lundstrom Purdue University November 25, 2013

Jesse Maassen and Mark Lundstrom Purdue University November 25, 2013 Notes on Average Scattering imes and Hall Factors Jesse Maassen and Mar Lundstrom Purdue University November 5, 13 I. Introduction 1 II. Solution of the BE 1 III. Exercises: Woring out average scattering

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

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

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

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

Lecture 15 - Root System Axiomatics

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

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

Solutions to Exercise Sheet 5

Solutions to Exercise Sheet 5 Solutions to Eercise Sheet 5 jacques@ucsd.edu. Let X and Y be random variables with joint pdf f(, y) = 3y( + y) where and y. Determine each of the following probabilities. Solutions. a. P (X ). b. P (X

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

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

Chapter 6: Systems of Linear Differential. be continuous functions on the interval Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations

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

ω ω ω ω ω ω+2 ω ω+2 + ω ω ω ω+2 + ω ω+1 ω ω+2 2 ω ω ω ω ω ω ω ω+1 ω ω2 ω ω2 + ω ω ω2 + ω ω ω ω2 + ω ω+1 ω ω2 + ω ω+1 + ω ω ω ω2 + ω

ω ω ω ω ω ω+2 ω ω+2 + ω ω ω ω+2 + ω ω+1 ω ω+2 2 ω ω ω ω ω ω ω ω+1 ω ω2 ω ω2 + ω ω ω2 + ω ω ω ω2 + ω ω+1 ω ω2 + ω ω+1 + ω ω ω ω2 + ω 0 1 2 3 4 5 6 ω ω + 1 ω + 2 ω + 3 ω + 4 ω2 ω2 + 1 ω2 + 2 ω2 + 3 ω3 ω3 + 1 ω3 + 2 ω4 ω4 + 1 ω5 ω 2 ω 2 + 1 ω 2 + 2 ω 2 + ω ω 2 + ω + 1 ω 2 + ω2 ω 2 2 ω 2 2 + 1 ω 2 2 + ω ω 2 3 ω 3 ω 3 + 1 ω 3 + ω ω 3 +

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

Parametrized Surfaces

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

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

Homework 8 Model Solution Section

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

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

Some new generalized topologies via hereditary classes. Key Words:hereditary generalized topological space, A κ(h,µ)-sets, κµ -topology.

Some new generalized topologies via hereditary classes. Key Words:hereditary generalized topological space, A κ(h,µ)-sets, κµ -topology. Bol. Soc. Paran. Mat. (3s.) v. 30 2 (2012): 71 77. c SPM ISSN-2175-1188 on line ISSN-00378712 in press SPM: www.spm.uem.br/bspm doi:10.5269/bspm.v30i2.13793 Some new generalized topologies via hereditary

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

UNIVERSITY OF CALIFORNIA. EECS 150 Fall ) You are implementing an 4:1 Multiplexer that has the following specifications:

UNIVERSITY OF CALIFORNIA. EECS 150 Fall ) You are implementing an 4:1 Multiplexer that has the following specifications: UNIVERSITY OF CALIFORNIA Department of Electrical Engineering and Computer Sciences EECS 150 Fall 2001 Prof. Subramanian Midterm II 1) You are implementing an 4:1 Multiplexer that has the following specifications:

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

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

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

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

Math221: HW# 1 solutions

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

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

Dynamic types, Lambda calculus machines Section and Practice Problems Apr 21 22, 2016

Dynamic types, Lambda calculus machines Section and Practice Problems Apr 21 22, 2016 Harvard School of Engineering and Applied Sciences CS 152: Programming Languages Dynamic types, Lambda calculus machines Apr 21 22, 2016 1 Dynamic types and contracts (a) To make sure you understand the

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

Tridiagonal matrices. Gérard MEURANT. October, 2008

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

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

Approximation of distance between locations on earth given by latitude and longitude

Approximation of distance between locations on earth given by latitude and longitude Approximation of distance between locations on earth given by latitude and longitude Jan Behrens 2012-12-31 In this paper we shall provide a method to approximate distances between two points on earth

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

PARTIAL NOTES for 6.1 Trigonometric Identities

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

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

the total number of electrons passing through the lamp.

the total number of electrons passing through the lamp. 1. A 12 V 36 W lamp is lit to normal brightness using a 12 V car battery of negligible internal resistance. The lamp is switched on for one hour (3600 s). For the time of 1 hour, calculate (i) the energy

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

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

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

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

A Bonus-Malus System as a Markov Set-Chain. Małgorzata Niemiec Warsaw School of Economics Institute of Econometrics

A Bonus-Malus System as a Markov Set-Chain. Małgorzata Niemiec Warsaw School of Economics Institute of Econometrics A Bonus-Malus System as a Markov Set-Chain Małgorzata Niemiec Warsaw School of Economics Institute of Econometrics Contents 1. Markov set-chain 2. Model of bonus-malus system 3. Example 4. Conclusions

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

Quadratic Expressions

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

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

Derivation of Optical-Bloch Equations

Derivation of Optical-Bloch Equations Appendix C Derivation of Optical-Bloch Equations In this appendix the optical-bloch equations that give the populations and coherences for an idealized three-level Λ system, Fig. 3. on page 47, will be

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

Srednicki Chapter 55

Srednicki Chapter 55 Srednicki Chapter 55 QFT Problems & Solutions A. George August 3, 03 Srednicki 55.. Use equations 55.3-55.0 and A i, A j ] = Π i, Π j ] = 0 (at equal times) to verify equations 55.-55.3. This is our third

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

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8 questions or comments to Dan Fetter 1

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8  questions or comments to Dan Fetter 1 Eon : Fall 8 Suggested Solutions to Problem Set 8 Email questions or omments to Dan Fetter Problem. Let X be a salar with density f(x, θ) (θx + θ) [ x ] with θ. (a) Find the most powerful level α test

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

THE SECOND ISOMORPHISM THEOREM ON ORDERED SET UNDER ANTIORDERS. Daniel A. Romano

THE SECOND ISOMORPHISM THEOREM ON ORDERED SET UNDER ANTIORDERS. Daniel A. Romano 235 Kragujevac J. Math. 30 (2007) 235 242. THE SECOND ISOMORPHISM THEOREM ON ORDERED SET UNDER ANTIORDERS Daniel A. Romano Department of Mathematics and Informatics, Banja Luka University, Mladena Stojanovića

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

Section 9.2 Polar Equations and Graphs

Section 9.2 Polar Equations and Graphs 180 Section 9. Polar Equations and Graphs In this section, we will be graphing polar equations on a polar grid. In the first few examples, we will write the polar equation in rectangular form to help identify

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

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

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

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

b. Use the parametrization from (a) to compute the area of S a as S a ds. Be sure to substitute for ds!

b. Use the parametrization from (a) to compute the area of S a as S a ds. Be sure to substitute for ds! MTH U341 urface Integrals, tokes theorem, the divergence theorem To be turned in Wed., Dec. 1. 1. Let be the sphere of radius a, x 2 + y 2 + z 2 a 2. a. Use spherical coordinates (with ρ a) to parametrize.

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

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS EXERCISE 01 Page 545 1. Use matrices to solve: 3x + 4y x + 5y + 7 3x + 4y x + 5y 7 Hence, 3 4 x 0 5 y 7 The inverse of 3 4 5 is: 1 5 4 1 5 4 15 8 3

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

Αλγόριθμοι και πολυπλοκότητα NP-Completeness (2)

Αλγόριθμοι και πολυπλοκότητα NP-Completeness (2) ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ Αλγόριθμοι και πολυπλοκότητα NP-Completeness (2) Ιωάννης Τόλλης Τμήμα Επιστήμης Υπολογιστών NP-Completeness (2) x 1 x 1 x 2 x 2 x 3 x 3 x 4 x 4 12 22 32 11 13 21

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

SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM

SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM Solutions to Question 1 a) The cumulative distribution function of T conditional on N n is Pr T t N n) Pr max X 1,..., X N ) t N n) Pr max

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

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =?

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =? Teko Classes IITJEE/AIEEE Maths by SUHAAG SIR, Bhopal, Ph (0755) 3 00 000 www.tekoclasses.com ANSWERSHEET (TOPIC DIFFERENTIAL CALCULUS) COLLECTION # Question Type A.Single Correct Type Q. (A) Sol least

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

Notes on the Open Economy

Notes on the Open Economy Notes on the Open Econom Ben J. Heijdra Universit of Groningen April 24 Introduction In this note we stud the two-countr model of Table.4 in more detail. restated here for convenience. The model is Table.4.

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

Right Rear Door. Let's now finish the door hinge saga with the right rear door

Right Rear Door. Let's now finish the door hinge saga with the right rear door Right Rear Door Let's now finish the door hinge saga with the right rear door You may have been already guessed my steps, so there is not much to describe in detail. Old upper one file:///c /Documents

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

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

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

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