A Mathematica package to cope with partially ordered sets

Size: px
Start display at page:

Download "A Mathematica package to cope with partially ordered sets"

Transcription

1 A Mthemtic pckge to cope with ptill odeed sets P. Cod Diptimento di Infomtic e Comunicione, Univesità degli Studi di Milno Abstct Mthemtic offes, b w of the pckge Combintoics, mn useful functions to wok on gphs nd odeed stuctues, but none of these functions ws specific enough to meet the needs of ou esech goup. Moeove, the eisting functions e not lws helpful when one hs to wok on new concepts. In this ppe we pesent pckge of fetues developed in Mthemtic which we conside pticull useful fo the stud of cetin ctegoies of ptill odeed sets. Among the fetues offeed, the pckge includes: () some bsic fetues to tet ptill odeed sets; (2) the bilit to enumete, cete, nd displ monotone nd egul ptitions of ptill odeed sets; (3) the cpbilit of constucting the lttices of ptitions of poset, nd of doing some useful computtions on these stuctues; (4) the possibilit of computing poducts nd copoducts in the ctego of ptill odeed sets nd monotone mps; (5) the possibilit of computing poducts nd copoducts in the ctego of foests (disjoint union of tees) nd open mps (cf. [DM06] fo the poduct between foests).. Intoduction In ou esech we often del with combintoil poblems, sometimes quite comple, on odeed stuctues. Recll tht ptill odeed set (poset, fo shot) is set togethe with efleive, tnsitive, nd ntismmetic bin eltion (usull denoted b b) on the elements of the set. Ou ttention is minl ddessed to cetin ctegoies of posets which hve stong connections with logic, especill with mn-vlued (o fu) logic.

2 2 Cod_UGM200.nb In [Cod08] nd [Cod09], the utho investigtes the notion of ptition of poset. In the clssicl theo, ptition of set S is set of nonempt, piwise disjoint subsets of S, clled blocks, whose union is S. In the poset cse, thee diffeent notions of ptition e given: monotone, egul, nd open. As shown in both woks, the "ight" notion depends on the ctego we e deling with, tht is, depends on the kind of posets nd mps between them tht we e consideing. Essentill, ptition (of n kind) of poset P is poset whose elements e blocks of (set) ptition of the undeling set of P, endowed with n ppopite ptil ode. We do not give hee the foml definition of the thee kinds of ptition, nd we efe the inteested ede to [Cod09]. In [Cod08], it is lso shown tht the sets of ll monotone nd egul ptitions of poset cn be endowed with lttice stuctues, i.e., the e poset such tht n two elements hve supemum nd n infimum. Mn inteesting combintoil questions ise fom these two woks. Fo instnce: how mn ptitions (of the thee kinds) of poset thee e?, e thee some eltions between the thee notions, nd with the clssicl notion of ptition?, cn we give simple, intuitive notion of ptition of poset?, which popeties the lttices of ptitions do hve? The Mthemtic pckge pesented in this ppe ws imed to help nswe to these questions, nd hs been then developed in ode to solve moe genel poblems on posets. In Section 2 we pesent some bsic fetues of ou pckge poset.m. Some of these fetues e just specilition of some functions vible vi the pckge Combintoic. In Section 3 we pesent some specil functions of the pckge, devoted to the genetion, enumetion nd investigtion of ptitions of posets. In Section 4 we ppoch the poblem of ceting the lttice of ptitions of poset, nd t to descibe how to use some fetues of poset.m to find some popeties of the lttice we hve obtined. In Section 5 we pesent two cse studies (tken fom [Cod08]) to show how to use the pckge in two diffeent concete emples. Among the fetues vilble in the pckge, we hve mentioned the possibilit of computing poducts nd copoducts (ctegoicl sum) between posets. In [DM06] the uthos pesent method to compute copoducts of finitel pesented Gödel lgeb (pticul lgebs stictl elted to Gödel logic, mn-vlued logic). Such method is bsed on computing poduct between foests, i.e, posets such tht the unde set of ech element is totll odeed set ( chin). The pckge poset.m include n lgoithm to compute this kind of poduct, besides of couse othe functions to compute Ctesin poducts, nd copoducts. In the finl Section 6 we show how to use the fetues just bove mentioned. 2. Bsic fetues We use the usul commnd to lod the pckge. << poset.m Fist, we wnt to cete poset. A poset is intenll epesented s Gph object. The function Poset llows to cete poset.? Poset Poset@eltionD nd Poset@eltionD,vD genete ptill odeed set, epesented s diected gph Hsee Combintoic mnull. eltion is set of pis epesenting the ode eltion of the poset Hnot necessil the entie ode eltionl. v is list of vetices. B2 = Poset@88"", ""<, 8"", ""<<D Gph:< 5,3,Diected >

3 Cod_UGM200.nb 3 To displ the poset we use the function Hsse. Hsse@B2D The pckge povide functions to llow n es gention of some common posets. C3 = Poset@88c, c2<, 8c2, c3<<d Gph:< 6,3,Diected > CU3 = Chin@3D Gph:< 6,3,Diected > Hsse@8C3, CU3<D c3 3 c2 2 c Clling the function Poset[eltion, v] llows the cetion of posets with isolted points. It is lso possible to cete empt posets. F = Poset@88"", ""<<, 8"0", "", ""<D Gph:< 4,3,Diected > Hsse@FD 0 The pckge povide functions to get diffeent epesenttion of poset, nd to investigte its stuctue (elements, ode eltion,...).? Reltion Reltion@pD gives the list of pis of the ode eltion of the ptill odeed set p. p is Poset, o list of Posets.

4 4 Cod_UGM200.nb 88c,c <, 8c,c 2 <, 8c,c 3 <, 8c 2,c 2 <, 8c 2,c 3 <, 8c 3,c 3 <<? Coveing Coveing@pD gives the list of pis of the coveing eltion of the ptill odeed set p. p is Poset, o list of Posets. Coveing@C3D 88c,c 2 <, 8c 2,c 3 << PosetElements@C3D 8c,c 2,c 3 < 3. Investigting ptitions of posets In this section we show how to wok on ptitions of posets using poset.m. At the moment, the pckge llows to cete nd mnge monotone nd egul ptitions.? PosetPtitions PosetPtitions@pD genetes the list of ll monotone ptitions of poset. Ech monotone ptition is epesented s gph. p is poset. PosetPtitions@pD outputs list of gphs, nd displs the totl numbe of monotone ptition of p, nd the totl numbe of cses nled b the function to obtin the monotone ptitions. PB2 = PosetPtitions@B2D; Anled peodes: 6 Poset Ptitions: 7 The function CeteHsse llows to displ the monotone ptitions s posets. In the following Hsse digms, the lbels of the elements epesent blocks of the ptitions. The e obtined b conctenting the lbels of the elements of ech block in the oiginl poset. CeteHsse@PB2, 3D

5 Cod_UGM200.nb 5 In genel, monotone ptitition etuned b the function PosetPtitions is not poset, but peode (i.e. the bin eltion does not hve the ntismmetic popet). If we ppl the function Hsse to one of such ptitions, we do not obtin n Hsse digm, but diected gph. The function PtitionToPoset solves this poblem, b educing blocks to single elements nd conctenting lbels s mentioned bove. Hsse@PB2@@4DDD? PtitionToPoset PtitionToPoset@pD genetes the poset coesponding to peode seen s ptition. Wheneve two elements nd b e such tht H,bL nd Hb,L belong to the ode eltion of p, the e elements of the sme block, nd the e tnsfomed in single element of new poset. p is gph, o list of gphs. Hsse@PtitionToPoset@PB2@@4DDDD The nlogous of PosetPtition fo geneting egul ptitions of posets is the function RegulPtitions.? RegulPtitions RegulPtitions@pD genetes the list of ll egul ptitions of poset. Ech egul ptition is epesented s gph. p is poset. RegulPtitions@pD outputs list of gphs, nd displs the totl numbe of egul ptition of p, nd the totl numbe of cses nled b the function to obtin the egul ptitions. RB2 = RegulPtitions@B2D; Anled peodes: 5 Regul Ptitions: 5

6 6 Cod_UGM200.nb 3D 4. Investigting the lttices of ptitions As fo set ptitions, monotone (egul) ptitions of poset cn be endowed with lttice stuctue. This cn be done b odeing the monotone (egul) ptitions of the poset b inclusion between the peode eltions epesenting ech ptition (cf. [Cod08, 4]). In the following we see how to constuct nd mnge the monotone nd egul ptition lttices of poset with the pckge poset.m. Some dditionl fetues e lso povided. Fo instnce, we show the use of two functions, Upsets nd Downsets, llowing to obtin the uppe set (o upset) nd the lowe set (o downset) of ech ptition in the lttice. These functions outputs lists of positions, ech of which gives the positions of the ptitions in the input list. The input list is usull obtined b the functions PosetPtitions o RegulPtitions descibed in the pevious section.? Upsets Upsets@plistD etuns the list of the upsets of ech element of plist in the lttice of ptition. plist is list of monotone o egul ptitions, nd cn be obtined b the functions RegulPtitions o PosetPtitions. Upsets@RB2D 88, 2, 3, 4, 5<, 82, 5<, 83, 5<, 84, 5<, 85<< Downsets@RB2D 88<, 8, 2<, 8, 3<, 8, 4<, 8, 2, 3, 4, 5<<? PosetPtitionLttice PosetPtitionLttice@plistD etuns the lttice stuctue of given list of monotone o egul ptitions plist. plist is usull obtined b using RegulPtitions o PosetPtitions. LRB2 = PosetPtitionLttice@RB2D Gph:< 2,5,Diected > The lbels of the elements in the following Hsse digm indicte the position of the egul ptitions in the list RB2 (see the pevious section fo the Hsse digms of the elements of RB2).

7 Cod_UGM200.nb 7 Hsse@LRB2D Hsse@LPB2 = PosetPtitionLttice@PB2DD Some functions povided b the pckge cn help in investigting the popeties of monotone nd egul ptitions lttices.? Moebius Moebius@plistD etuns the vlues of the Moebius function computed on ech element of monotone o egul ptition lttice. plist is list of ptitions usull obtined b using the functions PosetPtitions o RegulPtitions. Moebius@PB2D 8,,, 0,, 0, 0< Atoms nd cotoms e the elements of the lttice tht lie just bove the bottom element, o below the top element, espectivel.? AtomsPosition AtomsPosition@plistD etuns the list of positions of toms of the monotone o egul ptition lttice given in input. plist is list of ptitions usull obtined b using the functions PosetPtitions o RegulPtitions. AtomsPosition@PB2D 82, 3< CotomsPosition@PB2D 84, 5, 6< Some elements of the monotone ptition lttice of poset e isomophic to line etensions of the poset.

8 8 Cod_UGM200.nb Some lttices (nmel, the nked lttices) cn be endowed with nk function such tht HL < HL wheneve < nd such tht wheneve coves, then HL = HL +. The vlue of the nk function fo n element of the lttice is clled its nk. Whitne numbes count the sies of ech level of nked lttice, tht is, the n th Whitne numbe counts the numbe of elements of lttice hving nk n. We ssume tht the bottom element hs nk. As shown in [Cod08], the lttice of egul ptitions of poset is lws nked, while the lttice of poset ptition, in genel, is not.? WhitneNumbes WhitneNumbes@plistD etuns the Whitne Numbes of nked lttice. plist is list of posets foming nked lttice. WhitneNumbes@PB2D 8, 2, 3, <? WhitneLevels WhitneLevels@plistD etuns the high of the elements of lttice. plist is list of posets foming nked lttice. WhitneLevels@PB2D 8, 2, 2, 3, 3, 3, 4< The ltte functions e pticull useful when the gphicl output cnnot offe n infomtion on the lttice. Hsse@P4 = Poset@88"", ""<, 8"", "b"<, 8"b", ""<, 8"", ""<, 8"", "c"<, 8"", "d"<, 8"c", ""<, 8"d", ""<<DD b c d BigLttice = RegulPtitions@P4D; Anled peodes: 877 Regul Ptitions: 49

9 Cod_UGM200.nb 9 Hsse@PosetPtitionLttice@BigLtticeDD WhitneNumbes@BigLtticeD 8, 9, 07, 208, 3, 24, < Atoms = AtomsPosition@BigLtticeD 82, 3, 4, 5, 6, 7, 5, 6, 20, 2, 23, 24, 25, 26, 33, 49, 50, 5, 6<

10 0 Cod_UGM200.nb 4D b b c d c d b c d b cd d c b c b d c b d d b c bc d bd c b c d c d b b d b c b c d c b d c d d b b c b c d c d Cotoms = CotomsPosition@BigLtticeD 8457, 458, 459, 460, 46, 462, 463, 464, 465, 466, 467, 468, 479, 480, 48, 482, 483, 484, 485, 486, 487, 488, 489, 490<

11 Cod_UGM200.nb 7D d cd cd c bc bd b bc b b bd d c cd b b c d d cd cd bd bc bcd bcd bc c bcd b bc bd cd bd cd d c b bcd bcd bcd bcd 5. Cse studies ü 5. Ptitions of chins In [Cod08, 6.2] it is poved tht the monotone ptition lttice nd the egul ptition lttice of chin with n elements e isomophic, nd tht the e isomophic to the Boolen lttice B n-. In this section, we show some smll emple of this fct. Hsse@8PosetPtitionLttice@PosetPtitions@Chin@2DDD, PosetPtitionLttice@PosetPtitions@Chin@3DDD, PosetPtitionLttice@PosetPtitions@Chin@4DDD<D Anled peodes: 2 Poset Ptitions: 2 Anled peodes: 8 Poset Ptitions: 4 Anled peodes: 64 Poset Ptitions: Hsse@8PosetPtitionLttice@RegulPtitions@Chin@2DDD, PosetPtitionLttice@RegulPtitions@Chin@3DDD, PosetPtitionLttice@RegulPtitions@Chin@4DDD<D

12 2 Cod_UGM200.nb Anled peodes: 2 Regul Ptitions: 2 Anled peodes: 5 Regul Ptitions: 4 Anled peodes: 5 Regul Ptitions: Hsse@8BoolenAlgeb@D, BoolenAlgeb@2D, BoolenAlgeb@3D<D ü 5.2 A cse of counting We pesent in this section n enumeting poblem solved in [Cod08, 6.4]. We wnt to count ll egul ptitions of fmil of posets M, M 2, M 3,..., shown below. M = Poset@88"", ""<, 8"", "t"<<d; M2 = Poset@88"", ""<, 8"", "b"<, 8"b", "t"<, 8"", "t"<<d; M3 = Poset@88"", ""<, 8"", "b"<, 8"", "c"<, 8"c", "t"<, 8"b", "t"<, 8"", "t"<<d; M4 = Poset@88"", ""<, 8"", "b"<, 8"", "c"<, 8"", "d"<, 8"d", "t"<, 8"c", "t"<, 8"b", "t"<, 8"", "t"<<d; M5 = Poset@88"", ""<, 8"", "b"<, 8"", "c"<, 8"", "d"<, 8"", "e"<, 8"e", "t"<, 8"d", "t"<, 8"c", "t"<, 8"b", "t"<, 8"", "t"<<d;

13 Cod_UGM200.nb 3 Hsse@8M, M2, M3, M4, M5<, 3D t t t b b c t b c d t b c d e RegulPtitions@ D & ê@ 8M, M2, M3, M4, M5<; Anled peodes: 5 Regul Ptitions: 4 Anled peodes: 5 Regul Ptitions: Anled peodes: 52 Regul Ptitions: 38 Anled peodes: 203 Regul Ptitions: 52 Anled peodes: 877 Regul Ptitions: 675 The following fomul count the totl numbe of egul ptitions of the poset M i. B i+2 B i+ + The numbe B n is the n th Bell numbe, nd it is computed b the Mthemtic function BellB[n]. Tble@BellB@n + 2D BellB@n + D +, 8n,, 5<D 84,, 38, 52, 675, 3264, 7 008, , , , , , , , < 6. Computing poducts nd copoducts We pesent hee some emples of computtion of poducts nd copoducts of posets. Poducts nd copoducts e diffeent depending on the ctego we e woking on. We do not go into detils. Fo the pupose of this wok it is sufficient to s tht if we conside geneic posets s objects (nd if mps between posets e ode peseving) the copoduct woks s disjoint union, nd the poduct woks s Ctesin poduct. If, on the othe hnd, we conside foests s objects (nd pticul mps between them clled open mps) the copoduct is disjoint union nd the poduct cn be computed s descibed in [DM06]. To distinguish the Mthemtic functions fo poduct nd copoducts, thei nmes begin with Poset if we e woking in the ctego of posets, nd the begin with Foest if we e woking in the ctego of foests. F = Poset@88, 2<<D; F2 = Poset@88, <, 82, 3<<D;

14 4 Cod_UGM200.nb 2 3 2? PosetSum computes the sum HcopoductL of the posets p, p2,... in the ctego of posets nd ode peseving mps. The output is poset. F2DD ? FoestSum FoestSum@p,p2,..D computes the sum HcopoductL of the foests p, p2,... in the ctego of foests nd open mps. The output is foest. Hsse@FoestSum@F, F2DD ? PosetPoduct PosetPoduct@p,p2,..D computes the poduct of the posets p, p2,... in the ctego of posets nd ode peseving mps. The output is poset.

15 Cod_UGM200.nb 5 Hsse@PosetPoduct@F2, FDD ? FoestPoduct FoestPoduct@p,p2,..D computes the poduct of the foests p, p2,... in the ctego of foests nd open mps. The output is foest. Hsse@FoestPoduct@F2, FDD Acknowledgments The utho would like to thnk Silvio Icobucci who wote pt of the code (elted to poducts nd copoducts) duing his stge t the Lboto of Lnguges nd Combintoics G.-C. Rot (LIN.COM), Univesità degli Studi di Milno, unde the supevision of Pof. O. M. D'Anton. Refeences [Cod08] Pieto Cod, A theo of ptitions of ptill odeed sets, Ph.D. thesis, Univesità degli Studi di Milno, Itl (2008). [Cod09] Pieto Cod, Ptitions of finite ptill odeed set, Fom Combintoics to Philosoph: The Legc of G.-C. Rot, Spinge, New Yok (2009), [DM06] Ottvio M. D'Anton nd Vinceno M, Computing copoducts of finitel pesented Gödel lgeb, Ann. Pue Appl. Logic 42 (2006), no. -3,

Chapter 7. Kleene s Theorem. 7.1 Kleene s Theorem. The following theorem is the most important and fundamental result in the theory of FA s:

Chapter 7. Kleene s Theorem. 7.1 Kleene s Theorem. The following theorem is the most important and fundamental result in the theory of FA s: Chpte 7 Kleene s Theoem 7.1 Kleene s Theoem The following theoem is the most impotnt nd fundmentl esult in the theoy of FA s: Theoem 6 Any lnguge tht cn e defined y eithe egul expession, o finite utomt,

More information

ITI Introduction to Computing II

ITI Introduction to Computing II ITI 1121. Intoduction to Computing II Mcel Tucotte School of Electicl Engineeing nd Compute Science Abstct dt type: Stck Stck-bsed lgoithms Vesion of Febuy 2, 2013 Abstct These lectue notes e ment to be

More information

NS-IBTS indices calculation procedure

NS-IBTS indices calculation procedure ICES Dt Cente DATRAS 1.1 NS-IBTS indices 2013 DATRAS Pocedue Document NS-IBTS indices clcultion pocedue Contents Genel... 2 I Rw ge dt CA -> Age-length key by RFA fo defined ge nge ALK... 4 II Rw length

More information

Topics for Review for Final Exam in Calculus 16A

Topics for Review for Final Exam in Calculus 16A Topics fo Review fo Finl Em in Clculus 16A Instucto: Zvezdelin Stnkov Contents 1. Definitions 1. Theoems nd Poblem Solving Techniques 1 3. Eecises to Review 5 4. Chet Sheet 5 1. Definitions Undestnd the

More information

Optimization. x = 22 corresponds to local maximum by second derivative test

Optimization. x = 22 corresponds to local maximum by second derivative test Optimiztion Lectue 17 discussed the exteme vlues of functions. This lectue will pply the lesson fom Lectue 17 to wod poblems. In this section, it is impotnt to emembe we e in Clculus I nd e deling one-vible

More information

Class Summary. be functions and f( D) , we define the composition of f with g, denoted g f by

Class Summary. be functions and f( D) , we define the composition of f with g, denoted g f by Clss Summy.5 Eponentil Functions.6 Invese Functions nd Logithms A function f is ule tht ssigns to ech element D ectly one element, clled f( ), in. Fo emple : function not function Given functions f, g:

More information

On Natural Partial Orders of IC-Abundant Semigroups

On Natural Partial Orders of IC-Abundant Semigroups Intentionl Jounl of Mthemtics nd Computtionl Science Vol. No. 05 pp. 5-9 http://www.publicsciencefmewok.og/jounl/ijmcs On Ntul Ptil Odes of IC-Abundnt Semigoups Chunhu Li Bogen Xu School of Science Est

More information

Math 4318 : Real Analysis II Mid-Term Exam 1 14 February 2013

Math 4318 : Real Analysis II Mid-Term Exam 1 14 February 2013 Mth 4318 : Rel Anlysis II Mid-Tem Exm 1 14 Febuy 2013 Nme: Definitions: Tue/Flse: Poofs: 1. 2. 3. 4. 5. 6. Totl: Definitions nd Sttements of Theoems 1. (2 points) Fo function f(x) defined on (, b) nd fo

More information

Multiplying and Dividing Rational Expressions

Multiplying and Dividing Rational Expressions Lesson Peview Pt - Wht You ll Len To multipl tionl epessions To divide tionl epessions nd Wh To find lon pments, s in Eecises 0 Multipling nd Dividing Rtionl Epessions Multipling Rtionl Epessions Check

More information

Solution of fuzzy multi-objective nonlinear programming problem using interval arithmetic based alpha-cut

Solution of fuzzy multi-objective nonlinear programming problem using interval arithmetic based alpha-cut Intentionl Jounl of Sttistics nd Applied Mthemtics 016; 1(3): 1-5 ISSN: 456-145 Mths 016; 1(3): 1-5 016 Stts & Mths www.mthsounl.com Received: 05-07-016 Accepted: 06-08-016 C Lognthn Dept of Mthemtics

More information

7.5-Determinants in Two Variables

7.5-Determinants in Two Variables 7.-eteminnts in Two Vibles efinition of eteminnt The deteminnt of sque mti is el numbe ssocited with the mti. Eve sque mti hs deteminnt. The deteminnt of mti is the single ent of the mti. The deteminnt

More information

Michael Rotkowitz 1,2

Michael Rotkowitz 1,2 Novembe 23, 2006 edited Line Contolles e Unifomly Optiml fo the Witsenhusen Counteexmple Michel Rotkowitz 1,2 IEEE Confeence on Decision nd Contol, 2006 Abstct In 1968, Witsenhusen intoduced his celebted

More information

School of Electrical and Computer Engineering, Cornell University. ECE 303: Electromagnetic Fields and Waves. Fall 2007

School of Electrical and Computer Engineering, Cornell University. ECE 303: Electromagnetic Fields and Waves. Fall 2007 School of Electicl nd Compute Engineeing, Conell Univesity ECE 303: Electomgnetic Fields nd Wves Fll 007 Homewok 4 Due on Sep. 1, 007 by 5:00 PM Reding Assignments: i) Review the lectue notes. ii) Relevnt

More information

1 Using Integration to Find Arc Lengths and Surface Areas

1 Using Integration to Find Arc Lengths and Surface Areas Novembe 9, 8 MAT86 Week Justin Ko Using Integtion to Find Ac Lengths nd Sufce Aes. Ac Length Fomul: If f () is continuous on [, b], then the c length of the cuve = f() on the intevl [, b] is given b s

More information

Mark Scheme (Results) January 2008

Mark Scheme (Results) January 2008 Mk Scheme (Results) Jnuy 00 GCE GCE Mthemtics (6679/0) Edecel Limited. Registeed in Englnd nd Wles No. 4496750 Registeed Office: One90 High Holbon, London WCV 7BH Jnuy 00 6679 Mechnics M Mk Scheme Question

More information

Physical Security Countermeasures. This entire sheet. I m going to put a heptadecagon into game.

Physical Security Countermeasures. This entire sheet. I m going to put a heptadecagon into game. Phsicl Secuit Countemesues This entie sheet Telmo, AHI I m going to put heptdecgon into gme. Cssie Hung Mechnicl lockpicking is mechnicked geometic constuctions with compss nd stightedge. Ech lock will

More information

Week 8. Topic 2 Properties of Logarithms

Week 8. Topic 2 Properties of Logarithms Week 8 Topic 2 Popeties of Logithms 1 Week 8 Topic 2 Popeties of Logithms Intoduction Since the esult of ithm is n eponent, we hve mny popeties of ithms tht e elted to the popeties of eponents. They e

More information

Answers to test yourself questions

Answers to test yourself questions Answes to test youself questions opic Descibing fields Gm Gm Gm Gm he net field t is: g ( d / ) ( 4d / ) d d Gm Gm Gm Gm Gm Gm b he net potentil t is: V d / 4d / d 4d d d V e 4 7 9 49 J kg 7 7 Gm d b E

More information

EECE 260 Electrical Circuits Prof. Mark Fowler

EECE 260 Electrical Circuits Prof. Mark Fowler EECE 60 Electicl Cicuits Pof. Mk Fowle Complex Numbe Review /6 Complex Numbes Complex numbes ise s oots of polynomils. Definition of imginy # nd some esulting popeties: ( ( )( ) )( ) Recll tht the solution

More information

Radial geodesics in Schwarzschild spacetime

Radial geodesics in Schwarzschild spacetime Rdil geodesics in Schwzschild spcetime Spheiclly symmetic solutions to the Einstein eqution tke the fom ds dt d dθ sin θdϕ whee is constnt. We lso hve the connection components, which now tke the fom using

More information

9.4 The response of equilibrium to temperature (continued)

9.4 The response of equilibrium to temperature (continued) 9.4 The esponse of equilibium to tempetue (continued) In the lst lectue, we studied how the chemicl equilibium esponds to the vition of pessue nd tempetue. At the end, we deived the vn t off eqution: d

More information

Section 35 SHM and Circular Motion

Section 35 SHM and Circular Motion Section 35 SHM nd Cicul Motion Phsics 204A Clss Notes Wht do objects do? nd Wh do the do it? Objects sometimes oscillte in simple hmonic motion. In the lst section we looed t mss ibting t the end of sping.

More information

6. Numbers. The line of numbers: Important subsets of IR:

6. Numbers. The line of numbers: Important subsets of IR: 6. Nubes We do not give n xiotic definition of the el nubes hee. Intuitive ening: Ech point on the (infinite) line of nubes coesponds to el nube, i.e., n eleent of IR. The line of nubes: Ipotnt subsets

More information

Physics 1502: Lecture 2 Today s Agenda

Physics 1502: Lecture 2 Today s Agenda 1 Lectue 1 Phsics 1502: Lectue 2 Tod s Agend Announcements: Lectues posted on: www.phs.uconn.edu/~cote/ HW ssignments, solutions etc. Homewok #1: On Mstephsics this Fid Homewoks posted on Msteingphsics

More information

On the Eötvös effect

On the Eötvös effect On the Eötvös effect Mugu B. Răuţ The im of this ppe is to popose new theoy bout the Eötvös effect. We develop mthemticl model which loud us bette undestnding of this effect. Fom the eqution of motion

More information

(a) Counter-Clockwise (b) Clockwise ()N (c) No rotation (d) Not enough information

(a) Counter-Clockwise (b) Clockwise ()N (c) No rotation (d) Not enough information m m m00 kg dult, m0 kg bby. he seesw stts fom est. Which diection will it ottes? ( Counte-Clockwise (b Clockwise ( (c o ottion ti (d ot enough infomtion Effect of Constnt et oque.3 A constnt non-zeo toque

More information

The Formulas of Vector Calculus John Cullinan

The Formulas of Vector Calculus John Cullinan The Fomuls of Vecto lculus John ullinn Anlytic Geomety A vecto v is n n-tuple of el numbes: v = (v 1,..., v n ). Given two vectos v, w n, ddition nd multipliction with scl t e defined by Hee is bief list

More information

School of Electrical and Computer Engineering, Cornell University. ECE 303: Electromagnetic Fields and Waves. Fall 2007

School of Electrical and Computer Engineering, Cornell University. ECE 303: Electromagnetic Fields and Waves. Fall 2007 School of Electicl nd Compute Engineeing, Conell Univesity ECE 303: Electomgnetic Fields nd Wves Fll 007 Homewok 3 Due on Sep. 14, 007 by 5:00 PM Reding Assignments: i) Review the lectue notes. ii) Relevnt

More information

r a + r b a + ( r b + r c)

r a + r b a + ( r b + r c) AP Phsics C Unit 2 2.1 Nme Vectos Vectos e used to epesent quntities tht e chcteized b mgnitude ( numeicl vlue with ppopite units) nd diection. The usul emple is the displcement vecto. A quntit with onl

More information

Integrals and Polygamma Representations for Binomial Sums

Integrals and Polygamma Representations for Binomial Sums 3 47 6 3 Jounl of Intege Sequences, Vol. 3 (, Aticle..8 Integls nd Polygmm Repesenttions fo Binomil Sums Anthony Sofo School of Engineeing nd Science Victoi Univesity PO Box 448 Melboune City, VIC 8 Austli

More information

FI 2201 Electromagnetism

FI 2201 Electromagnetism FI 1 Electomgnetism Alexnde A. Isknd, Ph.D. Physics of Mgnetism nd Photonics Resech Goup Electosttics ELECTRIC PTENTIALS 1 Recll tht we e inteested to clculte the electic field of some chge distiution.

More information

Deterministic simulation of a NFA with k symbol lookahead

Deterministic simulation of a NFA with k symbol lookahead Deteministic simultion of NFA with k symbol lookhed SOFSEM 7 Bl Rvikum, Clifoni Stte Univesity (joint wok with Nic Snten, Univesity of Wteloo) Oveview Definitions: DFA, NFA nd lookhed DFA Motivtion: utomted

More information

SPA7010U/SPA7010P: THE GALAXY. Solutions for Coursework 1. Questions distributed on: 25 January 2018.

SPA7010U/SPA7010P: THE GALAXY. Solutions for Coursework 1. Questions distributed on: 25 January 2018. SPA7U/SPA7P: THE GALAXY Solutions fo Cousewok Questions distibuted on: 25 Jnuy 28. Solution. Assessed question] We e told tht this is fint glxy, so essentilly we hve to ty to clssify it bsed on its spectl

More information

Probabilistic Retrieval

Probabilistic Retrieval CS 630 Lectue 4: 02/07/2006 Lectue: Lillin Lee Scibes: Pete Bbinski, Dvid Lin Pobbilistic Retievl I. Nïve Beginnings. Motivtions b. Flse Stt : A Pobbilistic Model without Vition? II. Fomultion. Tems nd

More information

Electricity & Magnetism Lecture 6: Electric Potential

Electricity & Magnetism Lecture 6: Electric Potential Electicity & Mgnetism Lectue 6: Electic Potentil Tody s Concept: Electic Potenl (Defined in tems of Pth Integl of Electic Field) Electicity & Mgnesm Lectue 6, Slide Stuff you sked bout:! Explin moe why

More information

RELATIVE KINEMATICS. q 2 R 12. u 1 O 2 S 2 S 1. r 1 O 1. Figure 1

RELATIVE KINEMATICS. q 2 R 12. u 1 O 2 S 2 S 1. r 1 O 1. Figure 1 RELAIVE KINEMAICS he equtions of motion fo point P will be nlyzed in two diffeent efeence systems. One efeence system is inetil, fixed to the gound, the second system is moving in the physicl spce nd the

More information

Electronic Supplementary Material

Electronic Supplementary Material Electonic Supplementy Mteil On the coevolution of socil esponsiveness nd behvioul consistency Mx Wolf, G Snde vn Doon & Fnz J Weissing Poc R Soc B 78, 440-448; 0 Bsic set-up of the model Conside the model

More information

Previously. Extensions to backstepping controller designs. Tracking using backstepping Suppose we consider the general system

Previously. Extensions to backstepping controller designs. Tracking using backstepping Suppose we consider the general system 436-459 Advnced contol nd utomtion Extensions to bckstepping contolle designs Tcking Obseves (nonline dmping) Peviously Lst lectue we looked t designing nonline contolles using the bckstepping technique

More information

Fourier-Bessel Expansions with Arbitrary Radial Boundaries

Fourier-Bessel Expansions with Arbitrary Radial Boundaries Applied Mthemtics,,, - doi:./m.. Pulished Online My (http://www.scirp.og/jounl/m) Astct Fouie-Bessel Expnsions with Aity Rdil Boundies Muhmmd A. Mushef P. O. Box, Jeddh, Sudi Ai E-mil: mmushef@yhoo.co.uk

More information

STD: XI MATHEMATICS Total Marks: 90. I Choose the correct answer: ( 20 x 1 = 20 ) a) x = 1 b) x =2 c) x = 3 d) x = 0

STD: XI MATHEMATICS Total Marks: 90. I Choose the correct answer: ( 20 x 1 = 20 ) a) x = 1 b) x =2 c) x = 3 d) x = 0 STD: XI MATHEMATICS Totl Mks: 90 Time: ½ Hs I Choose the coect nswe: ( 0 = 0 ). The solution of is ) = b) = c) = d) = 0. Given tht the vlue of thid ode deteminnt is then the vlue of the deteminnt fomed

More information

About Some Inequalities for Isotonic Linear Functionals and Applications

About Some Inequalities for Isotonic Linear Functionals and Applications Applied Mthemticl Sciences Vol. 8 04 no. 79 8909-899 HIKARI Ltd www.m-hiki.com http://dx.doi.og/0.988/ms.04.40858 Aout Some Inequlities fo Isotonic Line Functionls nd Applictions Loedn Ciudiu Deptment

More information

3.1 Magnetic Fields. Oersted and Ampere

3.1 Magnetic Fields. Oersted and Ampere 3.1 Mgnetic Fields Oested nd Ampee The definition of mgnetic induction, B Fields of smll loop (dipole) Mgnetic fields in mtte: ) feomgnetism ) mgnetiztion, (M ) c) mgnetic susceptiility, m d) mgnetic field,

More information

New problems in universal algebraic geometry illustrated by boolean equations

New problems in universal algebraic geometry illustrated by boolean equations New poblems in univesal algebaic geomety illustated by boolean equations axiv:1611.00152v2 [math.ra] 25 Nov 2016 Atem N. Shevlyakov Novembe 28, 2016 Abstact We discuss new poblems in univesal algebaic

More information

Data Structures. Element Uniqueness Problem. Hash Tables. Example. Hash Tables. Dana Shapira. 19 x 1. ) h(x 4. ) h(x 2. ) h(x 3. h(x 1. x 4. x 2.

Data Structures. Element Uniqueness Problem. Hash Tables. Example. Hash Tables. Dana Shapira. 19 x 1. ) h(x 4. ) h(x 2. ) h(x 3. h(x 1. x 4. x 2. Element Uniqueness Poblem Dt Stuctues Let x,..., xn < m Detemine whethe thee exist i j such tht x i =x j Sot Algoithm Bucket Sot Dn Shpi Hsh Tbles fo (i=;i

More information

This immediately suggests an inverse-square law for a "piece" of current along the line.

This immediately suggests an inverse-square law for a piece of current along the line. Electomgnetic Theoy (EMT) Pof Rui, UNC Asheville, doctophys on YouTube Chpte T Notes The iot-svt Lw T nvese-sque Lw fo Mgnetism Compe the mgnitude of the electic field t distnce wy fom n infinite line

More information

Algebra Based Physics. Gravitational Force. PSI Honors universal gravitation presentation Update Fall 2016.notebookNovember 10, 2016

Algebra Based Physics. Gravitational Force. PSI Honors universal gravitation presentation Update Fall 2016.notebookNovember 10, 2016 Newton's Lw of Univesl Gvittion Gvittionl Foce lick on the topic to go to tht section Gvittionl Field lgeb sed Physics Newton's Lw of Univesl Gvittion Sufce Gvity Gvittionl Field in Spce Keple's Thid Lw

More information

The Algebra (al-jabr) of Matrices

The Algebra (al-jabr) of Matrices Section : Mtri lgebr nd Clculus Wshkewicz College of Engineering he lgebr (l-jbr) of Mtrices lgebr s brnch of mthemtics is much broder thn elementry lgebr ll of us studied in our high school dys. In sense

More information

10 Statistical Distributions Solutions

10 Statistical Distributions Solutions Communictions Engineeing MSc - Peliminy Reding 1 Sttisticl Distiutions Solutions 1) Pove tht the vince of unifom distiution with minimum vlue nd mximum vlue ( is ) 1. The vince is the men of the sques

More information

SARBAC-HH: A Scoped Administration Model for RBAC with Hybrid Hierarchy

SARBAC-HH: A Scoped Administration Model for RBAC with Hybrid Hierarchy Jounl of Infomtion Assunce nd Secuit 2 (2008) 128-139 SARBAC-HH: A Scoped Administtion Model fo RBAC with Hbid Hiech Yue Zhng, nd Jmes B.D. Joshi 1 Univesit of Pittsbugh, School of Infomtion Science, 735

More information

Discrete Model Parametrization

Discrete Model Parametrization Poceedings of Intentionl cientific Confeence of FME ession 4: Automtion Contol nd Applied Infomtics Ppe 9 Discete Model Pmetition NOKIEVIČ, Pet Doc,Ing,Cc Deptment of Contol ystems nd Instumenttion, Fculty

More information

Friedmannien equations

Friedmannien equations ..6 Fiedmnnien equtions FLRW metic is : ds c The metic intevl is: dt ( t) d ( ) hee f ( ) is function which detemines globl geometic l popety of D spce. f d sin d One cn put it in the Einstein equtions

More information

Fluids & Bernoulli s Equation. Group Problems 9

Fluids & Bernoulli s Equation. Group Problems 9 Goup Poblems 9 Fluids & Benoulli s Eqution Nme This is moe tutoil-like thn poblem nd leds you though conceptul development of Benoulli s eqution using the ides of Newton s 2 nd lw nd enegy. You e going

More information

Advanced Calculus: MATH 410 Notes on Integrals and Integrability Professor David Levermore 17 October 2004

Advanced Calculus: MATH 410 Notes on Integrals and Integrability Professor David Levermore 17 October 2004 Advnced Clculus: MATH 410 Notes on Integrls nd Integrbility Professor Dvid Levermore 17 October 2004 1. Definite Integrls In this section we revisit the definite integrl tht you were introduced to when

More information

Right-indefinite half-linear Sturm Liouville problems

Right-indefinite half-linear Sturm Liouville problems Computes nd Mthemtics with Applictions 55 2008) 2554 2564 www.elsevie.com/locte/cmw Right-indefinite hlf-line Stum Liouville poblems Lingju Kong, Qingki Kong b, Deptment of Mthemtics, The Univesity of

More information

Physics 604 Problem Set 1 Due Sept 16, 2010

Physics 604 Problem Set 1 Due Sept 16, 2010 Physics 64 Polem et 1 Due ept 16 1 1) ) Inside good conducto the electic field is eo (electons in the conducto ecuse they e fee to move move in wy to cncel ny electic field impessed on the conducto inside

More information

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs Math 30: The Edős-Stone-Simonovitz Theoem and Extemal Numbes fo Bipatite Gaphs May Radcliffe The Edős-Stone-Simonovitz Theoem Recall, in class we poved Tuán s Gaph Theoem, namely Theoem Tuán s Theoem Let

More information

Mathematical Statistics

Mathematical Statistics 7 75 Ode Sttistics The ode sttistics e the items o the dom smple ed o odeed i mitude om the smllest to the lest Recetl the impotce o ode sttistics hs icesed owi to the moe equet use o opmetic ieeces d

More information

Qualitative Analysis for Solutions of a Class of. Nonlinear Ordinary Differential Equations

Qualitative Analysis for Solutions of a Class of. Nonlinear Ordinary Differential Equations Adv. Theo. Appl. Mech., Vol. 7, 2014, no. 1, 1-7 HIKARI Ltd, www.m-hiki.com http://dx.doi.og/10.12988/tm.2014.458 Qulittive Anlysis fo Solutions of Clss of Nonline Odiny Diffeentil Equtions Juxin Li *,

More information

2-Way Finite Automata Radboud University, Nijmegen. Writer: Serena Rietbergen, s Supervisor: Herman Geuvers

2-Way Finite Automata Radboud University, Nijmegen. Writer: Serena Rietbergen, s Supervisor: Herman Geuvers 2-Wy Finite Automt Rdoud Univesity, Nijmegen Wite: Seen Rietegen, s4182804 Supeviso: Hemn Geuves Acdemic Ye 2017-2018 Contents 1 Intoduction 3 2 One wy utomt, deteministic nd non-deteministic 5 3 Ovehed

More information

General Physics II. number of field lines/area. for whole surface: for continuous surface is a whole surface

General Physics II. number of field lines/area. for whole surface: for continuous surface is a whole surface Genel Physics II Chpte 3: Guss w We now wnt to quickly discuss one of the moe useful tools fo clculting the electic field, nmely Guss lw. In ode to undestnd Guss s lw, it seems we need to know the concept

More information

The Regulated and Riemann Integrals

The Regulated and Riemann Integrals Chpter 1 The Regulted nd Riemnn Integrls 1.1 Introduction We will consider severl different pproches to defining the definite integrl f(x) dx of function f(x). These definitions will ll ssign the sme vlue

More information

A Bijective Approach to the Permutational Power of a Priority Queue

A Bijective Approach to the Permutational Power of a Priority Queue A Bijective Appoach to the Pemutational Powe of a Pioity Queue Ia M. Gessel Kuang-Yeh Wang Depatment of Mathematics Bandeis Univesity Waltham, MA 02254-9110 Abstact A pioity queue tansfoms an input pemutation

More information

Illustrating the space-time coordinates of the events associated with the apparent and the actual position of a light source

Illustrating the space-time coordinates of the events associated with the apparent and the actual position of a light source Illustting the spe-time oointes of the events ssoite with the ppent n the tul position of light soue Benh Rothenstein ), Stefn Popesu ) n Geoge J. Spi 3) ) Politehni Univesity of Timiso, Physis Deptment,

More information

7. Indefinite Integrals

7. Indefinite Integrals 7. Indefinite Integrls These lecture notes present my interprettion of Ruth Lwrence s lecture notes (in Herew) 7. Prolem sttement By the fundmentl theorem of clculus, to clculte n integrl we need to find

More information

Chapter 3: Theory of Modular Arithmetic 38

Chapter 3: Theory of Modular Arithmetic 38 Chapte 3: Theoy of Modula Aithmetic 38 Section D Chinese Remainde Theoem By the end of this section you will be able to pove the Chinese Remainde Theoem apply this theoem to solve simultaneous linea conguences

More information

Two dimensional polar coordinate system in airy stress functions

Two dimensional polar coordinate system in airy stress functions I J C T A, 9(9), 6, pp. 433-44 Intentionl Science Pess Two dimensionl pol coodinte system in iy stess functions S. Senthil nd P. Sek ABSTRACT Stisfy the given equtions, boundy conditions nd bihmonic eqution.in

More information

Energy Dissipation Gravitational Potential Energy Power

Energy Dissipation Gravitational Potential Energy Power Lectue 4 Chpte 8 Physics I 0.8.03 negy Dissiption Gvittionl Potentil negy Powe Couse wesite: http://fculty.uml.edu/andiy_dnylov/teching/physicsi Lectue Cptue: http://echo360.uml.edu/dnylov03/physicsfll.html

More information

defined on a domain can be expanded into the Taylor series around a point a except a singular point. Also, f( z)

defined on a domain can be expanded into the Taylor series around a point a except a singular point. Also, f( z) 08 Tylo eie nd Mcluin eie A holomophic function f( z) defined on domin cn be expnded into the Tylo eie ound point except ingul point. Alo, f( z) cn be expnded into the Mcluin eie in the open dik with diu

More information

USA Mathematical Talent Search Round 1 Solutions Year 21 Academic Year

USA Mathematical Talent Search Round 1 Solutions Year 21 Academic Year 1/1/21. Fill in the circles in the picture t right with the digits 1-8, one digit in ech circle with no digit repeted, so tht no two circles tht re connected by line segment contin consecutive digits.

More information

Summary: Binomial Expansion...! r. where

Summary: Binomial Expansion...! r. where Summy: Biomil Epsio 009 M Teo www.techmejcmth-sg.wes.com ) Re-cp of Additiol Mthemtics Biomil Theoem... whee )!!(! () The fomul is ville i MF so studets do ot eed to memoise it. () The fomul pplies oly

More information

AUTOMATA AND LANGUAGES. Definition 1.5: Finite Automaton

AUTOMATA AND LANGUAGES. Definition 1.5: Finite Automaton 25. Finite Automt AUTOMATA AND LANGUAGES A system of computtion tht only hs finite numer of possile sttes cn e modeled using finite utomton A finite utomton is often illustrted s stte digrm d d d. d q

More information

Lecture 10. Solution of Nonlinear Equations - II

Lecture 10. Solution of Nonlinear Equations - II Fied point Poblems Lectue Solution o Nonline Equtions - II Given unction g : R R, vlue such tht gis clled ied point o the unction g, since is unchnged when g is pplied to it. Whees with nonline eqution

More information

Finite Automata Theory and Formal Languages TMV027/DIT321 LP4 2018

Finite Automata Theory and Formal Languages TMV027/DIT321 LP4 2018 Finite Automt Theory nd Forml Lnguges TMV027/DIT321 LP4 2018 Lecture 10 An Bove April 23rd 2018 Recp: Regulr Lnguges We cn convert between FA nd RE; Hence both FA nd RE ccept/generte regulr lnguges; More

More information

Physics 505 Fall 2005 Midterm Solutions. This midterm is a two hour open book, open notes exam. Do all three problems.

Physics 505 Fall 2005 Midterm Solutions. This midterm is a two hour open book, open notes exam. Do all three problems. Physics 55 Fll 5 Midtem Solutions This midtem is two hou open ook, open notes exm. Do ll thee polems. [35 pts] 1. A ectngul ox hs sides of lengths, nd c z x c [1] ) Fo the Diichlet polem in the inteio

More information

Unit 1 Exponentials and Logarithms

Unit 1 Exponentials and Logarithms HARTFIELD PRECALCULUS UNIT 1 NOTES PAGE 1 Unit 1 Eponentils nd Logrithms (2) Eponentil Functions (3) The number e (4) Logrithms (5) Specil Logrithms (7) Chnge of Bse Formul (8) Logrithmic Functions (10)

More information

f(x) dx with An integral having either an infinite limit of integration or an unbounded integrand is called improper. Here are two examples dx x x 2

f(x) dx with An integral having either an infinite limit of integration or an unbounded integrand is called improper. Here are two examples dx x x 2 Impope Inegls To his poin we hve only consideed inegls f() wih he is of inegion nd b finie nd he inegnd f() bounded (nd in fc coninuous ecep possibly fo finiely mny jump disconinuiies) An inegl hving eihe

More information

Duality # Second iteration for HW problem. Recall our LP example problem we have been working on, in equality form, is given below.

Duality # Second iteration for HW problem. Recall our LP example problem we have been working on, in equality form, is given below. Dulity #. Second itertion for HW problem Recll our LP emple problem we hve been working on, in equlity form, is given below.,,,, 8 m F which, when written in slightly different form, is 8 F Recll tht we

More information

DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING FLUID MECHANICS III Solutions to Problem Sheet 3

DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING FLUID MECHANICS III Solutions to Problem Sheet 3 DEPATMENT OF CIVIL AND ENVIONMENTAL ENGINEEING FLID MECHANICS III Solutions to Poblem Sheet 3 1. An tmospheic vote is moelle s combintion of viscous coe otting s soli boy with ngul velocity Ω n n iottionl

More information

ARITHMETIC OPERATIONS. The real numbers have the following properties: a b c ab ac

ARITHMETIC OPERATIONS. The real numbers have the following properties: a b c ab ac REVIEW OF ALGEBRA Here we review the bsic rules nd procedures of lgebr tht you need to know in order to be successful in clculus. ARITHMETIC OPERATIONS The rel numbers hve the following properties: b b

More information

π,π is the angle FROM a! TO b

π,π is the angle FROM a! TO b Mth 151: 1.2 The Dot Poduct We hve scled vectos (o, multiplied vectos y el nume clled scl) nd dded vectos (in ectngul component fom). Cn we multiply vectos togethe? The nswe is YES! In fct, thee e two

More information

CS5371 Theory of Computation. Lecture 20: Complexity V (Polynomial-Time Reducibility)

CS5371 Theory of Computation. Lecture 20: Complexity V (Polynomial-Time Reducibility) CS5371 Theory of Computtion Lecture 20: Complexity V (Polynomil-Time Reducibility) Objectives Polynomil Time Reducibility Prove Cook-Levin Theorem Polynomil Time Reducibility Previously, we lernt tht if

More information

In Mathematics for Construction, we learnt that

In Mathematics for Construction, we learnt that III DOUBLE INTEGATION THE ANTIDEIVATIVE OF FUNCTIONS OF VAIABLES In Mthemtics or Construction, we lernt tht the indeinite integrl is the ntiderivtive o ( d ( Double Integrtion Pge Hence d d ( d ( The ntiderivtive

More information

THEORY OF EQUATIONS OBJECTIVE PROBLEMS. If the eqution x 6x 0 0 ) - ) 4) -. If the sum of two oots of the eqution k is -48 ) 6 ) 48 4) 4. If the poduct of two oots of 4 ) -4 ) 4) - 4. If one oot of is

More information

Control treatments in designs with split units generated by Latin squares

Control treatments in designs with split units generated by Latin squares DOI:.2478/bile-24-9 iometicl Lettes Vol. 5 (24), o. 2, 25-42 Contol tetments in designs with split units geneted by Ltin sues Shinji Kuiki, Iwon Mejz 2, Kzuhio Ozw 3, Stnisłw Mejz 2 Deptment of Mthemticl

More information

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0},

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0}, ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION E. J. IONASCU and A. A. STANCU Abstact. We ae inteested in constucting concete independent events in puely atomic pobability

More information

PROGRESSION AND SERIES

PROGRESSION AND SERIES INTRODUCTION PROGRESSION AND SERIES A gemet of umbes {,,,,, } ccodig to some well defied ule o set of ules is clled sequece Moe pecisely, we my defie sequece s fuctio whose domi is some subset of set of

More information

ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS. D.A. Mojdeh and B. Samadi

ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS. D.A. Mojdeh and B. Samadi Opuscula Math. 37, no. 3 (017), 447 456 http://dx.doi.og/10.7494/opmath.017.37.3.447 Opuscula Mathematica ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS D.A. Mojdeh and B. Samadi Communicated

More information

22.615, MHD Theory of Fusion Systems Prof. Freidberg Lecture 20

22.615, MHD Theory of Fusion Systems Prof. Freidberg Lecture 20 .615, MHD Theoy of Fusion Systes Pof. Feideg Lectue Resistive Wll Mode 1. We hve seen tht pefectly conducting wll, plced in close poxiity to the pls cn hve stong stilizing effect on extenl kink odes..

More information

( ) D x ( s) if r s (3) ( ) (6) ( r) = d dr D x

( ) D x ( s) if r s (3) ( ) (6) ( r) = d dr D x SIO 22B, Rudnick dpted fom Dvis III. Single vile sttistics The next few lectues e intended s eview of fundmentl sttistics. The gol is to hve us ll speking the sme lnguge s we move to moe dvnced topics.

More information

Numerical Linear Algebra Assignment 008

Numerical Linear Algebra Assignment 008 Numericl Liner Algebr Assignment 008 Nguyen Qun B Hong Students t Fculty of Mth nd Computer Science, Ho Chi Minh University of Science, Vietnm emil. nguyenqunbhong@gmil.com blog. http://hongnguyenqunb.wordpress.com

More information

Lecture 1. Functional series. Pointwise and uniform convergence.

Lecture 1. Functional series. Pointwise and uniform convergence. 1 Introduction. Lecture 1. Functionl series. Pointwise nd uniform convergence. In this course we study mongst other things Fourier series. The Fourier series for periodic function f(x) with period 2π is

More information

arxiv: v1 [hep-th] 6 Jul 2016

arxiv: v1 [hep-th] 6 Jul 2016 INR-TH-2016-021 Instbility of Sttic Semi-Closed Wolds in Genelized Glileon Theoies Xiv:1607.01721v1 [hep-th] 6 Jul 2016 O. A. Evseev, O. I. Melichev Fculty of Physics, M V Lomonosov Moscow Stte Univesity,

More information

10 m, so the distance from the Sun to the Moon during a solar eclipse is. The mass of the Sun, Earth, and Moon are = =

10 m, so the distance from the Sun to the Moon during a solar eclipse is. The mass of the Sun, Earth, and Moon are = = Chpte 1 nivesl Gvittion 11 *P1. () The un-th distnce is 1.4 nd the th-moon 8 distnce is.84, so the distnce fom the un to the Moon duing sol eclipse is 11 8 11 1.4.84 = 1.4 The mss of the un, th, nd Moon

More information

Chapter 21: Electric Charge and Electric Field

Chapter 21: Electric Charge and Electric Field Chpte 1: Electic Chge nd Electic Field Electic Chge Ancient Gees ~ 600 BC Sttic electicit: electic chge vi fiction (see lso fig 1.1) (Attempted) pith bll demonsttion: inds of popeties objects with sme

More information

Do Managers Do Good With Other People s Money? Online Appendix

Do Managers Do Good With Other People s Money? Online Appendix Do Manages Do Good With Othe People s Money? Online Appendix Ing-Haw Cheng Haison Hong Kelly Shue Abstact This is the Online Appendix fo Cheng, Hong and Shue 2013) containing details of the model. Datmouth

More information

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site.

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site. Find this mteil useful? You cn help ou tem to keep this site up nd bing you even moe content conside donting vi the link on ou site. Still hving touble undestnding the mteil? Check out ou Tutoing pge to

More information

Available online at ScienceDirect. Procedia Engineering 91 (2014 ) 32 36

Available online at   ScienceDirect. Procedia Engineering 91 (2014 ) 32 36 Aville online t wwwsciencediectcom ScienceDiect Pocedi Engineeing 91 (014 ) 3 36 XXIII R-S-P semin Theoeticl Foundtion of Civil Engineeing (3RSP) (TFoCE 014) Stess Stte of Rdil Inhomogeneous Semi Sphee

More information

Homework Solution - Set 5 Due: Friday 10/03/08

Homework Solution - Set 5 Due: Friday 10/03/08 CE 96 Introduction to the Theory of Computtion ll 2008 Homework olution - et 5 Due: ridy 10/0/08 1. Textook, Pge 86, Exercise 1.21. () 1 2 Add new strt stte nd finl stte. Mke originl finl stte non-finl.

More information

Dually quasi-de Morgan Stone semi-heyting algebras II. Regularity

Dually quasi-de Morgan Stone semi-heyting algebras II. Regularity Volume 2, Number, July 204, 65-82 ISSN Print: 2345-5853 Online: 2345-586 Dully qusi-de Morgn Stone semi-heyting lgebrs II. Regulrity Hnmntgoud P. Snkppnvr Abstrct. This pper is the second of two prt series.

More information

On the ratio of maximum and minimum degree in maximal intersecting families

On the ratio of maximum and minimum degree in maximal intersecting families On the atio of maximum and minimum degee in maximal intesecting families Zoltán Lóánt Nagy Lale Özkahya Balázs Patkós Máté Vize Septembe 5, 011 Abstact To study how balanced o unbalanced a maximal intesecting

More information