Does P=NP? Karlen G. Gharibyan. SPIRIT OF SOFT LLC, 4-th lane 5 Vratsakan 45, 0051, Yerevan, Armenia

Size: px
Start display at page:

Download "Does P=NP? Karlen G. Gharibyan. SPIRIT OF SOFT LLC, 4-th lane 5 Vratsakan 45, 0051, Yerevan, Armenia"

Transcription

1 1 Does P=NP? Om tat sat Karlen G. Gharibyan SPIRIT OF SOFT LLC, 4-th lane 5 Vratsakan 45, 0051, Yerevan, Armenia karlen.gharibyan@spiritofsoft.om Abstrat-The P=NP? problem was emerged in This is one of the longstanding unresolved problems in omputer siene. Its solution is diretly related to the determination of time omplexity of NP-omplete problems. The purpose of this work is to provide the solution of P=NP? problem. KEY WORDS: algorithms and omplexity, timetable sheduling, omputer siene. I. INTRODUCTION The Peaeful Coexistene Algorithm (PCA) is introdued in this work. PCA is a polynomial time algorithm that the General Timetable Problem (GTP) solves for any instanes. The GTP is NP-omplete. This means, that eah problem in NP may be solved in polynomial time, inluding 3SAT problem. II. FORMULATION OF GTP As the matter of fat, the problem itself is very versatile and omplex, that is why, for the sake of simplifiation a ertain seondary shool is observed as an objet of implementation. In reality, the generality is kept, beause all ideas, denotations, onsiderations done for the shool, in essene are the same for the general problem and may be generalized without any diffiulty, if it is neessary. Assumptions In shool, there are N lasses, N r lassrooms, N t teahers and N s subjets are taught. In shool, there are ten different level lasses {1,2,3,4,5,6,7,8,9,10} and a few number of lasses of the same level are possible. The numbers from 1 to 10 and English letters are used in order to onstrut additional odes(ac) for identifiation of all lasses (e.g. if there are 3 of the first level lasses and 4 of the seond level lasses and et., then their addidional odes are 1A, 1B, 1C; 2A, 2B, 2C, 2D; et.). Eah subjet of N s subjets in shool is to be taught in a separate lassroom. Eah teaher in shool teahes only one subjet. Eah subjet is onsidered to be either Sharing or Unsharing. Any Sharing subjet is to be taught by two teahers in two subgroups of the same lass in two separate lassrooms. Sharing teahers is a group of exatly two teahers in a lass, who teah the same Sharing subjet in the lass. Any Unsharing subjet in a lass is to be taught by one teaher only. Any Sharing subjet in a lass is to be taught by a group of Sharing teahers only. The start up time of all first lessons of a lass is the same every day. The duration of any lesson is onsidered to be one hour. A. Input Data Variables The following variables are used for the Input Data of GTP:,r,t,s,d,l - lower ase indexes of entries of arrays, whih are usually used as odes of a lass, lassroom, teaher, subjet, day and lesson respetively. N - the number of lasses in shool. N s - the number of subjets in shool. N g =2- the number of subgroups into whih a lass is to be split if a Sharing subjet is taught. N t - the number of teahers in shool. S={S s /s=1,,n s } - the set of subjets taught in shool, where S s is the name of subjet s and index s is the ode of the subjet. C={C / =1,,N } - the set of lasses in shool, where C is AC of a lass and index is the ode of the lass. Q + ={q + / =1,,N } - q + is the total quantity of lessons of lass to be timetabled for a week. D o ={d / =1,,N } - d is the number of days, that an be timetabled for the lessons of lass for a week. B={b / =1,,N } - b is the first hour, that must be timetabled for the lessons of lass every day for a week. E={e =b +eil(q + /d )-1 / =1,,N } - e is the last possible hour, that an be timetabled for the lessons of lass every day for a week (see Appendix). F={f =q + - floor(q + /d )*d / =1,,N } - f is the number of last hours that an be timetabled for the lessons of lass for a week (see Appendix). N d =max{d 1,d 2,,d N } - the maximum number of days, that an be timetabled for the lessons of shool for a week. N l =max{e 1,e 2,,e N } - the last hour, that an generally be timetabled for the lessons of shool every day for a week T={T t / t=1,,n t } - the set of teahers in shool, where T t is the name of teaher t and index t is the ode of the teaher. Q={q,t,s / =1,,N, t=1,,n t, s=1,,n s } - q,t,s is the quantity of lessons of subjet s to be taught by teaher t in lass, suh that the following equality holds (see Appendix): q + = Nt Ns Nt Ns q ( t 1 s 1,t,s = = t= 1 s= 1 N q - the total quantity of lessons of shool: N + = q = q 1 N. (q,t, s IsSh(,s)))/N g.

2 B. Output Data Variables Z={z,l,d / =1,,N, l=1,,n l, d=1,,n d } - the timetable of the shool for a week where z,l,d is the entry of Z. At the beginning all entries of Z are 0. After onstruting Z, if z,l,d is not zero, then it is the ode of a subjet, that is to be taught by orresponding teahers in lass at hour l on day d. Z ={z,l,d / l=1,,n l, d=1,,n d } - the timetable of lass for a week. C. Deision problem of GTP Form the shool s timetable, by timetabling the entries of Z for the lessons of all subjets so that no overlapping exists: subjet to(see Appendix): No overlapping onstraint for any fixed values of t,l,d: N = 1 Lessons onstraint: N d e = 1 d= 1 l= b All the variables are integers. {t T(,l,d)? 1 : 0} 1; {z,l, d 0?1:0} = Nq. III. SOLUTION OF GTP The solution of GTP is the PCA. The PCA realizes in iterations. Some basi ideas and denotations are needed for PCA. A. Definitions Definition 1. An entry z,l,d of Z, for any values of, t and s, is alled Aessible Entry (AE) for subjet s, if q,t,s 0, z,l,d =0 and N o = 1 {ShT(, t, s) T( o, l, d)? 1:0} = 0, that is, this entry an be timetabled for subjet s(see Appendix). Definition 2. A subjet is alled Subjet Aessible to entry z,l,d of Z, if this entry an be timetabled for that subjet. Definition 3. An entry z,l,d of Z is alled Aessible Entry (AE), if this entry an be timetabled for at least one subjet. Definition 4. The number X,l,d of all subjets aessible to AE z,l,d is alled height of AE z,l,d. Definition 5. Z l,d ={z,l,d / =1,,N }is alled Pivot Entry (PE) of Z, where (l,d) is the oordinate of PE Z l,d and (,l,d) is the oordinate of entry z,l,d. Definition 6. Z l,d is alled Aessible PE (APE), if it has at least one aessible entry. Definition 7. h l,d is alled height of APE Z l,d. Its value may be found by the following way: h = N l, d = 1 X,l, d Definition 8. A number of oordinates of APE of Z whih are grouped by a ommon priniple is alled Aessible Pivot Domain(APD). Z must be split into APD, suh that D={D [m] / m=1,,n D }, where N D is the number of APD of Z and [m] is the oordinate of APD D [m].. 2 Definition 9. D [m] ={[m,j]=(l m,j,d m,j ) / j=1,,n m }, where n m is the number of APE in D [m] and [m,j] is the short ut of the oordinate of APE j in D [m]. Definition 10. D [m] ={ D,m / =1,,N }, where D,m is alled lass APD and ontains all AE of D [m] in lass. Definition 11. D,m ={,m,j = (,l m,j,d m,j ) / j=1,,n m }, where,m is the oordinate of D,m and,m,j is the short ut of the oordinate of AE j in D,m. Definition 12. Eah pair of z,l,d s, (,l,d) s or,m,j s is alled Tandem, in short T z,l,d s, T (,l,d) s or T,m,j s, if AE z,l,d or z,m,j an be timetabled for subjet s. Definition 13. Realization of T z,l,d s, T (,l,d) s or T,m,j s, in short RT z,l,d s, RT (,l,d) s or RT,m,j s, is an operation, suh that AE z,l,d, or z,m,j is in fat timetabled for subjet s. Definition 14. h,l,d,s or h,m,j,s is alled subjet s height (SH). It is the total number of AE for subjet s in APE Z l,d or Z [m,j] plus (X,l,d -1) and its value must be found by the following way(see Appendix): h,l,d,s = h,m,j,s =SH(T (,l,d) s )=SH(T,m,j s ). B. Renewable Data Variables The Renewable Data Variables (RDV) are ompletely involved in implementation of the PCA, and define the Time Complexity (TC) of the algorithm. For evaluation of TC of the algorithm the possible maximum length of Input Data N=max{N,N t,n g,n l,n d,n s,n q }is used. Both the desription and the TC of eah of Renewable Data Variables are represented below. A={a,s / =1,,N ; s=1,,n s } - a,s is the number of AE of subjet s in lass : TC=N N s N l N d N t N g O(N 6 ). P ={p,s =a,s - QL(,s) / =1,,N ; s=1,,n s } - p,s is the priority of subjet s in lass (see Appendix): TC=N N s N t O(N 3 ). G S,l,d={s,l,d,j / j=1,,x,l,d } - the group of all X,l,d subjets aessible to AE z,l,d, where X,l,d is the height of z,l,d : TC=N s N l N d N t N g O(N 5 ). G S l,d={g S,l,d / =1,,N } - the set of all subjets groups aessible to APE Z l,d : TC=N N s N l N d N t N g O(N 6 ). G S*,l,d={s j =s *,l,d,j / j=1,,x,l,d } - is the group of all x,l,d subjets aessible to AE z,l,d with the smallest priority p *,l,d and with the smallest height h *,l,d. All the subjets are arranged in desending order by lessons: G S*,l,d G S,l,d; p *,l,d=min{p,s : s G S,l,d}; h *,l,d=min{h,l,d,s : s G S,l,d}; TC=N N l N d N s O(N 4 ).

3 3 N H={ h l, d = = X 1,l, d / l=1,,n l, d=1,,n d } - h l,d is the height of APE Z l,d : TC=N N l N d O(N 3 ). D ={D [m] / m=1,,n D } - the set of all N D APD of Z, where m is the ode of D [m] of Z: TC=N N s N l N d N l N d O(N 6 ). D [m] ={[m,j] / j=1,,n m } - the set of all n m APE of D [m] of Z, suh that for any two oordinates [m,k] [m,j] D [m] the following equality is true: G S [m,k]= G S [m,j]; TC=N N s N l N d N l N d O(N 6 ). D,m ={,m,j / j=1,,n m } - the set of all n m AE of D,m of Z, suh that for any fixed values of and for any two oordinates,m,k,m,j D,m the following equalities are true: p *,m,k =p *,m,j ; G S*,m,k =G S*,m,j ; G S,m,k =G S,m,j ; X,m,k =X,m,j ; x,m,k =x,m,j ; TC=N s N l N d N l N d O(N 5 ). p,m = p *,m,1 - the urrent priority of any D,m D: TC=N N l N d O(N 3 ). P,m =p *,m,1 -n m +y,m - is the ritial priority of any D,m D, whih in advane defines the priority of all subjets s 1,s 2,,s n G S*,m,1 when all n m AE of D,m are timetabled only for those subjets, where n=x,m,1 and the value of y,m is found by funtion Y(,m) (see Appendix): TC=N N l N d N l N d O(N 5 ). C. Priniple of priority for any iteration of PCA As it was mentioned above, p,s =a,s -QL(,s) is the priority of subjet s in lass (see Appendix). This is the most important variable in searhing for the solution of GTP. On one hand, it s evident that, if p,s < 0 for any values of and s, then no solution of GTP exists. That is, the smallest priority p,s is the best ertifiate to be ertain, that no solution of GTP exists. On the other hand, the timetabling of an AE z,l,d for subjet s with the smallest priority must derease the height of the orresponding Z l,d as little as it s possible. In this way it will have the minimum impat on further onstrution of Z. Hene, it is quite reasonable to timetable all the subjets with the smallest priority and with the smallest height, first. Namely, these are two basi priniples of organizing eah iteration of PCA. D. Critial priority P,m of lass APD D,m Aording to the desription of D,m for any fixed value of and for any two oordinates, suh that,m,1,m,k and,m,1,,m,k D,m, the following equality p *,m,1 =p *,m,k is true. In this respet, the ritial priority P,m of D,m is determined by the following way: P,m =p *,m,1 -n m +y,m. The value of y,m is found by the funtion Y(,m) (see Appendix). In the Table 1, for any values of and m, the list of all subjets of s 1,s 2,,s n G S*,m,1 is represented. It illustrates how the funtion Y(,m) does work. Eah row has its denotation (0,1),,(y-1,y),,(l * -1,l * ), whih is used for definition of the values of entries in that row. For example, in the row (0,1), the value of the rightmost entry is 1 and the values of the remaining entries are 0, in the row (1,2), the value of the rightmost entry is 2 and the values of the remaining entries are 1 and so on. Similarly, in the row (y-1,y), the value of the rightmost entry is y and the values of the remaining entries are y-1, et. The funtion Y(,m) finds the value of y,m by ounting exatly n m entries starting with the row (0,1), from left to right. Keeping the generality, suppose that ounting is ended on the row (y-1,y). If Y(,m) reahes up the rightmost entry of the row (y-1,y) then y,m =y. If Y(,m) reahes up one of the remaining entries of the row (y-1,y) then y,m =y-1. As regards the ritial priority P,m of D,m, it in advane defines the priorities of subjets s 1,s 2,,s n G S*,m,1 when n m AE of D,m are timetabled only for those subjets. The timetabling of n m AE of D,m only for subjets s 1,s 2,,s n G S*,m,1 is proeeded by rows, starting with the row (0,1), from left to right (see the Table 1). Keeping the generality, suppose that for any fixed values of and m, the timetabling is ended on the row (y-1,y). Two situations are possible and both must be always analyzed in further onsiderations: Situation 1: If the timetabling reahes up the rightmost entry of the row (y-1,y), then the priority of any subjet s 1, s 2,,s k G S*,m,1 will be: P,m =p *,m,1 -n m +y. Situation 2: If the timetabling reahes up one of the remaining entries of the row (y-1,y), for example to the entry marked blak, then the priority P R of eah subjet to the right of the blak entry s j+1, s j+2,,s k G S*,m,1 may be alulated by the following expression: P R =p *,m,1 -n m +y-1=p,m, but the priority of eah subjet s 1, s 2,,s j G S*,m,1 may be alulated by the following expression: P L =p *,m,1 -n m +y=p,m +1=P R +1.

4 4 Table 1. The list of all subjets s 1,s 2,,s n G S*,m,1, for any fixed values of and m, whih are arranged in desending order by lessons. If s 1,s 2,,s n G S*,m,1 G H, then eah subjet has the ritial priority of P min =P,m and the subjet s height of H min =SH (T,m,1 s 1 ). Rows Subjets odes ( l -1, l ) l l * =QL(,s 1 ) n=x,m,1 Quantity of lessons ( y, y+1 ) y+1 ( y-1, y ) y-1 y-1 y-1 y-1 y-1 y-1 y-1 y-1 y-1 y-1 y-1 y ( y-2, y-1 ) y-1 ( y-3, y-2 ) y-2 y-3 ( 1, 2 ) ( 0, 1 ) j. k. n s 1 s 2 s j s k s n Subjets odes E. Critial priority, ritial height and objetive tandems of any iteration of PCA Definition 15. P min is alled the ritial priority of iteration (CPI) of PCA. Its value is found by the following way: P min =min{p,m :,m D}. Definition 16. H min is alled the ritial height of iteration (CHI) of PCA. Its value is found by the following way(see Appendix): G P ={G S*,m,1 /,m,1 D,m D; P min = P,m }; H min =min{sh(t,m,1 s ) : s G S*,m,1 G P }. Definition 17. Eah tandem of T z,l,d s, T (,l,d) s or T,m,j s, for any fixed values of,m and s, is alled objetive tandem (OT) of iteration of PCA and in short OT z,l,d s, OT (,l,d) s or OT,m,j s, if P min =P,m and H min =SH(T (,l,d) s )=SH(T,m,j s ).

5 Definition 18. Realization of OT z,l,d s, OT (,l,d) s or OT,m,j s in short ROT z,l,d s, ROT (,l,d) s or ROT,m,j s, is an operation, suh that AE z,l,d or z,m,j is in fat timetabled for subjet s. Definition 19. The set G H is alled the soure of all objetive tandems of iteration (SAOTI) of PCA. It is onsrtuted by the following way: G H ={G S*,m,1 / H min =SH (T,m,1 s ); s G S*,m,1 G P }. Definition 20. G OT is alled the set of all objetive tandems of iteration of PCA (AOTI). It is onstruted using SAOTI G H by the following way: G OT ={OT,m,j s k / j=1,2,,n m ; s k G S*,m,1 G H ; k=1,2,,x,m,1 }, where any subjet s G S*,m,1 G H has the priority of P min and subjet s height of H min. F. Peaeful oexistene algorithm Step 0. Initialize Input Data Variables with Input Data for an instane; Initialize Output Data Variables with 0; i= 0; ( Comment: i ounts the number of iterations ) Step 1. Determine Renewable Data Variables, taking into aount all ROT, if there are any. If N D =0 then {Timetable of shool(z) is onstruted. Print Z ; Goto Step 3;} Step 2. P min =min{p,m :,m D}; If P min <0 then {Deision problem of GTP does not have solution at all; Goto Step 3;} G P ={G S*,m,1 /,m,1 D,m D; P min = P,m }; H min =min{sh(t,m,1 s ) : s G S*,m,1 G P }; G H ={G S*,m,1 /H min =SH(T,m,1 s ); s G S*,m,1 G P }; ROT,m,1 s 1 ; (Comment:,m and s 1 are any values suh that OT,m,1 s 1 G OT, see the Table 1) i=i+1; Goto Step 1; Step 3. Stop. G. Theoretial Foundation of PCA Remember that PCA realizes in iterations. The main objetive of any iteration of PCA is to be ertain whether to interrupt or ontinue the searhing for the solution of GTP. In eah iteration, PCA splits Z into lass APD using the RDV and alulates their ritial priorities. Then PCA finds the value of P min by the following way: P min =min{p,m :,m D} and uses it as CPI. If P min <0, then no solution exists, hene the searhing for the solution of GTP must be interrupted. If P min 0 then the searhing for the solution must be ontinued. In this ase, the following two sets G P and G H are reated suh that G H G P. The seletion of elements of G P and G H proeeds in two suessive steps by using the variables P min 5 and H min respetively. First of all, the elements of G P are determined by the following way: G P ={G S*,m,1 /,m,1 D,m D; P min = P,m }, where P min guaranties that the set G P will ontain all the subjets with CPI. Then PCA finds the value of H min by the following way: H min =min{sh(t,m,1 s ) : s G S*,m,1 G P } and uses it as CHI. The elements of SAOTI G H are determined by the following way: G H ={ G S*,m,1 / H min =SH (T,m,1 s ); s G S*,m,1 G P }, where H min guaranties that the set G H will only ontain all the subjets with CPI and CHI. For ompletion of the iteration, only one ROT (,m,1 ) s 1 is to be done by PCA, where,m and s 1 are arbitrary values suh that s 1 G S*,m,1 G H (see the Table 1) and OT,m,1 s 1 G OT. In this way, the timetable of GTP will be onstruted in exatly N q iterations, if there are any. For theoretial foundation of PCA we need to prove the following auxiliary lemma. Lemma: P min of eah iteration is the best ertifiate to be ertain that: if P min <0 then no solution of GTP exists and the searhing for solution must be interrupted; if P min 0 then the searhing for the solution of GTP must be ontinued. Proof: It is evident that P min is an integer. So, three ases P min <0, P min =0 and P min >0 are to be distinguished. For eah of three ases of P min both Situation 1 and Situation 2 must be analyzed separately. In addition, we must examine the set G H only, beause for any arbitrary values of and m suh that G S*,m,1 G H, PCA guaranties that any subjet s 1,s 2,,s n G S*,m,1 has the priority of P min and the subjet s height of H min. Keeping the generality, suppose that G S*,m,1 is the only element in G H and the timetabling of all n m AE of D,m only for subjets s 1,s 2,,s n G S*,m,1 is ended on the row (y-1,y) (where n=x,m,1, see the Table 1). The timetabling has to be proeeded by rows, starting with the row (0,1). The timetabling of subjets in any row is proeeded from left to right. Case 1. P min <0. We have that G S*,m,1 is the only element in G H. That is, for the values of and m, the ritial priority of eah subjet s 1,s 2,,s n G S*,m,1 is P,m =P min <0. Situation 1: If the timetabling reahes up the rightmost entry of the row (y-1,y), then we have P min =P,m =p *,m,1 -n m +y<0. From this, it will follow, that after the timetabling of all n m AE of D,m only for subjets s 1,s 2,,s n G S*,m,1, the priority of any subjet s 1, s 2,,s k G S*,m,1 will be: P,m =p *,m,1 -n m +y<0.

6 This indiates that no solution of GTP exists, hene the searhing for the solution of GTP must be interrupted. Situation 2: If the timetabling reahes up one of the remaining entries of the row (y-1,y), for example to the entry marked blak, then we have P min =P,m =p *,m,1 -n m +y-1<0. D,m only for subjets s 1,s 2,,s n G S*,m,1, the priority of subjets s j+1, s j+2,,s k G S*,m,1 will be: P R =p *,m,1 -n m +y-1<0. This indiates that no solution of GTP exists, hene the searhing for the solution of GTP must be interrupted. Thus, it is proved, that if P min <0, then this is the best ertifiate to be ertain that the searhing for the solution of GTP must be interrupted. Case 2. P min =0. We have that G S*,m,1 is the only element in G H. That is, for the values of and m, the ritial priority of eah subjet s 1,s 2,,s n G S*,m,1 is P,m =P min =0. Situation 1: If the timetabling reahes up the rightmost entry of the row (y-1,y), then we have P min =P,m =p *,m,1 -n m +y=0. D,m only for subjets s 1,s 2,,s n G S*,m,1, the priority of any subjet s 1, s 2,,s k G S*,m,1 will be: P,m =p *,m,1 -n m +y=0. and this means that the searhing for the solution of GTP must be ontinued. Situation 2: If the timetabling reahes up one of the remaining entries of the row (y-1,y), for example to the entry marked blak, then we have P min =P,m =p *,m,1 -n m +y-1=0. D,m only for subjets s 1,s 2,,s n G S*,m,1, the priority of subjets s j+1, s j+2,,s k G S*,m,1 will be: P R =p *,m,1 -n m +y-1=0 and the priority of eah subjet s 1, s 2,,s j G S*,m,1 will be: P L =p *,m,1 -n m +y=p,m +1>0. and this means that the searhing for the solution of GTP must be ontinued. Thus, it is proved, that if P min =0, then this is the best ertifiate to be ertain that the searhing for the solution of GTP must be ontinued. Case 3. P min >0. We have that G S*,m,1 is the only element in G H. That is, for the values of and m, the ritial priority of eah subjet s 1,s 2,,s n G S*,m,1 is P,m =P min >0. Situation 1: If the timetabling reahes up the rightmost entry of the row (y-1,y), then we have 6 P min =P,m =p *,m,1 -n m +y>0. D,m only for subjets s 1,s 2,,s n G S*,m,1, the priority of any subjet s 1, s 2,,s k G S*,m,1 will be: P,m =p *,m,1 -n m +y>0. and this means that the searhing for the solution of GTP must be ontinued. Situation 2: If the timetabling reahes up one of the remaining entries of the row (y-1,y), for example to the entry marked blak, then we have P min =P,m =p *,m,1 -n m +y-1>0. D,m only for subjets s 1,s 2,,s n G S*,m,1, the priority of subjets s j+1, s j+2,,s k G S*,m,1 will be: P R =p *,m,1 -n m +y-1>0 and the priority of eah subjet s 1, s 2,,s j G S*,m,1 will be: P L =p *,m,1 -n m +y=p,m +1>0. and this means that the searhing for the solution of GTP must be ontinued. Thus, it is proved, that if P min 0, then this is the best ertifiate to be ertain that the searhing for the solution of GTP must be ontinued. The proof of the lemma is ompleted. Thus, the following theorem is the theoretial foundation of PCA: Theorem: The deision problem of GTP has at least one solution iff the CPI of eah of N q iterations P min 0 when ROT,m,1 s 1, where, m and s 1 are any fixed values, suh that s 1 G S*,m,1 G H and OT,m,1 s 1 G OT (see Table 1). Proof: Suppose that the deision problem of GTP has at least one solution and we must prove that the CPI of eah of N q iterations P min 0 when ROT,m,1 s 1. Indeed, if the deision problem of GTP has at least one solution then from this it will follow that the CPI of the first iteration P min 0. Aording to the lemma the searhing for the solution of GTP must be ontinued. For ompletion of the first iteration, only one ROT,m,1 s 1 is to be done by PCA, where, m and s 1 are arbitrary values suh that s 1 G S*,m,1 G H (see the Table 1) and OT,m,1 s 1 G OT. Thus, the PCA guaranties that ROT,m,1 s 1 will have the minimum impat on further onstrution of Z, beause subjet s 1 has the CPI of P min and the CHI of H min. Sine the deision problem of GTP has at least one solution then from this it will follow that the CPI of the seond iteration P min 0. Aording to the lemma the searhing for the solution of GTP must be ontinued. For ompletion of the seond iteration, only one ROT,m,1 s 1 is to be done by PCA, where, m and s 1 are arbitrary values suh that s 1 G S*,m,1 G H and OT,m,1 s 1 G OT (see the Table 1). Thus, the PCA again guaranties that

7 7 ROT,m,1 s 1 will have the minimum impat on further onstrution of Z, beause subjet s 1 has the CPI of P min and the CHI of H min. It s evident that these observations are true also for eah of the next N q -2 iterations of PCA. It s proved that if the deision problem of GTP has at least one solution then the CPI of eah of N q iterations P min 0 when ROT,m,1 s 1. For the opposite diretion, suppose that the CPI of eah of N q iterations P min 0 when ROT,m,1 s 1 and we must prove that the deision problem of GTP has at least one solution. Indeed, if the CPI of eah of N q iterations P min 0 when ROT,m,1 s 1 it will follow that the CPI of the first iteration P min 0. Aording to the lemma the searhing for the solution of GTP must be ontinued. For ompletion of the first iteration, only one ROT,m,1 s 1 is to be done by PCA, where, m and s 1 are arbitrary values suh that s 1 G S*,m,1 G H (see the Table 1) and OT,m,1 s 1 G OT. Thus, the PCA guaranties that ROT,m,1 s 1 will have the minimum impat on further onstrution of Z, beause subjet s 1 has the CPI of P min and the CHI of H min. Sine the CPI of eah of N q iterations P min 0 when ROT,m,1 s 1 it will follow that the CPI of the seond iteration P min 0. Aording to the lemma the searhing for the solution of GTP must be ontinued. For ompletion of the seond iteration, only one ROT,m,1 s 1 is to be done by PCA, where, m and s 1 are arbitrary values suh that s 1 G S*,m,1 G H and OT,m,1 s 1 G OT (see the Table 1). Thus, the PCA again guaranties that ROT,m,1 s 1 will have the minimum impat on further onstrution of Z, beause subjet s 1 has the CPI of P min and the CHI of H min. It s evident that these observations are true also for eah of the next N q -2 iterations of PCA and one of the solutions of GTP will be onstruted in exatly N q iterations. It s proved that if the CPI of eah of N q iterations P min 0 when ROT,m,1 s 1 then the deision problem of GTP has at least one solution. The proof of the theorem is ompleted. H. Time Complexity of PCA So, it is evident that TC of PCA is O(N 7 ). P=NP. IV. CONCLUSION V. RESULT OF PCA Using PCA a omputer program was developed in C++. As an instane of implementation of GTP the Input Data of a ertain shool is proessed. For this instane the program onsumed 73 seonds on IBM PC with a proessor P-VI 3000 for onstruting the timetable. ACKNOWLEDGMENTS The author thanks Poghosyan Liana, Khahatryan Alla, Gharibyan Marianna and Sahakyan Taguhi for omments that improved the manusript, Karen Gharibyan for the mathematial onept disussions. Auxiliary Funtions: APPENDIX eil(k)- returns the minimum integer that is greater than or equal to k. floor(k)- returns the maximum integer that is less than or equal to k. 1, {ondition? 1 : 0} = 0, if ondition holds; if not; T(,l,d)- returns the set of teahers odes whih teah subjet z,l,d in lass at hour l on day d, if z,l,d 0; returns, if z,l,d =0. ShT(,t,s)- returns the set of teahers odes whih teah subjet s in lass, if q,t,s 0; returns, if q,t,s =0. QL(,s)- returns the quantity of lessons of subjet s in lass. IsSh(,s)- returns 1, if s is a Sharing subjet in lass ; returns 0, otherwise. SH(T (,l,d) s )- returns the total number of AE for subjet s in APE Z l,d plus (X,l,d -1). Y(,m)- returns the value of y,m. The listing of the funtion is provided below: Y(int, int m) { int ne=n m, fl=0, yr, y=0, n=x,m,1 ; for (int i = n; i >= 1; i--) { s=s i ; ql=ql(,s); (Comment: see the Table 1) if (fl == ql) ontinue; yr = ql - fl; for (int j = yr; j >= 1; j--) { if (ne < i) return y; ne = ne - i; y++; } fl=ql; } return y; }

Algorithms and Complexity. Does P=NP? Peaceful Coexistence Algorithm KARLEN G. GHARIBYAN Yerevan, Armenia

Algorithms and Complexity. Does P=NP? Peaceful Coexistence Algorithm KARLEN G. GHARIBYAN Yerevan, Armenia Algorithms and Complexity Does P=NP? Peaceful Coexistence Algorithm KARLEN G. GHARIBYAN 2007 Yerevan, Armenia 2 Karlen G. Gharibyan Om tat sat Does P=NP? Karlen G. Gharibyan *, SPIRIT OF SOFT LLC, 48,

More information

7 Max-Flow Problems. Business Computing and Operations Research 608

7 Max-Flow Problems. Business Computing and Operations Research 608 7 Max-Flow Problems Business Computing and Operations Researh 68 7. Max-Flow Problems In what follows, we onsider a somewhat modified problem onstellation Instead of osts of transmission, vetor now indiates

More information

Maximum Entropy and Exponential Families

Maximum Entropy and Exponential Families Maximum Entropy and Exponential Families April 9, 209 Abstrat The goal of this note is to derive the exponential form of probability distribution from more basi onsiderations, in partiular Entropy. It

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

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

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

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

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

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

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

General Equilibrium. What happens to cause a reaction to come to equilibrium?

General Equilibrium. What happens to cause a reaction to come to equilibrium? General Equilibrium Chemial Equilibrium Most hemial reations that are enountered are reversible. In other words, they go fairly easily in either the forward or reverse diretions. The thing to remember

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

The Hanging Chain. John McCuan. January 19, 2006

The Hanging Chain. John McCuan. January 19, 2006 The Hanging Chain John MCuan January 19, 2006 1 Introdution We onsider a hain of length L attahed to two points (a, u a and (b, u b in the plane. It is assumed that the hain hangs in the plane under a

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

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

max min z i i=1 x j k s.t. j=1 x j j:i T j

max min z i i=1 x j k s.t. j=1 x j j:i T j AM 221: Advaned Optimization Spring 2016 Prof. Yaron Singer Leture 22 April 18th 1 Overview In this leture, we will study the pipage rounding tehnique whih is a deterministi rounding proedure that an be

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

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

Mathematics II. Tutorial 5 Basic mathematical modelling. Groups: B03 & B08. Ngo Quoc Anh Department of Mathematics National University of Singapore

Mathematics II. Tutorial 5 Basic mathematical modelling. Groups: B03 & B08. Ngo Quoc Anh Department of Mathematics National University of Singapore Mathematis II Tutorial 5 Basi mathematial modelling Groups: B03 & B08 February 29, 2012 Mathematis II Ngo Quo Anh Ngo Quo Anh Department of Mathematis National University of Singapore 1/13 : The ost of

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

( ) ( ) Volumetric Properties of Pure Fluids, part 4. The generic cubic equation of state:

( ) ( ) Volumetric Properties of Pure Fluids, part 4. The generic cubic equation of state: CE304, Spring 2004 Leture 6 Volumetri roperties of ure Fluids, part 4 The generi ubi equation of state: There are many possible equations of state (and many have been proposed) that have the same general

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

UTC. Engineering 329. Proportional Controller Design. Speed System. John Beverly. Green Team. John Beverly Keith Skiles John Barker.

UTC. Engineering 329. Proportional Controller Design. Speed System. John Beverly. Green Team. John Beverly Keith Skiles John Barker. UTC Engineering 329 Proportional Controller Design for Speed System By John Beverly Green Team John Beverly Keith Skiles John Barker 24 Mar 2006 Introdution This experiment is intended test the variable

More information

Critical Reflections on the Hafele and Keating Experiment

Critical Reflections on the Hafele and Keating Experiment Critial Refletions on the Hafele and Keating Experiment W.Nawrot In 1971 Hafele and Keating performed their famous experiment whih onfirmed the time dilation predited by SRT by use of marosopi loks. As

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

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM NETWORK SIMPLEX LGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM Cen Çalışan, Utah Valley University, 800 W. University Parway, Orem, UT 84058, 801-863-6487, en.alisan@uvu.edu BSTRCT The minimum

More information

A Spatiotemporal Approach to Passive Sound Source Localization

A Spatiotemporal Approach to Passive Sound Source Localization A Spatiotemporal Approah Passive Sound Soure Loalization Pasi Pertilä, Mikko Parviainen, Teemu Korhonen and Ari Visa Institute of Signal Proessing Tampere University of Tehnology, P.O.Box 553, FIN-330,

More information

Q2. [40 points] Bishop-Hill Model: Calculation of Taylor Factors for Multiple Slip

Q2. [40 points] Bishop-Hill Model: Calculation of Taylor Factors for Multiple Slip 27-750, A.D. Rollett Due: 20 th Ot., 2011. Homework 5, Volume Frations, Single and Multiple Slip Crystal Plastiity Note the 2 extra redit questions (at the end). Q1. [40 points] Single Slip: Calulating

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

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

A new method of measuring similarity between two neutrosophic soft sets and its application in pattern recognition problems

A new method of measuring similarity between two neutrosophic soft sets and its application in pattern recognition problems Neutrosophi Sets and Systems, Vol. 8, 05 63 A new method of measuring similarity between two neutrosophi soft sets and its appliation in pattern reognition problems Anjan Mukherjee, Sadhan Sarkar, Department

More information

On Component Order Edge Reliability and the Existence of Uniformly Most Reliable Unicycles

On Component Order Edge Reliability and the Existence of Uniformly Most Reliable Unicycles Daniel Gross, Lakshmi Iswara, L. William Kazmierzak, Kristi Luttrell, John T. Saoman, Charles Suffel On Component Order Edge Reliability and the Existene of Uniformly Most Reliable Uniyles DANIEL GROSS

More information

2. The Energy Principle in Open Channel Flows

2. The Energy Principle in Open Channel Flows . The Energy Priniple in Open Channel Flows. Basi Energy Equation In the one-dimensional analysis of steady open-hannel flow, the energy equation in the form of Bernoulli equation is used. Aording to this

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

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

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

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

Sensitivity analysis for linear optimization problem with fuzzy data in the objective function

Sensitivity analysis for linear optimization problem with fuzzy data in the objective function Sensitivity analysis for linear optimization problem with fuzzy data in the objetive funtion Stephan Dempe, Tatiana Starostina May 5, 2004 Abstrat Linear programming problems with fuzzy oeffiients in the

More information

CHBE320 LECTURE X STABILITY OF CLOSED-LOOP CONTOL SYSTEMS. Professor Dae Ryook Yang

CHBE320 LECTURE X STABILITY OF CLOSED-LOOP CONTOL SYSTEMS. Professor Dae Ryook Yang CHBE320 LECTURE X STABILITY OF CLOSED-LOOP CONTOL SYSTEMS Professor Dae Ryook Yang Spring 208 Dept. of Chemial and Biologial Engineering 0- Road Map of the Leture X Stability of losed-loop ontrol system

More information

Fair Integrated Scheduling of Soft Real-time Tardiness Classes on Multiprocessors

Fair Integrated Scheduling of Soft Real-time Tardiness Classes on Multiprocessors Fair Integrated Sheduling of Soft Real-time Tardiness Classes on Multiproessors UmaMaheswari C. Devi and James H. Anderson Department of Computer Siene, The University of North Carolina, Chapel Hill, NC

More information

Normative and descriptive approaches to multiattribute decision making

Normative and descriptive approaches to multiattribute decision making De. 009, Volume 8, No. (Serial No.78) China-USA Business Review, ISSN 57-54, USA Normative and desriptive approahes to multiattribute deision making Milan Terek (Department of Statistis, University of

More information

ON THE LEAST PRIMITIVE ROOT EXPRESSIBLE AS A SUM OF TWO SQUARES

ON THE LEAST PRIMITIVE ROOT EXPRESSIBLE AS A SUM OF TWO SQUARES #A55 INTEGERS 3 (203) ON THE LEAST PRIMITIVE ROOT EPRESSIBLE AS A SUM OF TWO SQUARES Christopher Ambrose Mathematishes Institut, Georg-August Universität Göttingen, Göttingen, Deutshland ambrose@uni-math.gwdg.de

More information

The gravitational phenomena without the curved spacetime

The gravitational phenomena without the curved spacetime The gravitational phenomena without the urved spaetime Mirosław J. Kubiak Abstrat: In this paper was presented a desription of the gravitational phenomena in the new medium, different than the urved spaetime,

More information

Volume 29, Issue 3. On the definition of nonessentiality. Udo Ebert University of Oldenburg

Volume 29, Issue 3. On the definition of nonessentiality. Udo Ebert University of Oldenburg Volume 9, Issue 3 On the definition of nonessentiality Udo Ebert University of Oldenburg Abstrat Nonessentiality of a good is often used in welfare eonomis, ost-benefit analysis and applied work. Various

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

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

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

3 Tidal systems modelling: ASMITA model

3 Tidal systems modelling: ASMITA model 3 Tidal systems modelling: ASMITA model 3.1 Introdution For many pratial appliations, simulation and predition of oastal behaviour (morphologial development of shorefae, beahes and dunes) at a ertain level

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

HOW TO FACTOR. Next you reason that if it factors, then the factorization will look something like,

HOW TO FACTOR. Next you reason that if it factors, then the factorization will look something like, HOW TO FACTOR ax bx I now want to talk a bit about how to fator ax bx where all the oeffiients a, b, and are integers. The method that most people are taught these days in high shool (assuming you go to

More information

Tight bounds for selfish and greedy load balancing

Tight bounds for selfish and greedy load balancing Tight bounds for selfish and greedy load balaning Ioannis Caragiannis Mihele Flammini Christos Kaklamanis Panagiotis Kanellopoulos Lua Mosardelli Deember, 009 Abstrat We study the load balaning problem

More information

THEORETICAL ANALYSIS OF EMPIRICAL RELATIONSHIPS FOR PARETO- DISTRIBUTED SCIENTOMETRIC DATA Vladimir Atanassov, Ekaterina Detcheva

THEORETICAL ANALYSIS OF EMPIRICAL RELATIONSHIPS FOR PARETO- DISTRIBUTED SCIENTOMETRIC DATA Vladimir Atanassov, Ekaterina Detcheva International Journal "Information Models and Analyses" Vol.1 / 2012 271 THEORETICAL ANALYSIS OF EMPIRICAL RELATIONSHIPS FOR PARETO- DISTRIBUTED SCIENTOMETRIC DATA Vladimir Atanassov, Ekaterina Detheva

More information

11.1 Polynomial Least-Squares Curve Fit

11.1 Polynomial Least-Squares Curve Fit 11.1 Polynomial Least-Squares Curve Fit A. Purpose This subroutine determines a univariate polynomial that fits a given disrete set of data in the sense of minimizing the weighted sum of squares of residuals.

More information

Theory. Coupled Rooms

Theory. Coupled Rooms Theory of Coupled Rooms For: nternal only Report No.: R/50/TCR Prepared by:. N. taey B.., MO Otober 00 .00 Objet.. The objet of this doument is present the theory alulations to estimate the reverberant

More information

Counting Idempotent Relations

Counting Idempotent Relations Counting Idempotent Relations Beriht-Nr. 2008-15 Florian Kammüller ISSN 1436-9915 2 Abstrat This artile introdues and motivates idempotent relations. It summarizes haraterizations of idempotents and their

More information

Cavity flow with surface tension past a flat plate

Cavity flow with surface tension past a flat plate Proeedings of the 7 th International Symposium on Cavitation CAV9 Paper No. ## August 7-, 9, Ann Arbor, Mihigan, USA Cavity flow with surfae tension past a flat plate Yuriy Savhenko Institute of Hydromehanis

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

ELECTROMAGNETIC WAVES WITH NONLINEAR DISPERSION LAW. P. М. Меdnis

ELECTROMAGNETIC WAVES WITH NONLINEAR DISPERSION LAW. P. М. Меdnis ELECTROMAGNETIC WAVES WITH NONLINEAR DISPERSION LAW P. М. Меdnis Novosibirs State Pedagogial University, Chair of the General and Theoretial Physis, Russia, 636, Novosibirs,Viljujsy, 8 e-mail: pmednis@inbox.ru

More information

9 Geophysics and Radio-Astronomy: VLBI VeryLongBaseInterferometry

9 Geophysics and Radio-Astronomy: VLBI VeryLongBaseInterferometry 9 Geophysis and Radio-Astronomy: VLBI VeryLongBaseInterferometry VLBI is an interferometry tehnique used in radio astronomy, in whih two or more signals, oming from the same astronomial objet, are reeived

More information

Taste for variety and optimum product diversity in an open economy

Taste for variety and optimum product diversity in an open economy Taste for variety and optimum produt diversity in an open eonomy Javier Coto-Martínez City University Paul Levine University of Surrey Otober 0, 005 María D.C. Garía-Alonso University of Kent Abstrat We

More information

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS CHAPTER 4 DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS 4.1 INTRODUCTION Around the world, environmental and ost onsiousness are foring utilities to install

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

Slenderness Effects for Concrete Columns in Sway Frame - Moment Magnification Method

Slenderness Effects for Concrete Columns in Sway Frame - Moment Magnification Method Slenderness Effets for Conrete Columns in Sway Frame - Moment Magnifiation Method Slender Conrete Column Design in Sway Frame Buildings Evaluate slenderness effet for olumns in a sway frame multistory

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

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

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

A Variational Definition for Limit and Derivative

A Variational Definition for Limit and Derivative Amerian Journal of Applied Mathematis 2016; 4(3): 137-141 http://www.sienepublishinggroup.om/j/ajam doi: 10.11648/j.ajam.20160403.14 ISSN: 2330-0043 (Print); ISSN: 2330-006X (Online) A Variational Definition

More information

Searching All Approximate Covers and Their Distance using Finite Automata

Searching All Approximate Covers and Their Distance using Finite Automata 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

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

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 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

Integration of the Finite Toda Lattice with Complex-Valued Initial Data

Integration of the Finite Toda Lattice with Complex-Valued Initial Data Integration of the Finite Toda Lattie with Complex-Valued Initial Data Aydin Huseynov* and Gusein Sh Guseinov** *Institute of Mathematis and Mehanis, Azerbaijan National Aademy of Sienes, AZ4 Baku, Azerbaijan

More information

UNCERTAINTY RELATIONS AS A CONSEQUENCE OF THE LORENTZ TRANSFORMATIONS. V. N. Matveev and O. V. Matvejev

UNCERTAINTY RELATIONS AS A CONSEQUENCE OF THE LORENTZ TRANSFORMATIONS. V. N. Matveev and O. V. Matvejev UNCERTAINTY RELATIONS AS A CONSEQUENCE OF THE LORENTZ TRANSFORMATIONS V. N. Matveev and O. V. Matvejev Joint-Stok Company Sinerta Savanoriu pr., 159, Vilnius, LT-315, Lithuania E-mail: matwad@mail.ru Abstrat

More information

On the Licensing of Innovations under Strategic Delegation

On the Licensing of Innovations under Strategic Delegation On the Liensing of Innovations under Strategi Delegation Judy Hsu Institute of Finanial Management Nanhua University Taiwan and X. Henry Wang Department of Eonomis University of Missouri USA Abstrat This

More information

QUANTUM MECHANICS II PHYS 517. Solutions to Problem Set # 1

QUANTUM MECHANICS II PHYS 517. Solutions to Problem Set # 1 QUANTUM MECHANICS II PHYS 57 Solutions to Problem Set #. The hamiltonian for a lassial harmoni osillator an be written in many different forms, suh as use ω = k/m H = p m + kx H = P + Q hω a. Find a anonial

More information

AN ALGORITHM FOR QUASI-ASSOCIATIVE AND QUASI- MARKOVIAN RULES OF COMBINATION IN INFORMATION FUSION

AN ALGORITHM FOR QUASI-ASSOCIATIVE AND QUASI- MARKOVIAN RULES OF COMBINATION IN INFORMATION FUSION ehnial Sienes and Applied Mathematis AN ALGORIHM FOR QUASI-ASSOCIAIVE AND QUASI- MARKOVIAN RULES OF COMBINAION IN INFORMAION FUSION Florentin SMARANDACHE*, Jean DEZER** *University of New Mexio, Gallup,

More information

Assessing the Performance of a BCI: A Task-Oriented Approach

Assessing the Performance of a BCI: A Task-Oriented Approach Assessing the Performane of a BCI: A Task-Oriented Approah B. Dal Seno, L. Mainardi 2, M. Matteui Department of Eletronis and Information, IIT-Unit, Politenio di Milano, Italy 2 Department of Bioengineering,

More information

Weighted K-Nearest Neighbor Revisited

Weighted K-Nearest Neighbor Revisited Weighted -Nearest Neighbor Revisited M. Biego University of Verona Verona, Italy Email: manuele.biego@univr.it M. Loog Delft University of Tehnology Delft, The Netherlands Email: m.loog@tudelft.nl Abstrat

More information

ON A PROCESS DERIVED FROM A FILTERED POISSON PROCESS

ON A PROCESS DERIVED FROM A FILTERED POISSON PROCESS ON A PROCESS DERIVED FROM A FILTERED POISSON PROCESS MARIO LEFEBVRE and JEAN-LUC GUILBAULT A ontinuous-time and ontinuous-state stohasti proess, denoted by {Xt), t }, is defined from a proess known as

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

Reliability Guaranteed Energy-Aware Frame-Based Task Set Execution Strategy for Hard Real-Time Systems

Reliability Guaranteed Energy-Aware Frame-Based Task Set Execution Strategy for Hard Real-Time Systems Reliability Guaranteed Energy-Aware Frame-Based ask Set Exeution Strategy for Hard Real-ime Systems Zheng Li a, Li Wang a, Shuhui Li a, Shangping Ren a, Gang Quan b a Illinois Institute of ehnology, Chiago,

More information

HILLE-KNESER TYPE CRITERIA FOR SECOND-ORDER DYNAMIC EQUATIONS ON TIME SCALES

HILLE-KNESER TYPE CRITERIA FOR SECOND-ORDER DYNAMIC EQUATIONS ON TIME SCALES HILLE-KNESER TYPE CRITERIA FOR SECOND-ORDER DYNAMIC EQUATIONS ON TIME SCALES L ERBE, A PETERSON AND S H SAKER Abstrat In this paper, we onsider the pair of seond-order dynami equations rt)x ) ) + pt)x

More information

The universal model of error of active power measuring channel

The universal model of error of active power measuring channel 7 th Symposium EKO TC 4 3 rd Symposium EKO TC 9 and 5 th WADC Workshop nstrumentation for the CT Era Sept. 8-2 Kosie Slovakia The universal model of error of ative power measuring hannel Boris Stogny Evgeny

More information

Understanding Elementary Landscapes

Understanding Elementary Landscapes Understanding Elementary Landsapes L. Darrell Whitley Andrew M. Sutton Adele E. Howe Department of Computer Siene Colorado State University Fort Collins, CO 853 {whitley,sutton,howe}@s.olostate.edu ABSTRACT

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

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

Discrete Mathematics

Discrete Mathematics Disrete Mathematis -- Chapter 8: The Priniple i of Inlusion and Exlusion Hung-Yu Kao Department of Computer iene and Information Engineering, ational lcheng Kung University Outline The Priniple of Inlusion

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

Evaluation of effect of blade internal modes on sensitivity of Advanced LIGO

Evaluation of effect of blade internal modes on sensitivity of Advanced LIGO Evaluation of effet of blade internal modes on sensitivity of Advaned LIGO T0074-00-R Norna A Robertson 5 th Otober 00. Introdution The urrent model used to estimate the isolation ahieved by the quadruple

More information

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b Consider the pure initial value problem for a homogeneous system of onservation laws with no soure terms in one spae dimension: Where as disussed previously we interpret solutions to this partial differential

More information

Sensitivity Analysis in Markov Networks

Sensitivity Analysis in Markov Networks Sensitivity Analysis in Markov Networks Hei Chan and Adnan Darwihe Computer Siene Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwihe}@s.ula.edu Abstrat This paper explores

More information

Boundary value problems for the one-dimensional Willmore equation

Boundary value problems for the one-dimensional Willmore equation Boundary value problems for the one-dimensional Willmore equation Klaus Dekelnik and Hans-Christoph Grunau Fakultät für Mathematik Otto-von-Guerike-Universität Postfah D-396 Magdeburg November 7, 6 Abstrat

More information

Determination of the reaction order

Determination of the reaction order 5/7/07 A quote of the wee (or amel of the wee): Apply yourself. Get all the eduation you an, but then... do something. Don't just stand there, mae it happen. Lee Iaoa Physial Chemistry GTM/5 reation order

More information

arxiv:gr-qc/ v7 14 Dec 2003

arxiv:gr-qc/ v7 14 Dec 2003 Propagation of light in non-inertial referene frames Vesselin Petkov Siene College, Conordia University 1455 De Maisonneuve Boulevard West Montreal, Quebe, Canada H3G 1M8 vpetkov@alor.onordia.a arxiv:gr-q/9909081v7

More information

The Influences of Smooth Approximation Functions for SPTSVM

The Influences of Smooth Approximation Functions for SPTSVM The Influenes of Smooth Approximation Funtions for SPTSVM Xinxin Zhang Liaoheng University Shool of Mathematis Sienes Liaoheng, 5059 P.R. China ldzhangxin008@6.om Liya Fan Liaoheng University Shool of

More information

Derivation of Non-Einsteinian Relativistic Equations from Momentum Conservation Law

Derivation of Non-Einsteinian Relativistic Equations from Momentum Conservation Law Asian Journal of Applied Siene and Engineering, Volue, No 1/13 ISSN 35-915X(p); 37-9584(e) Derivation of Non-Einsteinian Relativisti Equations fro Moentu Conservation Law M.O.G. Talukder Varendra University,

More information

Slenderness Effects for Concrete Columns in Sway Frame - Moment Magnification Method

Slenderness Effects for Concrete Columns in Sway Frame - Moment Magnification Method Slenderness Effets for Conrete Columns in Sway Frame - Moment Magnifiation Method Slender Conrete Column Design in Sway Frame Buildings Evaluate slenderness effet for olumns in a sway frame multistory

More information

Verka Prolović Chair of Civil Engineering Geotechnics, Faculty of Civil Engineering and Architecture, Niš, R. Serbia

Verka Prolović Chair of Civil Engineering Geotechnics, Faculty of Civil Engineering and Architecture, Niš, R. Serbia 3 r d International Conferene on New Developments in Soil Mehanis and Geotehnial Engineering, 8-30 June 01, Near East University, Niosia, North Cyprus Values of of partial fators for for EC EC 7 7 slope

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

Advances in Radio Science

Advances in Radio Science Advanes in adio Siene 2003) 1: 99 104 Copernius GmbH 2003 Advanes in adio Siene A hybrid method ombining the FDTD and a time domain boundary-integral equation marhing-on-in-time algorithm A Beker and V

More information