Comparison-Sorting and Selecting in Totally Monotone Matrices

Size: px
Start display at page:

Download "Comparison-Sorting and Selecting in Totally Monotone Matrices"

Transcription

1 Chpter 1 Comprison-Sorting nd Selecting in Totlly Monotone Mtrices Nog Alon Yossi Azr Abstrct An m n mtrix A is clled totlly monotone if for ll i 1 < i 2 nd j 1 < j 2, A[i 1, j 1] > A[i 1, j 2] implies A[i 2, j 1] > A[i 2, j 2]. We consider the complexity of comprison-bsed selection nd sorting lgorithms in such mtrices. Although our selection lgorithm counts only comprisons its dvntge on ll previous work is tht it cn lso hndle selection of elements of different (nd rbitrry) rnks in different rows (or even selection of elements of severl rnks in ech row), in time which is slightly better thn tht of the best known lgorithm for selecting elements of the sme rnk in ech row. We lso determine the decision tree complexity of sorting ech row of totlly monotone mtrix up to fctor of t most log n by proving qudrtic lower bound nd by slightly improving the upper bound. No nontrivil lower bound ws previously known for this problem. In prticulr for the cse m = n we prove tight Ω(n 2 ) lower bound. This bound holds for ny decision-tree lgorithm, nd not only for comprison-bsed lgorithm. The lower bound is proved by n exct chrcteriztion of the bitonic totlly monotone mtrices, wheres our new lgorithms depend on techniques from prllel comprison lgorithms. 1 Introduction. 1.1 Bckground nd previous work. Let A = A[i, j] be n m n mtrix. A is clled totlly monotone if for ll i 1 < i 2 nd j 1 < j 2, A[i 1, j 1 ] > A[i 1, j 2 ] implies A[i 2, j 1 ] > A[i 2, j 2 ]. Totlly monotone mtrices were introduced by Aggrwl, Klwe, Morn, Shor nd Wilber [4]. These mtrices rise nturlly in the study of vrious problems in computtionl geometry, in the nlysis of certin dynmic progrmming lgorithms, nd in other combintoril problems relted to VLSI Deprtment of Mthemtics, Rymond nd Beverly Sckler, Fculty of Exct Sciences, Tel Aviv University, Tel-Aviv, Isrel, nd Bellcore, Morristown, NJ, 07960, USA. Supported in prt by U.S.A.- Isreli BSF Grnt nd by Bergmnn Memoril Grnt DEC Systems Reserch Center, 130 Lytton Ave. Plo-Alto, CA A portion of this work ws done while the uthor ws in the deprtment of Computer Science, Stnford University, CA , nd supported by Weizmnn fellowship nd contrct ONR N K circuit design. A wide vriety of pplictions tht use totlly monotone mtrices cn be found in [4], [5], [9], [10] nd their references. In most of the pplictions the problems re reduced to selection or sorting problem in ech row in n pproprite totlly monotone mtrix. The bsic problem considered ws row mxim (or row minim), i.e., the problem of finding the mximum (or minimum) element in ech row. An optiml lgorithm for this problem ws given in [4]. This lgorithm, usully referred to s the SMAWK lgorithm (see, e.g., [12]), runs in Θ(n) steps for n m nd in Θ(n log(2m/n)) steps for n < m. This improves significntly the obvious Θ(nm)-time lgorithm tht solves the row mxim problem for generl mtrices, nd hs been used in mny pplictions. The next nturl problem considered ws selecting the k th element in ech row. Krvets nd Prk [9] gve n lgorithm which runs in O(k(m+n)) steps. Mnsour, Prk, Schieber nd Sen [10] designed n lgorithm which runs in time O(m 1/2 n log n log m+m log n) for ny k nd thus yields better complexity for the cse of generl k, nd in prticulr for tht of selecting the medin in ech row. For the typicl cse m = n the first lgorithm is better when k n 1/2 (log n) 2 nd the second is better for ll the remining rnge. Note tht both lgorithms require tht k will be the sme for ll the rows, thus mking rther restrictive ssumption. Krvets nd Prk [9] lso considered the problem of row-sorting, i.e., the problem of sorting ech row in totlly monotone mtrix. They designed n lgorithm which runs in time O(mn+n 2 ), improving the complexity of the trivil lgorithm tht sorts ech row independently for the rnge n = O(m log m). They rised the open problem of improving their lgorithm or estblishing lower bound for this problem. Note, for exmple, tht for the cse m = n the SMAWK lgorithm reduces the time for finding the row mxim from qudrtic to liner by utilizing the specil structure of totlly monotone mtrix, wheres for sorting the time remins qudrtic (the lgorithm of [9] sves only logrithmic fctor). Observe tht the fct tht the size of the output of row-sorting lgorithm is Ω(nm) does not necessr-

2 2 N. Alon nd Y. Azr ily provide lower bound on the time required to sort the rows, since the output cn possibly hve smll representtion bsed on the fct tht totlly monotone mtrices re structured. Thus, it seems interesting to either improve significntly the time for row-sorting or to prove tht this is impossible. Prllel lgorithms for finding the row mxim were lso considered. The uthors of [5] gve n lgorithm tht runs on CREW PRAM in O(log n log log n) steps using n/ log log n processors (for the cse m = n). A better lgorithm, which runs on n EREW PRAM in O(log n) steps with n processors is given in [6]. 1.2 Our results. In the present pper we consider two min problems for totlly monotone mtrices. The first is selecting elements of desired rnks in the rows (where the rnks my differ, nd we my look for vrious different rnks in some rows) nd the second is rowsorting. We consider both problems minly in the comprison model. Recll tht in this model the complexity of n lgorithm is determined by the number of comprisons performed, nd the other steps in the computtion re given for free. Such model is relistic when the comprisons cost more thn the rest of the computtion. It is lso interesting in the study of lower bounds. Although our lgorithms re sequentil, some of the techniques re bsed on ides tht rise in prllel comprison lgorithms, nd minly these tht pper in the study of pproximtion problems. For the selection problem (in the specil cse of one required element in row) we ssume tht sequence of rnks r i, i = 1,... m is given nd we should find for ny i the element of rnk r i in row i. We design comprison lgorithm tht performs O(nm 1/2 log n(log m) 1/2 ) comprisons for ny given sequence r i. Note tht the complexity of our lgorithm is slightly better thn the complexity of the lgorithm of [10] which is the best known lgorithm for selecting elements with the sme rnk in ech row. In fct, the improvement is more significnt for m which is much bigger thn n. Moreover, our lgorithm hs the dvntge of being ble to del with distinct rnks (lthough it lso hs the disdvntge of being comprison lgorithm, i.e., only comprisons re counted in its complexity). Our comprison lgorithm cn be esily prllelized to run in O(log m + log log n) rounds with no penlty in the number of processors, i.e., with number of processors whose product with the bove time is equl, up to constnt fctor, to the bove mentioned totl sequentil running time. The sorting problem we consider is row-sorting, i.e., the problem of sorting ech row of given totlly monotone m by n mtrix. We prove tight lower nd upper bounds which determine the complexity of this sorting problem up to fctor of t most log n in ll cses. This settles n open problem rised in [9]. In prticulr, for the interesting specil cse m = n we prove tight lower bound of Ω(n 2 ). Here is summry of the complexity of the rowsorting problem. For m n/logn the best known lgorithm ws to sort ech row independently in totl running time O(mn log n). For m > n/ log n the best known upper bound ws O(mn + n 2 ) s shown by [9]. No nontrivil lower bounds were known. We first observe tht one cn esily design comprison row-sorting lgorithm tht runs in O(n 2 log m) time, which is much smller thn the bove mentioned bound when m is much bigger thn n. By pplying similr methods to these used in our selection lgorithm we re lso ble to (slightly) improve the complexity for the row-sorting problem when m n nd n/m = 2 o(log n). In prticulr, if m = n/(log n) O(1) our improved lgorithm replces logrithmic fctor by double logrithmic one. However, our min result for row-sorting is n lmost tight lower bound in generl decision tree model. Specificlly, we show tht ny lgorithm tht sorts ech row of totlly monotone mtrix requires Ω(min(mn, n 2 log(2 + m/n 2 ))) steps. In prticulr, for m = n the Ω(n 2 ) bound is tight. For m > n 2+ɛ the Ω(n 2 log n) bound is lso tight. For ll the remining rnge the lower bound is of the sme order of mgnitude s the upper bound up to fctor of t most log n. Recll tht in the decision tree the lgorithm is llowed t ech step to brnch into two possibilities ccording to ny computtion on the input (nd not merely comprisons), nd hence this lower bound is vlid in very generl setting. We believe tht similr techniques my be useful in estblishing lower bounds for other sorting nd serching problems deling with totlly monotone mtrices. We complete this section by the proof of the esy observtion mentioned bove. Observtion 1.1. Sorting ech row in totlly monotone m by n mtrix cn be done in O(n 2 log m) comprisons. Proof. Consider ny two columns j 1, j 2, (j 1 < j 2 ). Let l be the minimum i for which A[i, j 1 ] > A[i, j 2 ] (if such row does not exits then define l = m + 1). By the definition of the minimum nd the definition of totlly monotone mtrix, for ll i < l, A[i, j 1 ] < A[i, j 2 ] nd if i l, A[i, j 1 ] > A[i, j 2 ]. Hence, by strightforwrd binry serch one cn find, for ny specific pir of columns, this brekpoint l in O(log m) steps. Thus, the brekpoints for ll pirs cn be found in O(n 2 log m) steps. It is esy to see tht the knowledge of this

3 Sorting nd Selecting in Totlly Monotone Mtrices 3 informtion yields the exct order for ech row. 2 Selection. The min result in this section is the following theorem; Theorem 2.1. Let A be n m by n totlly monotone mtrix, nd let S = {(i 1, r 1 ), (i 2, r 2 ),..., (i s, r s )} be set of pirs, where 1 i j m nd 1 r j n for ll j. There exists comprison lgorithm tht finds, using T (n) = O(ns 1/2 log n(log m) 1/2 ) comprisons, the element whose rnk in row number i j is r j, for ll 1 j s. In prticulr, when s = m nd ll the numbers i j re distinct this is comprison lgorithm tht finds, using O(nm 1/2 log n(log m) 1/2 ) comprisons, n element of desired rnk in ech row. The proof is bsed on combintion of some of the techniques which hve been used in prllel comprison lgorithms with the resoning in the proof of the esy Observtion 1.1. The min prt of the lgorithm is bsed on comprisons performed ccording to the edges of ppropritely chosen rndom grphs. These cn be replced by explicit expnders, with some increse in the totl number of comprisons performed. We describe here only the version bsed on rndom grphs. We need the following two lemms, first proved in [3], which hve been pplied to vrious prllel comprison lgorithms in [11] nd in [2] s well. Lemm 2.1. For every n 1 there exists grph G(n, ) with n vertices nd t most 2n2 log n edges in which ny two disjoint sets of + 1 vertices ech re joined by n edge. Lemm 2.2. Let G = G(n, ) be grph s in Lemm 2.1, nd suppose n elements re compred ccording to the edges of G, i.e., we ssocite ech element with vertex of G nd compre pir of elements iff the corresponding vertices re djcent in G. Then, for every possible result of the comprisons, for every rnk ll but t most 7 log n from the elements with smller rnk will be known to be too smll to hve tht rnk. A symmetric sttement holds for the elements with bigger rnk. Proof of Theorem 2.1 (sketch) Given totlly monotone m by n mtrix A nd set S of pirs s in the theorem, let G = G(n, ) be grph s in Lemm 2.1, where is prmeter to be chosen lter. Let {1, 2,... n} be the set of vertices of G. For ech edge {j 1, j 2 } of G (where j 1 < j 2 ) find, by binry serch using log m comprisons, the minimum i such tht A[i, j 1 ] > A[i, j 2 ]. Altogether this costs O( n2 log n log m ) comprisons, fter which we know the results of compring the elements in ech row of the mtrix A ccording to the edges of G. Clim: In ech row seprtely, for ech rnk r, 1 r n, one cn find the element of rnk r in the row by performing t most O( log n) dditionl comprisons. Let S be the set of elements whose rnk is not known to be smller thn r nor lrger thn r. Denote by l the number of elements whose rnk is known to be smller thn r. Clerly, the element of rnk r is exctly the element of rnk r l in S. Since Lemm 2.2 implies tht S 15 log n, we conclude tht O( log n) dditionl comprisons suffice to select tht element. This completes the proof of the clim. Returning to the proof of the theorem, we conclude tht for ech vlue of it is possible to find ll the required s elements by performing t most T (n) comprison where T (n) = O( n2 log n log m ) + O(s log n). In the trivil cse s n 2 log m we cn sort, by Observtion 1.1, ll the rows of A in time T (n) = O(n 2 log m) O(ns 1/2 log n(log m) 1/2 ) s needed. Otherwise, tke nd conclude tht = n log m s T (n) = O(ns 1/2 log n(log m) 1/2 ). This completes the proof. Remrks 1). Using similr resoning we cn show tht one cn sort ll the rows in totlly monotone m by n mtrix using ( ) n 2 O log n log m + mn log( log n) comprisons, for ech choice of, n 1. This slightly improves the trivil O(nm log n) upper bound (obtined by sorting ech row seprtely) for vlues of m n which re quite close to n. For exmple, for m = n/(log n) O(1) this gives n lgorithm tht sorts the rows using O(mn log log n) comprisons. we omit the detils but mention tht s shown in the next section this is tight up to the log log n fctor (even for generl decision-tree lgorithms).

4 4 N. Alon nd Y. Azr 2). The rgument used in the first prt of the proof, together with some of the known results on lmost sorting lgorithms ([3], [1], [8]) implies tht by using only O(n log n log log n log m) comprisons one cn know lmost ll the order reltions between pirs of elements shring the sme row of n m by n totlly monotone mtrix. We cn lso get n pproximtion lgorithm for the row selection problem, i.e., find, for ech pir of row nd rnk in the input, n element in tht row whose rnk is close to the desired rnk. This yields trdeoff between the number of comprisons performed to the qulity of the pproximtion, (which stnds for the mening of close ). 3). The lgorithm cn be esily prllelized. The first step cn be esily done in O(log m) rounds with no penlty in the number of processors. The rest of the lgorithm cn be done in O(log log n) rounds, gin, with no loss in the totl number of opertions performed, by using the prllel selection lgorithm of [7] which is bsed on the one of [3]. 3 Comprison lower bound for row-sorting. In this section we prove the lower bound for the problem of sorting ll the rows in totlly monotone mtrices. Theorem 3.1. Any decision tree lgorithm tht sorts ech row in totlly monotone m by n mtrix requires Ω(min(mn, n 2 log(2 + m/n 2 ))) steps. In prticulr, for m n the lower bound is Ω(mn), for m n it is Ω(n 2 ), nd for m n 2+ɛ it is Ω(n 2 log m). Proof. We construct lrge fmily F of m n totlly monotone mtrices such tht ny two mtrices in the fmily differ in the order of t lest one corresponding row. Thus, ny lgorithm tht sorts ech row in the mtrix should hve different output on ech mtrix in the fmily. Hence, lower bound for ny decision tree lgorithm is the logrithm of the size of the fmily. We strt with chrcteriztion of the bitonic totlly monotone mtrices, i.e., the totlly monotone mtrices in which ech row is bitonic (=unimodl). This is done by ssociting with ech such mtrix certin tbleu T [i, j] in one-to-one mnner. We note tht similr tbleux re known s Young-tbleux nd pper in the study of the Representtions of the symmetric group, but here we re merely interested in some simple combintoril properties of T = T [i, j], described below. 1. Let l i, 1 i m be integers such tht n 1 l 1 l 2... l m T [i, j] is defined only for i = 1,.., m, j = 1,.., l i. 3. For ll 1 i m nd 1 j l i, T [i, j] is n integer nd 1 T [i, j] n Ech row of T is monotone incresing sequence. I.e., for ll 1 i m nd 1 j 1 < j 2 l i we hve T [i, j 1 ] < T [i, j 2 ]. 5. Ech column of T is monotone non-decresing sequence. I.e., for ll 1 i 1 < i 2 m nd j l j2 ( l i1 ), T [i 1, j] T [i 2, j]. We next show how to mp these tbleux into fmily F of totlly monotone mtrices such tht different tbleux would mp to different order-type mtrices. (Here, of course, the order-type of mtrix refers to the sequence of liner orders of its rows). To this end, construct the mtrix A corresponding to the tbleu T s follows. Ech row of A strts with the elements in the corresponding row in the tbleu T. Note tht row in T contins subset S of the set {1,..., n 1}. Put N = {1,..., n}. To complete the row we put to the right of S the number n (i.e. A[i, l i + 1] = n) nd then the set N S where the numbers in the set pper in decresing order. We need the following Lemm; Lemm 3.1. For ny tbleu T s bove the construction yields totlly monotone m by n mtrix. Moreover, different tbleux yield different order-type mtrices. Proof. First note tht the length of ech row in the mtrix is precisely n since ny row consists of some permuttion of the set N. Thus the construction yields, indeed, n m n mtrix. Let us show tht the resulting mtrix is totlly monotone. It is cler tht ech row is bitonic. More precisely, the first l i + 1 elements in row i form monotone incresing sequence nd the elements from l i + 1 to the end of the row form monotone decresing sequence. It is lso not too difficult to verify tht our construction nd property 5 imply tht ech column in the complement of the tbleu is monotone non-incresing sequence. Formlly, for ll 1 i 1 < i 2 m nd j > l i1 ( l i2 ), A[i 1, j] A[i 2, j]. This property is clled property 5. Suppose i 1 < i 2 nd j 1 < j 2. We hve to show tht if A[i 1, j 1 ] > A[i 1, j 2 ] then A[i 2, j 1 ] > A[i 2, j 2 ]. We consider severl possible cses. If j 2 l i1 + 1 then clerly A[i 1, j 1 ] nd A[i 1, j 2 ] re in the monotone incresing prt of the row i 1 nd thus A[i 1, j 1 ] < A[i 1, j 2 ] nd there is nothing to prove. If j 1 l i2 + 1 then clerly A[i 2, j 1 ] nd A[i 2, j 2 ] re in the monotone decresing prt of the row i 2 nd thus A[i 2, j 1 ] > A[i 2, j 2 ] which lso leves nothing to prove. Thus, we cn ssume tht j 1 l i2 l i1 < l i1 + 2 j 2.

5 Sorting nd Selecting in Totlly Monotone Mtrices 5 Therefore, we conclude tht A[i 2, j 1 ] A[i 1, j 1 ] > A[i 1, j 2 ] A[i 2, j 2 ] where the first inequlity uses property 5 of the tbleu (j 1 l i2 ), the middle inequlity is the ssumption nd the lst inequlity tkes dvntge of property 5 (since j 2 > l i1 ). Hence, the mtrix is totlly monotone. It is left to show tht for ny two different tbleux the construction yields mtrices of different order types. Note tht the vlue of ech element in the tbleu is in fct precisely its rnk in its row. Let the sequence l i, i = 1,..., m denote the shpe of the tbleu. Thus, if two different tbleux hve the sme shpe then they must hve different vlue in some entry. Hence, they hve different order types. On the other hnd, if they differ in the shpes, then, there exists n i for which l i in one mtrix is, sy, smller thn l i of the other. Then, the element in row i nd column l i + 1 hs different rnk in its row in the two mtrices since in the first one it hs rnk n, wheres in the second its rnk is smller thn n. This completes the proof of the Lemm. In fct, it is lso true tht ny totlly monotone mtrix A in which ech row is bitonic sequence hs the sme order type s one of the mtrices constructed in the bove wy from n pproprite tbleu T. To see this, construct T s follows. Replce ech element in A by its rnk to obtin mtrix A. Ech row in T will be the prt of the corresponding row of A tht strts from the leftmost entry in the mtrix up to the element n (the mximum) excluding this element. It is esy to verify tht this T hs ll the required properties 1-5 bove. Since this is not essentil for our results, we omit the detils. We continue the proof of Theorem 3.1 by estblishing lower bound on the size of the fmily F. First we observe tht ech row in the tbleu T hs t most 2 n 1 possibilities (ech row is subset of {1,..., n 1}). Since there re m such rows, the size of the fmily is t most 2 mn, so we cnnot expect better lower bound using bitonic mtrices. Consider first the cse m n/2. For this cse we show tht the number of such tbleux A is 2 Ω(nm), nd thus Ω(mn) steps re required in ny decision-tree rowsorting lgorithm. To this end we even restrict ourselves to subfmily of the tbleux where l i = n/2 i for 1 i n/2. Moreover, we consider only the following subfmily; T [i, j] will be either 2 (i + j 1) or 2 (i + j 1) 1. One cn esily check tht ny such ssignment produces legl tbleu T, since ll the elements re in the dmissible rnge, ech row is monotone incresing nd ech column is monotone incresing s well. Moreover, the number of such ssignments is simply 2 to the power of the number of plces in the tbleu which is 2 Ω(mn) nd we re done. For 2n 2 m > n/2 n Ω(n 2 ) lower bound follows from the bound for m = n/2. We re left with the cse m > 2n 2. In order to prove the Ω(n 2 log(m/n 2 )) lower bound for this cse we construct k = Θ(n 2 ) rows R 1,..., R k with the properties described below, nd consider the subfmily of ll tbleux of the following type: R 1 ppers x 1 times; below tht R 2 ppers x 2 times nd so forth while x x k = m nd x i 0. The rows R i will be defined in such wy tht ny such tbleu T will be legl. The number of tbleux tht cn be constructed in such wy is exctly the number of wys to prtition m blls in k cells which is ( ) m+k 1 k 1. The lower bound follows from the fct tht ( ) m + k 1 > ((m + k 1)/(k 1)) k 1 k 1 = 2 Ω(n2 log(m/n 2 )). It is left to show how to define the rows R 1,..., R k. Let ( ) n k = 1 + (n 1) + (n 2) = The first row is the sequence {1, 2,..., n 1}. Assume inductively tht we hve lredy constructed ll the rows up to the row which consists of the sequence {i, i+1,..., n 1}. Denote this row by S i (nd note tht it is not the i th row for i > 1). The next n i rows re constructed s follows. For 1 j n i the j th row below S i is defined to be the row S i without the number n j. The lst row in this group is exctly S i+1 = {i + 1,..., n 1}, hence we cn continue inductively from S i+1. Note tht the lst row (which is S n ) is n empty row, which is legl row (by our definitions). It is not difficult to check tht the tbleu which consists of these k rows is legl, i.e, stisfies ll the required properties. Moreover, omitting nd duplicting rows do not ffect the leglity of the tbleu. Thus, these rows cn be used for the construction described bove, completing the proof of the theorem. 4 Acknowledgement. We would like to thnk Don Coppersmith for simplifying the proof of Theorem 2.1 nd M. Klwe for helpful remrks. References

6 6 N. Alon nd Y. Azr [1] N. Alon nd Y. Azr, Sorting, pproximte sorting nd serching in rounds, SIAM J. Discrete Mth. 1 (1988) pp [2], Prllel comprison lgorithms for pproximtion problems, Proc. 29th Annul IEEE Symp. on Foundtions of Computer Science, White Plins, New York, 1988, pp Also: Combintoric, in press. [3] M. Ajti, J. Komlós, W.L. Steiger nd E. Szemerédi, Deterministic selection in O(log log n) prllel time, Proc. 18th Annul ACM Symp. on Theory of Computing, Berkeley, CA, 1986, pp [4] A. Aggrwl, M. Klwe, S. Morn, P.Shor nd R. Wilber, Geometric pplictions of mtrix serching lgorithm, Algorithmic 2 (1987) pp [5] A. Aggrwl nd J. Prk, Notes on serching in multidimensionl monotone rrys, Proc. 29th Annul IEEE Symposium on Foundtions of Computer Science 1988 pp [6] M. Attllh nd R. Kosrju, An efficient Prllel Algorithm for the row minim of totlly monotone mtrices, Proc. 2nd Annul ACM-SIAM Symposium on Discrete Algorithms, 1991 pp [7] Y. Azr nd N. Pippenger, Prllel selection, Discrete Applied Mth 27 (1990) pp [8] B. Bollobás nd G. Brightwell, Grphs whose every trnsitive orienttion contins lmost every reltion, Isrel J. Mth., 59 (1987), [9] D. Krvets nd J. Prk, Selection nd sorting in totlly monotone rrys, Proc. 1st Annul ACM-SIAM Symposium on Discrete Algorithms, pp [10] Y. Mnsour, J. Prk, B. Schieber nd S. Sen, Improved selection in totlly monotone rrys, My [11] N. Pippenger, Sorting nd selecting in rounds, SIAM J. Computing 6 (1987) pp [12] R. Wilber, The concve lest-weight subsequence problem revisited, Journl of Algorithms 9 (1988) pp

Chapter 1. Comparison-Sorting and Selecting in. Totally Monotone Matrices. totally monotone matrices can be found in [4], [5], [9],

Chapter 1. Comparison-Sorting and Selecting in. Totally Monotone Matrices. totally monotone matrices can be found in [4], [5], [9], Chapter 1 Comparison-Sorting and Selecting in Totally Monotone Matrices Noga Alon Yossi Azar y Abstract An mn matrix A is called totally monotone if for all i 1 < i 2 and j 1 < j 2, A[i 1; j 1] > A[i 1;

More information

p-adic Egyptian Fractions

p-adic Egyptian Fractions p-adic Egyptin Frctions Contents 1 Introduction 1 2 Trditionl Egyptin Frctions nd Greedy Algorithm 2 3 Set-up 3 4 p-greedy Algorithm 5 5 p-egyptin Trditionl 10 6 Conclusion 1 Introduction An Egyptin frction

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

N 0 completions on partial matrices

N 0 completions on partial matrices N 0 completions on prtil mtrices C. Jordán C. Mendes Arújo Jun R. Torregros Instituto de Mtemátic Multidisciplinr / Centro de Mtemátic Universidd Politécnic de Vlenci / Universidde do Minho Cmino de Ver

More information

Recitation 3: More Applications of the Derivative

Recitation 3: More Applications of the Derivative Mth 1c TA: Pdric Brtlett Recittion 3: More Applictions of the Derivtive Week 3 Cltech 2012 1 Rndom Question Question 1 A grph consists of the following: A set V of vertices. A set E of edges where ech

More information

Theoretical foundations of Gaussian quadrature

Theoretical foundations of Gaussian quadrature Theoreticl foundtions of Gussin qudrture 1 Inner product vector spce Definition 1. A vector spce (or liner spce) is set V = {u, v, w,...} in which the following two opertions re defined: (A) Addition of

More information

UNIFORM CONVERGENCE. Contents 1. Uniform Convergence 1 2. Properties of uniform convergence 3

UNIFORM CONVERGENCE. Contents 1. Uniform Convergence 1 2. Properties of uniform convergence 3 UNIFORM CONVERGENCE Contents 1. Uniform Convergence 1 2. Properties of uniform convergence 3 Suppose f n : Ω R or f n : Ω C is sequence of rel or complex functions, nd f n f s n in some sense. Furthermore,

More information

UniversitaireWiskundeCompetitie. Problem 2005/4-A We have k=1. Show that for every q Q satisfying 0 < q < 1, there exists a finite subset K N so that

UniversitaireWiskundeCompetitie. Problem 2005/4-A We have k=1. Show that for every q Q satisfying 0 < q < 1, there exists a finite subset K N so that Problemen/UWC NAW 5/7 nr juni 006 47 Problemen/UWC UniversitireWiskundeCompetitie Edition 005/4 For Session 005/4 we received submissions from Peter Vndendriessche, Vldislv Frnk, Arne Smeets, Jn vn de

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

20 MATHEMATICS POLYNOMIALS

20 MATHEMATICS POLYNOMIALS 0 MATHEMATICS POLYNOMIALS.1 Introduction In Clss IX, you hve studied polynomils in one vrible nd their degrees. Recll tht if p(x) is polynomil in x, the highest power of x in p(x) is clled the degree of

More information

Bernoulli Numbers Jeff Morton

Bernoulli Numbers Jeff Morton Bernoulli Numbers Jeff Morton. We re interested in the opertor e t k d k t k, which is to sy k tk. Applying this to some function f E to get e t f d k k tk d k f f + d k k tk dk f, we note tht since f

More information

Lecture 3 ( ) (translated and slightly adapted from lecture notes by Martin Klazar)

Lecture 3 ( ) (translated and slightly adapted from lecture notes by Martin Klazar) Lecture 3 (5.3.2018) (trnslted nd slightly dpted from lecture notes by Mrtin Klzr) Riemnn integrl Now we define precisely the concept of the re, in prticulr, the re of figure U(, b, f) under the grph of

More information

Spanning tree congestion of some product graphs

Spanning tree congestion of some product graphs Spnning tree congestion of some product grphs Hiu-Fi Lw Mthemticl Institute Oxford University 4-9 St Giles Oxford, OX1 3LB, United Kingdom e-mil: lwh@mths.ox.c.uk nd Mikhil I. Ostrovskii Deprtment of Mthemtics

More information

W. We shall do so one by one, starting with I 1, and we shall do it greedily, trying

W. We shall do so one by one, starting with I 1, and we shall do it greedily, trying Vitli covers 1 Definition. A Vitli cover of set E R is set V of closed intervls with positive length so tht, for every δ > 0 nd every x E, there is some I V with λ(i ) < δ nd x I. 2 Lemm (Vitli covering)

More information

New data structures to reduce data size and search time

New data structures to reduce data size and search time New dt structures to reduce dt size nd serch time Tsuneo Kuwbr Deprtment of Informtion Sciences, Fculty of Science, Kngw University, Hirtsuk-shi, Jpn FIT2018 1D-1, No2, pp1-4 Copyright (c)2018 by The Institute

More information

Lecture 14: Quadrature

Lecture 14: Quadrature Lecture 14: Qudrture This lecture is concerned with the evlution of integrls fx)dx 1) over finite intervl [, b] The integrnd fx) is ssumed to be rel-vlues nd smooth The pproximtion of n integrl by numericl

More information

Riemann Sums and Riemann Integrals

Riemann Sums and Riemann Integrals Riemnn Sums nd Riemnn Integrls Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University August 26, 2013 Outline 1 Riemnn Sums 2 Riemnn Integrls 3 Properties

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

Self-similarity and symmetries of Pascal s triangles and simplices mod p

Self-similarity and symmetries of Pascal s triangles and simplices mod p Sn Jose Stte University SJSU ScholrWorks Fculty Publictions Mthemtics nd Sttistics Februry 2004 Self-similrity nd symmetries of Pscl s tringles nd simplices mod p Richrd P. Kubelk Sn Jose Stte University,

More information

Math 1B, lecture 4: Error bounds for numerical methods

Math 1B, lecture 4: Error bounds for numerical methods Mth B, lecture 4: Error bounds for numericl methods Nthn Pflueger 4 September 0 Introduction The five numericl methods descried in the previous lecture ll operte by the sme principle: they pproximte the

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

Riemann Sums and Riemann Integrals

Riemann Sums and Riemann Integrals Riemnn Sums nd Riemnn Integrls Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University August 26, 203 Outline Riemnn Sums Riemnn Integrls Properties Abstrct

More information

Riemann is the Mann! (But Lebesgue may besgue to differ.)

Riemann is the Mann! (But Lebesgue may besgue to differ.) Riemnn is the Mnn! (But Lebesgue my besgue to differ.) Leo Livshits My 2, 2008 1 For finite intervls in R We hve seen in clss tht every continuous function f : [, b] R hs the property tht for every ɛ >

More information

Review of Riemann Integral

Review of Riemann Integral 1 Review of Riemnn Integrl In this chpter we review the definition of Riemnn integrl of bounded function f : [, b] R, nd point out its limittions so s to be convinced of the necessity of more generl integrl.

More information

Here we study square linear systems and properties of their coefficient matrices as they relate to the solution set of the linear system.

Here we study square linear systems and properties of their coefficient matrices as they relate to the solution set of the linear system. Section 24 Nonsingulr Liner Systems Here we study squre liner systems nd properties of their coefficient mtrices s they relte to the solution set of the liner system Let A be n n Then we know from previous

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

A recursive construction of efficiently decodable list-disjunct matrices

A recursive construction of efficiently decodable list-disjunct matrices CSE 709: Compressed Sensing nd Group Testing. Prt I Lecturers: Hung Q. Ngo nd Atri Rudr SUNY t Bufflo, Fll 2011 Lst updte: October 13, 2011 A recursive construction of efficiently decodble list-disjunct

More information

Euler, Ioachimescu and the trapezium rule. G.J.O. Jameson (Math. Gazette 96 (2012), )

Euler, Ioachimescu and the trapezium rule. G.J.O. Jameson (Math. Gazette 96 (2012), ) Euler, Iochimescu nd the trpezium rule G.J.O. Jmeson (Mth. Gzette 96 (0), 36 4) The following results were estblished in recent Gzette rticle [, Theorems, 3, 4]. Given > 0 nd 0 < s

More information

Computing the Optimal Global Alignment Value. B = n. Score of = 1 Score of = a a c g a c g a. A = n. Classical Dynamic Programming: O(n )

Computing the Optimal Global Alignment Value. B = n. Score of = 1 Score of = a a c g a c g a. A = n. Classical Dynamic Programming: O(n ) Alignment Grph Alignment Mtrix Computing the Optiml Globl Alignment Vlue An Introduction to Bioinformtics Algorithms A = n c t 2 3 c c 4 g 5 g 6 7 8 9 B = n 0 c g c g 2 3 4 5 6 7 8 t 9 0 2 3 4 5 6 7 8

More information

Chapter 0. What is the Lebesgue integral about?

Chapter 0. What is the Lebesgue integral about? Chpter 0. Wht is the Lebesgue integrl bout? The pln is to hve tutoril sheet ech week, most often on Fridy, (to be done during the clss) where you will try to get used to the ides introduced in the previous

More information

Intuitionistic Fuzzy Lattices and Intuitionistic Fuzzy Boolean Algebras

Intuitionistic Fuzzy Lattices and Intuitionistic Fuzzy Boolean Algebras Intuitionistic Fuzzy Lttices nd Intuitionistic Fuzzy oolen Algebrs.K. Tripthy #1, M.K. Stpthy *2 nd P.K.Choudhury ##3 # School of Computing Science nd Engineering VIT University Vellore-632014, TN, Indi

More information

New Expansion and Infinite Series

New Expansion and Infinite Series Interntionl Mthemticl Forum, Vol. 9, 204, no. 22, 06-073 HIKARI Ltd, www.m-hikri.com http://dx.doi.org/0.2988/imf.204.4502 New Expnsion nd Infinite Series Diyun Zhng College of Computer Nnjing University

More information

Integral points on the rational curve

Integral points on the rational curve Integrl points on the rtionl curve y x bx c x ;, b, c integers. Konstntine Zeltor Mthemtics University of Wisconsin - Mrinette 750 W. Byshore Street Mrinette, WI 5443-453 Also: Konstntine Zeltor P.O. Box

More information

Frobenius numbers of generalized Fibonacci semigroups

Frobenius numbers of generalized Fibonacci semigroups Frobenius numbers of generlized Fiboncci semigroups Gretchen L. Mtthews 1 Deprtment of Mthemticl Sciences, Clemson University, Clemson, SC 29634-0975, USA gmtthe@clemson.edu Received:, Accepted:, Published:

More information

(e) if x = y + z and a divides any two of the integers x, y, or z, then a divides the remaining integer

(e) if x = y + z and a divides any two of the integers x, y, or z, then a divides the remaining integer Divisibility In this note we introduce the notion of divisibility for two integers nd b then we discuss the division lgorithm. First we give forml definition nd note some properties of the division opertion.

More information

f(x) dx, If one of these two conditions is not met, we call the integral improper. Our usual definition for the value for the definite integral

f(x) dx, If one of these two conditions is not met, we call the integral improper. Our usual definition for the value for the definite integral Improper Integrls Every time tht we hve evluted definite integrl such s f(x) dx, we hve mde two implicit ssumptions bout the integrl:. The intervl [, b] is finite, nd. f(x) is continuous on [, b]. If one

More information

Improper Integrals. Type I Improper Integrals How do we evaluate an integral such as

Improper Integrals. Type I Improper Integrals How do we evaluate an integral such as Improper Integrls Two different types of integrls cn qulify s improper. The first type of improper integrl (which we will refer to s Type I) involves evluting n integrl over n infinite region. In the grph

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

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

Math 61CM - Solutions to homework 9

Math 61CM - Solutions to homework 9 Mth 61CM - Solutions to homework 9 Cédric De Groote November 30 th, 2018 Problem 1: Recll tht the left limit of function f t point c is defined s follows: lim f(x) = l x c if for ny > 0 there exists δ

More information

Zero-Sum Magic Graphs and Their Null Sets

Zero-Sum Magic Graphs and Their Null Sets Zero-Sum Mgic Grphs nd Their Null Sets Ebrhim Slehi Deprtment of Mthemticl Sciences University of Nevd Ls Vegs Ls Vegs, NV 89154-4020. ebrhim.slehi@unlv.edu Abstrct For ny h N, grph G = (V, E) is sid to

More information

Decomposition of terms in Lucas sequences

Decomposition of terms in Lucas sequences Journl of Logic & Anlysis 1:4 009 1 3 ISSN 1759-9008 1 Decomposition of terms in Lucs sequences ABDELMADJID BOUDAOUD Let P, Q be non-zero integers such tht D = P 4Q is different from zero. The sequences

More information

Chapter 3 Polynomials

Chapter 3 Polynomials Dr M DRAIEF As described in the introduction of Chpter 1, pplictions of solving liner equtions rise in number of different settings In prticulr, we will in this chpter focus on the problem of modelling

More information

Unit #9 : Definite Integral Properties; Fundamental Theorem of Calculus

Unit #9 : Definite Integral Properties; Fundamental Theorem of Calculus Unit #9 : Definite Integrl Properties; Fundmentl Theorem of Clculus Gols: Identify properties of definite integrls Define odd nd even functions, nd reltionship to integrl vlues Introduce the Fundmentl

More information

Polynomial Approximations for the Natural Logarithm and Arctangent Functions. Math 230

Polynomial Approximations for the Natural Logarithm and Arctangent Functions. Math 230 Polynomil Approimtions for the Nturl Logrithm nd Arctngent Functions Mth 23 You recll from first semester clculus how one cn use the derivtive to find n eqution for the tngent line to function t given

More information

THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS.

THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS. THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS RADON ROSBOROUGH https://intuitiveexplntionscom/picrd-lindelof-theorem/ This document is proof of the existence-uniqueness theorem

More information

Farey Fractions. Rickard Fernström. U.U.D.M. Project Report 2017:24. Department of Mathematics Uppsala University

Farey Fractions. Rickard Fernström. U.U.D.M. Project Report 2017:24. Department of Mathematics Uppsala University U.U.D.M. Project Report 07:4 Frey Frctions Rickrd Fernström Exmensrete i mtemtik, 5 hp Hledre: Andres Strömergsson Exmintor: Jörgen Östensson Juni 07 Deprtment of Mthemtics Uppsl University Frey Frctions

More information

On the degree of regularity of generalized van der Waerden triples

On the degree of regularity of generalized van der Waerden triples On the degree of regulrity of generlized vn der Werden triples Jcob Fox Msschusetts Institute of Technology, Cmbridge, MA 02139, USA Rdoš Rdoičić Deprtment of Mthemtics, Rutgers, The Stte University of

More information

1.2. Linear Variable Coefficient Equations. y + b "! = a y + b " Remark: The case b = 0 and a non-constant can be solved with the same idea as above.

1.2. Linear Variable Coefficient Equations. y + b ! = a y + b  Remark: The case b = 0 and a non-constant can be solved with the same idea as above. 1 12 Liner Vrible Coefficient Equtions Section Objective(s): Review: Constnt Coefficient Equtions Solving Vrible Coefficient Equtions The Integrting Fctor Method The Bernoulli Eqution 121 Review: Constnt

More information

MORE FUNCTION GRAPHING; OPTIMIZATION. (Last edited October 28, 2013 at 11:09pm.)

MORE FUNCTION GRAPHING; OPTIMIZATION. (Last edited October 28, 2013 at 11:09pm.) MORE FUNCTION GRAPHING; OPTIMIZATION FRI, OCT 25, 203 (Lst edited October 28, 203 t :09pm.) Exercise. Let n be n rbitrry positive integer. Give n exmple of function with exctly n verticl symptotes. Give

More information

LECTURE. INTEGRATION AND ANTIDERIVATIVE.

LECTURE. INTEGRATION AND ANTIDERIVATIVE. ANALYSIS FOR HIGH SCHOOL TEACHERS LECTURE. INTEGRATION AND ANTIDERIVATIVE. ROTHSCHILD CAESARIA COURSE, 2015/6 1. Integrtion Historiclly, it ws the problem of computing res nd volumes, tht triggered development

More information

How to simulate Turing machines by invertible one-dimensional cellular automata

How to simulate Turing machines by invertible one-dimensional cellular automata How to simulte Turing mchines by invertible one-dimensionl cellulr utomt Jen-Christophe Dubcq Déprtement de Mthémtiques et d Informtique, École Normle Supérieure de Lyon, 46, llée d Itlie, 69364 Lyon Cedex

More information

Quadratic Forms. Quadratic Forms

Quadratic Forms. Quadratic Forms Qudrtic Forms Recll the Simon & Blume excerpt from n erlier lecture which sid tht the min tsk of clculus is to pproximte nonliner functions with liner functions. It s ctully more ccurte to sy tht we pproximte

More information

Lecture 3. In this lecture, we will discuss algorithms for solving systems of linear equations.

Lecture 3. In this lecture, we will discuss algorithms for solving systems of linear equations. Lecture 3 3 Solving liner equtions In this lecture we will discuss lgorithms for solving systems of liner equtions Multiplictive identity Let us restrict ourselves to considering squre mtrices since one

More information

A basic logarithmic inequality, and the logarithmic mean

A basic logarithmic inequality, and the logarithmic mean Notes on Number Theory nd Discrete Mthemtics ISSN 30 532 Vol. 2, 205, No., 3 35 A bsic logrithmic inequlity, nd the logrithmic men József Sándor Deprtment of Mthemtics, Bbeş-Bolyi University Str. Koglnicenu

More information

4.4 Areas, Integrals and Antiderivatives

4.4 Areas, Integrals and Antiderivatives . res, integrls nd ntiderivtives 333. Ares, Integrls nd Antiderivtives This section explores properties of functions defined s res nd exmines some connections mong res, integrls nd ntiderivtives. In order

More information

A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H. Thomas Shores Department of Mathematics University of Nebraska Spring 2007

A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H. Thomas Shores Department of Mathematics University of Nebraska Spring 2007 A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H Thoms Shores Deprtment of Mthemtics University of Nebrsk Spring 2007 Contents Rtes of Chnge nd Derivtives 1 Dierentils 4 Are nd Integrls 5 Multivrite Clculus

More information

Physics 116C Solution of inhomogeneous ordinary differential equations using Green s functions

Physics 116C Solution of inhomogeneous ordinary differential equations using Green s functions Physics 6C Solution of inhomogeneous ordinry differentil equtions using Green s functions Peter Young November 5, 29 Homogeneous Equtions We hve studied, especilly in long HW problem, second order liner

More information

Properties of the Riemann Integral

Properties of the Riemann Integral Properties of the Riemnn Integrl Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University Februry 15, 2018 Outline 1 Some Infimum nd Supremum Properties 2

More information

Review of Calculus, cont d

Review of Calculus, cont d Jim Lmbers MAT 460 Fll Semester 2009-10 Lecture 3 Notes These notes correspond to Section 1.1 in the text. Review of Clculus, cont d Riemnn Sums nd the Definite Integrl There re mny cses in which some

More information

13: Diffusion in 2 Energy Groups

13: Diffusion in 2 Energy Groups 3: Diffusion in Energy Groups B. Rouben McMster University Course EP 4D3/6D3 Nucler Rector Anlysis (Rector Physics) 5 Sept.-Dec. 5 September Contents We study the diffusion eqution in two energy groups

More information

MAA 4212 Improper Integrals

MAA 4212 Improper Integrals Notes by Dvid Groisser, Copyright c 1995; revised 2002, 2009, 2014 MAA 4212 Improper Integrls The Riemnn integrl, while perfectly well-defined, is too restrictive for mny purposes; there re functions which

More information

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite Unit #8 : The Integrl Gols: Determine how to clculte the re described by function. Define the definite integrl. Eplore the reltionship between the definite integrl nd re. Eplore wys to estimte the definite

More information

8 Laplace s Method and Local Limit Theorems

8 Laplace s Method and Local Limit Theorems 8 Lplce s Method nd Locl Limit Theorems 8. Fourier Anlysis in Higher DImensions Most of the theorems of Fourier nlysis tht we hve proved hve nturl generliztions to higher dimensions, nd these cn be proved

More information

Math 4310 Solutions to homework 1 Due 9/1/16

Math 4310 Solutions to homework 1 Due 9/1/16 Mth 4310 Solutions to homework 1 Due 9/1/16 1. Use the Eucliden lgorithm to find the following gretest common divisors. () gcd(252, 180) = 36 (b) gcd(513, 187) = 1 (c) gcd(7684, 4148) = 68 252 = 180 1

More information

Path product and inverse M-matrices

Path product and inverse M-matrices Electronic Journl of Liner Algebr Volume 22 Volume 22 (2011) Article 42 2011 Pth product nd inverse M-mtrices Yn Zhu Cheng-Yi Zhng Jun Liu Follow this nd dditionl works t: http://repository.uwyo.edu/el

More information

Appendix 3, Rises and runs, slopes and sums: tools from calculus

Appendix 3, Rises and runs, slopes and sums: tools from calculus Appendi 3, Rises nd runs, slopes nd sums: tools from clculus Sometimes we will wnt to eplore how quntity chnges s condition is vried. Clculus ws invented to do just this. We certinly do not need the full

More information

Fundamental Theorem of Calculus and Computations on Some Special Henstock-Kurzweil Integrals

Fundamental Theorem of Calculus and Computations on Some Special Henstock-Kurzweil Integrals Fundmentl Theorem of Clculus nd Computtions on Some Specil Henstock-Kurzweil Integrls Wei-Chi YANG wyng@rdford.edu Deprtment of Mthemtics nd Sttistics Rdford University Rdford, VA 24142 USA DING, Xiofeng

More information

Reversals of Signal-Posterior Monotonicity for Any Bounded Prior

Reversals of Signal-Posterior Monotonicity for Any Bounded Prior Reversls of Signl-Posterior Monotonicity for Any Bounded Prior Christopher P. Chmbers Pul J. Hely Abstrct Pul Milgrom (The Bell Journl of Economics, 12(2): 380 391) showed tht if the strict monotone likelihood

More information

Lecture Note 9: Orthogonal Reduction

Lecture Note 9: Orthogonal Reduction MATH : Computtionl Methods of Liner Algebr 1 The Row Echelon Form Lecture Note 9: Orthogonl Reduction Our trget is to solve the norml eution: Xinyi Zeng Deprtment of Mthemticl Sciences, UTEP A t Ax = A

More information

Chapter 2. Determinants

Chapter 2. Determinants Chpter Determinnts The Determinnt Function Recll tht the X mtrix A c b d is invertible if d-bc0. The expression d-bc occurs so frequently tht it hs nme; it is clled the determinnt of the mtrix A nd is

More information

Best Approximation in the 2-norm

Best Approximation in the 2-norm Jim Lmbers MAT 77 Fll Semester 1-11 Lecture 1 Notes These notes correspond to Sections 9. nd 9.3 in the text. Best Approximtion in the -norm Suppose tht we wish to obtin function f n (x) tht is liner combintion

More information

Math& 152 Section Integration by Parts

Math& 152 Section Integration by Parts Mth& 5 Section 7. - Integrtion by Prts Integrtion by prts is rule tht trnsforms the integrl of the product of two functions into other (idelly simpler) integrls. Recll from Clculus I tht given two differentible

More information

Handout: Natural deduction for first order logic

Handout: Natural deduction for first order logic MATH 457 Introduction to Mthemticl Logic Spring 2016 Dr Json Rute Hndout: Nturl deduction for first order logic We will extend our nturl deduction rules for sententil logic to first order logic These notes

More information

ODE: Existence and Uniqueness of a Solution

ODE: Existence and Uniqueness of a Solution Mth 22 Fll 213 Jerry Kzdn ODE: Existence nd Uniqueness of Solution The Fundmentl Theorem of Clculus tells us how to solve the ordinry differentil eqution (ODE) du = f(t) dt with initil condition u() =

More information

Improper Integrals, and Differential Equations

Improper Integrals, and Differential Equations Improper Integrls, nd Differentil Equtions October 22, 204 5.3 Improper Integrls Previously, we discussed how integrls correspond to res. More specificlly, we sid tht for function f(x), the region creted

More information

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Mth 520 Finl Exm Topic Outline Sections 1 3 (Xio/Dums/Liw) Spring 2008 The finl exm will be held on Tuesdy, My 13, 2-5pm in 117 McMilln Wht will be covered The finl exm will cover the mteril from ll of

More information

Diophantine Steiner Triples and Pythagorean-Type Triangles

Diophantine Steiner Triples and Pythagorean-Type Triangles Forum Geometricorum Volume 10 (2010) 93 97. FORUM GEOM ISSN 1534-1178 Diophntine Steiner Triples nd Pythgoren-Type Tringles ojn Hvl bstrct. We present connection between Diophntine Steiner triples (integer

More information

FUNDAMENTALS OF REAL ANALYSIS by. III.1. Measurable functions. f 1 (

FUNDAMENTALS OF REAL ANALYSIS by. III.1. Measurable functions. f 1 ( FUNDAMNTALS OF RAL ANALYSIS by Doğn Çömez III. MASURABL FUNCTIONS AND LBSGU INTGRAL III.. Mesurble functions Hving the Lebesgue mesure define, in this chpter, we will identify the collection of functions

More information

STUDY GUIDE FOR BASIC EXAM

STUDY GUIDE FOR BASIC EXAM STUDY GUIDE FOR BASIC EXAM BRYON ARAGAM This is prtil list of theorems tht frequently show up on the bsic exm. In mny cses, you my be sked to directly prove one of these theorems or these vrints. There

More information

On the Generalized Weighted Quasi-Arithmetic Integral Mean 1

On the Generalized Weighted Quasi-Arithmetic Integral Mean 1 Int. Journl of Mth. Anlysis, Vol. 7, 2013, no. 41, 2039-2048 HIKARI Ltd, www.m-hikri.com http://dx.doi.org/10.12988/ijm.2013.3499 On the Generlized Weighted Qusi-Arithmetic Integrl Men 1 Hui Sun School

More information

Online Bin Packing with Cardinality Constraints Resolved

Online Bin Packing with Cardinality Constraints Resolved Online Bin Pcing with Crdinlity Constrints Resolved János Blogh 1, József Béési, György Dós, Leh Epstein, nd Asf Levin 5 1 Deprtment of Applied Informtics, Gyul Juhász Fculty of Eduction, University of

More information

Vyacheslav Telnin. Search for New Numbers.

Vyacheslav Telnin. Search for New Numbers. Vycheslv Telnin Serch for New Numbers. 1 CHAPTER I 2 I.1 Introduction. In 1984, in the first issue for tht yer of the Science nd Life mgzine, I red the rticle "Non-Stndrd Anlysis" by V. Uspensky, in which

More information

Exam 2, Mathematics 4701, Section ETY6 6:05 pm 7:40 pm, March 31, 2016, IH-1105 Instructor: Attila Máté 1

Exam 2, Mathematics 4701, Section ETY6 6:05 pm 7:40 pm, March 31, 2016, IH-1105 Instructor: Attila Máté 1 Exm, Mthemtics 471, Section ETY6 6:5 pm 7:4 pm, Mrch 1, 16, IH-115 Instructor: Attil Máté 1 17 copies 1. ) Stte the usul sufficient condition for the fixed-point itertion to converge when solving the eqution

More information

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique?

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique? XII. LINEAR ALGEBRA: SOLVING SYSTEMS OF EQUATIONS Tody we re going to tlk bout solving systems of liner equtions. These re problems tht give couple of equtions with couple of unknowns, like: 6 2 3 7 4

More information

DISCRETE MATHEMATICS HOMEWORK 3 SOLUTIONS

DISCRETE MATHEMATICS HOMEWORK 3 SOLUTIONS DISCRETE MATHEMATICS 21228 HOMEWORK 3 SOLUTIONS JC Due in clss Wednesdy September 17. You my collborte but must write up your solutions by yourself. Lte homework will not be ccepted. Homework must either

More information

Convex Sets and Functions

Convex Sets and Functions B Convex Sets nd Functions Definition B1 Let L, +, ) be rel liner spce nd let C be subset of L The set C is convex if, for ll x,y C nd ll [, 1], we hve 1 )x+y C In other words, every point on the line

More information

APPROXIMATE INTEGRATION

APPROXIMATE INTEGRATION APPROXIMATE INTEGRATION. Introduction We hve seen tht there re functions whose nti-derivtives cnnot be expressed in closed form. For these resons ny definite integrl involving these integrnds cnnot be

More information

5.7 Improper Integrals

5.7 Improper Integrals 458 pplictions of definite integrls 5.7 Improper Integrls In Section 5.4, we computed the work required to lift pylod of mss m from the surfce of moon of mss nd rdius R to height H bove the surfce of the

More information

UNIT 1 FUNCTIONS AND THEIR INVERSES Lesson 1.4: Logarithmic Functions as Inverses Instruction

UNIT 1 FUNCTIONS AND THEIR INVERSES Lesson 1.4: Logarithmic Functions as Inverses Instruction Lesson : Logrithmic Functions s Inverses Prerequisite Skills This lesson requires the use of the following skills: determining the dependent nd independent vribles in n exponentil function bsed on dt from

More information

1.9 C 2 inner variations

1.9 C 2 inner variations 46 CHAPTER 1. INDIRECT METHODS 1.9 C 2 inner vritions So fr, we hve restricted ttention to liner vritions. These re vritions of the form vx; ǫ = ux + ǫφx where φ is in some liner perturbtion clss P, for

More information

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams Chpter 4 Contrvrince, Covrince, nd Spcetime Digrms 4. The Components of Vector in Skewed Coordintes We hve seen in Chpter 3; figure 3.9, tht in order to show inertil motion tht is consistent with the Lorentz

More information

7.2 The Definite Integral

7.2 The Definite Integral 7.2 The Definite Integrl the definite integrl In the previous section, it ws found tht if function f is continuous nd nonnegtive, then the re under the grph of f on [, b] is given by F (b) F (), where

More information

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives Block #6: Properties of Integrls, Indefinite Integrls Gols: Definition of the Definite Integrl Integrl Clcultions using Antiderivtives Properties of Integrls The Indefinite Integrl 1 Riemnn Sums - 1 Riemnn

More information

THE QUADRATIC RECIPROCITY LAW OF DUKE-HOPKINS. Circa 1870, G. Zolotarev observed that the Legendre symbol ( a p

THE QUADRATIC RECIPROCITY LAW OF DUKE-HOPKINS. Circa 1870, G. Zolotarev observed that the Legendre symbol ( a p THE QUADRATIC RECIPROCITY LAW OF DUKE-HOPKINS PETE L CLARK Circ 1870, Zolotrev observed tht the Legendre symbol ( p ) cn be interpreted s the sign of multipliction by viewed s permuttion of the set Z/pZ

More information

On Computing the Distinguishing Numbers of Planar Graphs and Beyond: a Counting Approach

On Computing the Distinguishing Numbers of Planar Graphs and Beyond: a Counting Approach On Computing the Distinguishing Numbers of Plnr Grphs nd Beyond: Counting Approch V. Arvind The Institute of Mthemticl Sciences Chenni 600 113, Indi rvind@imsc.res.in Christine T. Cheng Deprtment of Electricl

More information

On Error Sum Functions Formed by Convergents of Real Numbers

On Error Sum Functions Formed by Convergents of Real Numbers 3 47 6 3 Journl of Integer Sequences, Vol. 4 (), Article.8.6 On Error Sum Functions Formed by Convergents of Rel Numbers Crsten Elsner nd Mrtin Stein Fchhochschule für die Wirtschft Hnnover Freundllee

More information

1 The Riemann Integral

1 The Riemann Integral The Riemnn Integrl. An exmple leding to the notion of integrl (res) We know how to find (i.e. define) the re of rectngle (bse height), tringle ( (sum of res of tringles). But how do we find/define n re

More information

Module 6: LINEAR TRANSFORMATIONS

Module 6: LINEAR TRANSFORMATIONS Module 6: LINEAR TRANSFORMATIONS. Trnsformtions nd mtrices Trnsformtions re generliztions of functions. A vector x in some set S n is mpped into m nother vector y T( x). A trnsformtion is liner if, for

More information

Lecture 19: Continuous Least Squares Approximation

Lecture 19: Continuous Least Squares Approximation Lecture 19: Continuous Lest Squres Approximtion 33 Continuous lest squres pproximtion We begn 31 with the problem of pproximting some f C[, b] with polynomil p P n t the discrete points x, x 1,, x m for

More information