Applied Mathematics &Optimization

Size: px
Start display at page:

Download "Applied Mathematics &Optimization"

Transcription

1 Appl Math Optim 29: (1994) Applied Mathematics &Optimization c 1994 Springer-Verlag New Yor Inc. An Algorithm for Finding the Chebyshev Center of a Convex Polyhedron 1 N.D.Botin and V.L.Turova-Botina 2 Institut fur Angewandte Mathemati und Statisti der Universitat Wurzburg, Am Hubland, D-8700 Wurzburg, Deutschland Abstract. An algorithm for nding the Chebyshev center of a nite point set in the Euclidean space R n is proposed. The algorithm terminates after a nite number of iterations. In each iteration of the algorithm the current point is projected orthogonally onto the convex hull of a subset of the given point set. Key Words. Chebyshev center, Finite algorithm. AMS Classication. Primary 90C20, Secondary 52A. Abbreviated version of the article title: An Algorithm for Finding the Chebyshev Center 1 Part of this research was done at the University Wurzburg (Institut fur Angewandte Mathemati und Statisti) when the rst author was supported by the Alexander von Humboldt- Foundation, Germany. 2 On leave from the Institute of Mathematics and Mechanics, Ural Department of Russia Academy of Sciences, Eaterinburg, S.Kovalevsaya str.16, Russia.

2 Introduction Many problems of control theory and computational geometry require an eective procedure for nding the Chebyshev center of a convex polyhedron. Particularly, it is natural to consider the Chebyshev center as the center of an information set in control problems with uncertain disturbances and state information errors. Chebyshev centers are also useful as an auxiliary tool for some problems of computational geometry. These are the reasons to propose a new algorithm for nding the Chebyshev center (see also [1,4]). 1. Formulation of the Problem. Optimality Conditions Let Z = fz 1 ; z 2 ; :::; z m g be a nite set of points in the Euclidean space R n. A point x 2 R n is called Chebyshev center of the set Z, if z2z x z = min x2r n z2z x z (1) It is easily seen that the point x satisfying relation (1) is unique and x 2 coz, where symbol \co" means the convex hull of a set. For any point x 2 R n we denote d (x) = x z: z2z Let symbol E(x) denote the subset of points of Z which have the largest distance from x, i.e. E(x) = fz 2 Z : x z = d (x)g: The optimality conditions are given by the following theorem [2]. Theorem 1. A point x 2 R n is the Chebyshev center of Z i x 2 coe(x ). This fact will be used as a criterion of the algorithm termination. 2. The Idea of the Algorithm Choose an initial point x 0 2 coz and nd the set E(x 0 ). Assume that x 0 62 coe(x 0 ). Otherwise x 0 = x. Let J = fj 2 1; m : z j 2 E(x 0 )g; I = fi 2 1; m : z i 2 Z n E(x 0 )g: Find a point y 0 2 coe(x 0 ) nearest to the point x 0. For any 2 [0; 1] consider the point x = x 0 + (y 0 x 0 ). Obviously, for = 0 the following inequality holds x z j x z i > 0 (2) When we increase, the point x moves from the point x 0 towards y 0. We will increase until the left-hand side of the inequality (2) becomes zero. If we reach the point y 0 before the left-hand side of (2) is zero, then the point y 0 is the desired solution x. If the left-hand side of (2) is equal zero for some = 0 < 1, 1

3 then we tae the point x 0 as new initial point and repeat the above process. Note that nding the value 0 does not require solving of any equation. The algorithm provides explicit formula for 0. Thus, the algorithm resembles the simplex method in linear programming. The set E(x 0 ) is an analog of the support basis in the simplex method. After one iteration we obtain a new set E(x 0 ) by adding to the set E(x 0 ) some new points and removing some old points. Besides the \objective" function d ( ) decreases, i.e. d (x 0 ) < d (x 0 ). 3. The Algorithm Algorithm 1 Step 0: Choose an initial point x 0 2 coz and set := 0. Step 1: Find E(x ). If E(x ) = Z, then x := x and stop. Step 2: Find y 2 coe(x ) as the nearest point to x. If y = x, then x := x and stop. Step 3: Calculate by the formula: z i x = min 2 2 d 2hy x ; z i y i I (x ) ; (3) = fi : z i 2 Z n E(x ); hy x ; z i y i < 0g (we set formally = +1 whenever I If 1, then x := y and stop. = 6). Step 4: Let x +1 := x + (y x ); := + 1 and go to Step 1. Remar. Note that Algorithm 1 comprises the non-trivial operation of nding the distance to convex hull of the point set (Step 2). In our latest program realizing Algorithm 1 we used the recursive algorithm of [3] for the implementation of this operation. However, we will see below that the point y of Step 2 is the Chebyshev center of E(x ). So we come to the following recursive algorithm. 2

4 Algorithm 2 Step 0: Choose an initial point x 0 2 coz and := 0. Step 1: Find E(x ). If E(x ) = Z, then x := x and stop. Step 2: Call Algorithm 2 with Z = E(x ) and let y be an output of this call (the Chebyshev center of E(x )). If y = x, then x := x and stop. Step 3: Calculate by the formula: z i x = min 2 2 d 2hy x ; z i y i I (x ) = fi : z i 2 Z n E(x ); hy x ; z i y i < 0g ; (we set formally = +1 whenever I If 1, then x := y and stop. = 6). Step 4: Let x +1 := x + (y x ); := + 1 and go to Step 1. First we give the proof of Algorithm 1. The proof of Algorithm 2 will simply follow from the fact that y obtained at Step 2 of Algorithm 2 is the nearest point to x. 4. Auxiliary Propositions Consider -th iteration of Algorithm 1. We have the current approximation x and the point y 2 coe(x ) nearest to x. Let us assume further that x 6= y. Otherwise x = y by Theorem 1. Introduce some notations. For any subset S Z we put Dene the following sets of indices J = num num(s) = fl 2 1; m : z l 2 Sg: E(x ) ; J 0 = fl 2 J : hy x ; z l i = min hy x ; z j ig; I = num(z) n J ; I = fi 2 I : hy x ; z i y i < 0g; I + = I n I : Note that the set I is the same as in formulas (3). We now prove two propositions characterizing the point y. 3

5 Proposition 1. The following equality holds hy x ; y i = min hy x ; z j i: Proof. Choose an arbitrary point z 2 coe(x ) and consider the function () = (1 )y + z x 2 ; 2 [0; 1]. Because of the denition of y the function ( ) taes its minimum at = 0. Hence 0 (0) 0, which implies Therefore, hy x ; y i = hy x ; z y i 0: Taing into account the obvious equality min hy x ; zi: z2co E(x ) min hy x ; zi = minhy x ; z j i z2co E(x ) we obtain the desired result. Proposition 2. The following inclusion holds y 2 cofz j : j 2 J 0 g: Proof. Since y 2 coe(x ), we have y = X j z j ; j 0; X j = 1: or Proposition 1 gives This implies X hy x ; X j [hy x ; z j i j [hy x ; z j i j z j i = min hy x ; z j i min l2j hy x ; z l i] = 0: minhy x ; z l i] = 0 l2j for any j 2 J. Hence j = 0 for any j 62 J 0 (the term in the square bracets is positive for j 62 J 0 ). Thus, Proposition 2 is proved. Suppose that I 6= 6 and consider for 0 the following function g() = x + (y x ) z j 2 x + (y x ) z i 2 : (4) Lemma 1. The function g( ) is monotone decreasing and has an unique zero > 0 given by formula (3). 4

6 Proof. First we note that g(0) > 0 by denition of the sets J ; I. Rewrite g( ) as follows g() = min [x + (y x ) z j 2 x + (y x ) z i 2 ] = i2i min [h2x + 2(y x ) (z j + z i ); z i z j i] = i2i min [2hy x ; z i z j i + h2x (z j + z i ); z i z j i] = i2i min [2hy x ; (z i y )+(y z j )i+h(x z j )+(x z i ); (z i x ) (z j x )i] = i2i min [2hy x ; z i y i + 2hy x ; y z j i + x z j 2 x z i 2 ] = i2i min[2hy x ; z i y i x z i 2 ] + [2hy x ; y z j i + x z j 2 ]: i2i Since x z j = d (x ) for any j 2 J, and hy x ; y z j i = hy x ; y i minhy x ; z j i = 0 due to Proposition 1, we obtain the following representation of g( ) g() = min [2hy x ; z i y i x z i 2 ] + d 2 (x ): (5) Since hy x ; z i y i < 0 for any i 2 I, the function g( ) is the minimum of a nite set of strictly decreasing ane functions of. Hence g( ) is strictly decreasing. Using inequality g(0) > 0 we obtain that there exists an unique zero 0 > 0 of g( ). Due to the monotonicity of the function g( ) the value 0 can be found by 0 = f 0 : g() 0g: Let us prove now that 0 coincides with dened by formula (3). Choose an arbitrary >. Then from denition of there exists i 2 I such that z i x 2 d 2 (x ) 2hy x ; z i y i < : Since hy x ; z i y i < 0 we obtain 2hy x ; z i y i z i x 2 + d 2 (x ) < 0: A comparison with (5) gives g() < 0. Using the monotonicity of g( ) we get > 0. Thus, for any > we have > 0. Hence 0. Let us prove the opposite inequality. For any i 2 I we have z i x 2 d 2 (x ) 2hy x ; z i y i : 5

7 This implies 2 hy x ; z i y i z i x 2 + d 2 (x ) 0 for any i 2 I : A comparison with (5) gives g( ) 0. Hence 0 and Lemma 1 is proved. Lemma 2. For any > 0 the imum in the expression x + (y x ) z j 2 is attained on the subset J 0, and all j 2 J 0 are imizing. Proof. Let > 0; s; q 2 J : Consider the function '() = x + (y x ) z s 2 x + (y x ) z q 2 ; with '(0) = 0. Since ' 0 () = hy x ; z q z s i > 0 for s 2 J 0 ; q 62 J 0 ; '() increases strictly with > 0: On the other hand ' 0 () 0 for s; q 2 J 0, which proves the lemma. Lemma 3. For any i 2 I + and any 0 the following inequality holds x + (y x ) z j 2 > x + (y x ) z i 2 : Proof. Let i 2 I + and consider a xed arbitrary index s 2 J 0. One can easily see from the denition of I + and Proposition 1 that the function '() = x + (y x ) z s 2 x + (y x ) z i 2 satises '(0) > 0 and ' 0 () = hy x ; z i z s i = hy x ; z i y i + hy x ; y z s i 0, hence '() is increasing with 0. This gives the proof. Now dene x +1 by x +1 = ( x + (y x ) ; 1 y ; > 1 : (6) Lemma 4. The following equality holds ( J num(e(x +1 )) = 0 [ I 0 ; 1 J 0 ; > 1; (7) where I 0 = fl 2 I : x +1 z l 2 = x +1 z i 2 g: Proof. Consider rst the case 1. Since is a zero of the function g( ) dened by (4), we have x +1 z j 2 = x +1 z i 2 : (8) 6

8 Taing into account the denition of the set I 0, we obtain Using Lemma 3, we get x +1 z j 2 > ni 0 x +1 z i 2 : x +1 z j 2 > i2(i ni 0 )[I+ x +1 z i 2 : With Lemma 2 we get for any s 2 J 0 x +1 z s 2 = x +1 z j 2 > x +1 z i 2 : (9) i2(i ni 0 )[I+[(J nj 0 ) Taing into account the denition of the set I 0 (9) is valid for any s 2 J 0 [ I 0. Since we conclude that Let now > 1 but I J 0 [ I 0 [ (I n I 0 ) [ I + [ (J n J 0 ) = num(z); With Lemma 3 this implies num(e(x +1 )) = J 0 [ I 0 : and (8), we obtain that relation 6= 6. Then g(1) > 0 which means that x +1 z j 2 > x +1 z i 2 : x +1 z j 2 > [I + x +1 z i 2 : Using Lemma 2, we obtain for any s 2 J 0 Since we have If I x +1 z s 2 = x +1 z j 2 > x +1 z i 2 : [I + [(J nj 0 ) J 0 [ I [ I + [ (J n J 0 ) = num(z); num(e(x +1 )) = J 0 : = 6 then I = I +, and from Lemma 3 we get x +1 z j 2 > x +1 z i 2 : With the help of Lemma 2 this gives for any s 2 J 0 x +1 z s 2 = x +1 z j 2 > x +1 z i 2 : [(J nj 0 ) 7

9 Since J 0 [ I [ (J n J 0 ) = num(z); we conclude that which completes the proof. num(e(x +1 )) = J 0 ; Lemma 2 shows that for any j 2 J 0 the expression y z j assumes the same value. By Proposition 2 this value is the Chebyshev radius of the set fz j : j 2 J 0g, which we denote by r. Lemma 5. The following formulas for r are valid q d 2 (x ) y x 2 ; (10) r = r = Proof. Choose an arbitrary s 2 J 0. Then we have q d 2 (x +1 ) y x +1 2 : (11) z s x = y x + z s y : By squaring both sides of this expression we obtain z s x 2 = y x 2 + r 2 + 2hy x ; z s y i: From Proposition 1 and the denition of the set J 0 we have hy x ; z s y i = 0: (12) Using that z s x = d (x ) for any s 2 J 0 J, we obtain (10). As for (11), we have Squaring gives again z s x +1 = y x +1 + z s y : z s x +1 2 = y x r 2 + 2hy x +1 ; z s y i: Since y x +1 = (1 )(y x ), we get analogously to (12) hy x +1 ; z s y i = 0. Since s 2 J 0 num(e(x +1)) (see (7)), we conclude that z s x +1 2 = d 2 (x +1 ): Thus we obtain (11) and lemma is proved. Lemma 6. If < 1 then r +1 > r. Proof. In fact, from (10) we have q d 2 (x +1 ) y +1 x +1 2 ; (13) r +1 = 8

10 where y +1 2 coe(x +1 ) is the nearest point to x +1. Comparing (11) and (13), we see that we have to prove inequality y +1 x +1 2 < y x +1 2 : (14) To do this we note that from Proposition 2 and (7) the point y 2 coe(x +1 ): Choose an arbitrary point z q ; q 2 I 0. It is seen from (7) that (1 )y + z q 2 coe(x +1 ) for any 2 [0; 1]: Consider the expression x +1 (1 )y z q 2 = x +1 y + (y z q ) 2 = x +1 y 2 + 2(1 )hy x ; z q y i + 2 y z q 2 : Since q 2 I 0 I the following inequality holds hy x ; z q y i < 0: Hence, taing small enough 0 > 0, we obtain x +1 (1 0 )y 0 z q 2 < x +1 y 2 : Since y +1 2 coe(x +1 ) is the nearest point to x +1 and (1 0 )y + 0 z q 2 coe(x +1 ), we get x +1 y +1 2 x +1 (1 0 )y 0 z q 2 < x +1 y 2 : Thus (14) is true and inequality r +1 > r also holds. 5. The Properties of Finiteness and Monotonicity Theorem 2. The Algorithm 1 terminates within a nite number of iterations. Proof. Notice that the inequality r +1 > r of Lemma 6 was obtained under assumptions x 62 coe(x ) and < 1. It is easily seen that after a nite number of iterations one of these conditions will be violated. Indeed, there is only a nite number of distinct sets fz j : j 2 J 0 g; = 1; 2; :::. This number does not exceed the number of all subsets of Z. By the properties of the algorithm each set fz j : j 2 J 0g can arise only once, because the corresponding Chebyshev radius r increases strictly with. Hence, after a nite number of iterations we obtain either x 2 coe(x ), or 1. The rst case means termination of the algorithm. Consider the case 1. Let x +1 be dened by formula (6). Then x +1 = y and from Proposition 2 and (7) we have x +1 = y 2 cofz j : j 2 J 0 g co E(x +1 ): Thus, by Theorem 1 y is the Chebyshev center and the algorithm stops. Theorem 2 is proved. Theorem 3. The Algorithm 2 terminates within a nite number of iterations. Proof. If y 2 coe(x ) is the nearest point to x, then Lemma 2 (with = 1) implies that fz j : j 2 J 0 g is the subset of such points of E(x ) which have the largest 9

11 distance from y. Then from Proposition 2 and Theorem 1 we obtain that y is the Chebyshev center of E(x ). So, with the uniqueness of the Chebyshev center we deduce that y obtained at Step 2 of Algorithm 2 is the nearest point to x. It remains to prove that there is an exit from the recursion. In fact, if the point x is not the Chebyshev center of Z, then the set E(x ) has fewer points than Z has. So, the depth of recursion less or equal m. This proves Theorem 3. Theorem 4. The Algorithms 1,2 have the property of monotonicity, that is Proof. From (10) and (11) we have d (x +1 ) = This gives the desired result. 6. Numerical Examples d (x +1 ) < d (x ): d (x ) = q r 2 + x +1 y 2 = q r 2 + x y 2 ; q r 2 + (1 ) 2 x y 2 : Let us consider some numerical examples characterizing the eciency of the algorithm. These examples were implemented with a QuicBASIC program on a PC (80486, 33 MHz). Example 1. Z = fz : z = ( 1 ; 2 ; :::; n ) T ; j = 1; j = 1; :::; ng (vertices of the unit cube in R n ). The number of vertices is m = 2 n. The Chebyshev center is x = 0. The program realizing Algorithm 1 was run with the initial point x 0 = ( 1 1 ; 1 2 ; :::; 1 n )T for dimensions n = 2; 3; :::; 10. For each n the solution was obtained just in n iterations. The CPU-time for n = 10 was 8.62 s. Example 2. Z = fz i : z i = ( 1 ; :::; n ) T ; i = 1; :::mg, where j are random values uniformly distributed on the interval [ 1; 1]. The results obtained for Algorithm 1 are presented in the following table. The initial point was the same as in Example 1. The average values were computed on the basis of 20 testruns. n=10 Number of iterations Time (s) m min. av.. min. av The average speed of Algorithm 2 is approximately 1.5 times lower then the speed of Algorithm 1, but the corresponding computer program is shorter and loos more elegant. Computer tests show that the eciency of the algorithms proposed is comparable with the rapidity of the algorithm of [4]. Our test results compare favourable with the test results reported in [1] for various methods to compute the 10

12 Chebyshev center proposed by other authors. Acnowledgement This wor was partly supported by the Alexander von Humboldt- Foundation, Germany. The authors than Prof. Dr. J.Stoer for his warm hospitality at the University Wuerzburg, Germany and for helpful discussions. Authors also than Dr. M.A.Zarh for his help with computer program and valuable remars. References 1. Goldbach R. (1992) Inugel und Umugel onvexer Polyeder. Diplomarbeit, Institut fur Angewandte Mathemati und Statisti Julius-Maximilians- Universitat Wurzburg. 2. Pschenichny B.N. (1980) Convex analysis and extremal problems, Naua, Moscow. 3. Seitani K., Yamamoto Y. (1991) A recursive algorithm for nding the minimum norm point in a polytope and a pair of closest points in two polytopes, Sci. report No.462, Institute of Socio-Economic Planning, University of Tsuuba, Japan. 4. Welzl E. (1991) Smallest enclosing diss (balls and ellipsoids). Lecture Notes in Computer Science, Springer-Verlag, New Yor 555:

IE 5531: Engineering Optimization I

IE 5531: Engineering Optimization I IE 5531: Engineering Optimization I Lecture 15: Nonlinear optimization Prof. John Gunnar Carlsson November 1, 2010 Prof. John Gunnar Carlsson IE 5531: Engineering Optimization I November 1, 2010 1 / 24

More information

Spurious Chaotic Solutions of Dierential. Equations. Sigitas Keras. September Department of Applied Mathematics and Theoretical Physics

Spurious Chaotic Solutions of Dierential. Equations. Sigitas Keras. September Department of Applied Mathematics and Theoretical Physics UNIVERSITY OF CAMBRIDGE Numerical Analysis Reports Spurious Chaotic Solutions of Dierential Equations Sigitas Keras DAMTP 994/NA6 September 994 Department of Applied Mathematics and Theoretical Physics

More information

ON THE DIAMETER OF THE ATTRACTOR OF AN IFS Serge Dubuc Raouf Hamzaoui Abstract We investigate methods for the evaluation of the diameter of the attrac

ON THE DIAMETER OF THE ATTRACTOR OF AN IFS Serge Dubuc Raouf Hamzaoui Abstract We investigate methods for the evaluation of the diameter of the attrac ON THE DIAMETER OF THE ATTRACTOR OF AN IFS Serge Dubuc Raouf Hamzaoui Abstract We investigate methods for the evaluation of the diameter of the attractor of an IFS. We propose an upper bound for the diameter

More information

(1.) For any subset P S we denote by L(P ) the abelian group of integral relations between elements of P, i.e. L(P ) := ker Z P! span Z P S S : For ea

(1.) For any subset P S we denote by L(P ) the abelian group of integral relations between elements of P, i.e. L(P ) := ker Z P! span Z P S S : For ea Torsion of dierentials on toric varieties Klaus Altmann Institut fur reine Mathematik, Humboldt-Universitat zu Berlin Ziegelstr. 13a, D-10099 Berlin, Germany. E-mail: altmann@mathematik.hu-berlin.de Abstract

More information

POLARS AND DUAL CONES

POLARS AND DUAL CONES POLARS AND DUAL CONES VERA ROSHCHINA Abstract. The goal of this note is to remind the basic definitions of convex sets and their polars. For more details see the classic references [1, 2] and [3] for polytopes.

More information

The Ellipsoid Algorithm

The Ellipsoid Algorithm The Ellipsoid Algorithm John E. Mitchell Department of Mathematical Sciences RPI, Troy, NY 12180 USA 9 February 2018 Mitchell The Ellipsoid Algorithm 1 / 28 Introduction Outline 1 Introduction 2 Assumptions

More information

LATTICE POINT COVERINGS

LATTICE POINT COVERINGS LATTICE POINT COVERINGS MARTIN HENK AND GEORGE A. TSINTSIFAS Abstract. We give a simple proof of a necessary and sufficient condition under which any congruent copy of a given ellipsoid contains an integral

More information

Semi-strongly asymptotically non-expansive mappings and their applications on xed point theory

Semi-strongly asymptotically non-expansive mappings and their applications on xed point theory Hacettepe Journal of Mathematics and Statistics Volume 46 (4) (2017), 613 620 Semi-strongly asymptotically non-expansive mappings and their applications on xed point theory Chris Lennard and Veysel Nezir

More information

EQUIVALENCE OF TOPOLOGIES AND BOREL FIELDS FOR COUNTABLY-HILBERT SPACES

EQUIVALENCE OF TOPOLOGIES AND BOREL FIELDS FOR COUNTABLY-HILBERT SPACES EQUIVALENCE OF TOPOLOGIES AND BOREL FIELDS FOR COUNTABLY-HILBERT SPACES JEREMY J. BECNEL Abstract. We examine the main topologies wea, strong, and inductive placed on the dual of a countably-normed space

More information

On John type ellipsoids

On John type ellipsoids On John type ellipsoids B. Klartag Tel Aviv University Abstract Given an arbitrary convex symmetric body K R n, we construct a natural and non-trivial continuous map u K which associates ellipsoids to

More information

On the Chvatál-Complexity of Binary Knapsack Problems. Gergely Kovács 1 Béla Vizvári College for Modern Business Studies, Hungary

On the Chvatál-Complexity of Binary Knapsack Problems. Gergely Kovács 1 Béla Vizvári College for Modern Business Studies, Hungary On the Chvatál-Complexity of Binary Knapsack Problems Gergely Kovács 1 Béla Vizvári 2 1 College for Modern Business Studies, Hungary 2 Eastern Mediterranean University, TRNC 2009. 1 Chvátal Cut and Complexity

More information

It is well-known (cf. [2,4,5,9]) that the generating function P w() summed over all tableaux of shape = where the parts in row i are at most a i and a

It is well-known (cf. [2,4,5,9]) that the generating function P w() summed over all tableaux of shape = where the parts in row i are at most a i and a Counting tableaux with row and column bounds C. Krattenthalery S. G. Mohantyz Abstract. It is well-known that the generating function for tableaux of a given skew shape with r rows where the parts in the

More information

satisfying ( i ; j ) = ij Here ij = if i = j and 0 otherwise The idea to use lattices is the following Suppose we are given a lattice L and a point ~x

satisfying ( i ; j ) = ij Here ij = if i = j and 0 otherwise The idea to use lattices is the following Suppose we are given a lattice L and a point ~x Dual Vectors and Lower Bounds for the Nearest Lattice Point Problem Johan Hastad* MIT Abstract: We prove that given a point ~z outside a given lattice L then there is a dual vector which gives a fairly

More information

A new ane scaling interior point algorithm for nonlinear optimization subject to linear equality and inequality constraints

A new ane scaling interior point algorithm for nonlinear optimization subject to linear equality and inequality constraints Journal of Computational and Applied Mathematics 161 (003) 1 5 www.elsevier.com/locate/cam A new ane scaling interior point algorithm for nonlinear optimization subject to linear equality and inequality

More information

A theorem on summable families in normed groups. Dedicated to the professors of mathematics. L. Berg, W. Engel, G. Pazderski, and H.- W. Stolle.

A theorem on summable families in normed groups. Dedicated to the professors of mathematics. L. Berg, W. Engel, G. Pazderski, and H.- W. Stolle. Rostock. Math. Kolloq. 49, 51{56 (1995) Subject Classication (AMS) 46B15, 54A20, 54E15 Harry Poppe A theorem on summable families in normed groups Dedicated to the professors of mathematics L. Berg, W.

More information

460 HOLGER DETTE AND WILLIAM J STUDDEN order to examine how a given design behaves in the model g` with respect to the D-optimality criterion one uses

460 HOLGER DETTE AND WILLIAM J STUDDEN order to examine how a given design behaves in the model g` with respect to the D-optimality criterion one uses Statistica Sinica 5(1995), 459-473 OPTIMAL DESIGNS FOR POLYNOMIAL REGRESSION WHEN THE DEGREE IS NOT KNOWN Holger Dette and William J Studden Technische Universitat Dresden and Purdue University Abstract:

More information

Richard DiSalvo. Dr. Elmer. Mathematical Foundations of Economics. Fall/Spring,

Richard DiSalvo. Dr. Elmer. Mathematical Foundations of Economics. Fall/Spring, The Finite Dimensional Normed Linear Space Theorem Richard DiSalvo Dr. Elmer Mathematical Foundations of Economics Fall/Spring, 20-202 The claim that follows, which I have called the nite-dimensional normed

More information

A Finite Element Method for an Ill-Posed Problem. Martin-Luther-Universitat, Fachbereich Mathematik/Informatik,Postfach 8, D Halle, Abstract

A Finite Element Method for an Ill-Posed Problem. Martin-Luther-Universitat, Fachbereich Mathematik/Informatik,Postfach 8, D Halle, Abstract A Finite Element Method for an Ill-Posed Problem W. Lucht Martin-Luther-Universitat, Fachbereich Mathematik/Informatik,Postfach 8, D-699 Halle, Germany Abstract For an ill-posed problem which has its origin

More information

REAL RENORMINGS ON COMPLEX BANACH SPACES

REAL RENORMINGS ON COMPLEX BANACH SPACES REAL RENORMINGS ON COMPLEX BANACH SPACES F. J. GARCÍA PACHECO AND A. MIRALLES Abstract. In this paper we provide two ways of obtaining real Banach spaces that cannot come from complex spaces. In concrete

More information

On supporting hyperplanes to convex bodies

On supporting hyperplanes to convex bodies On supporting hyperplanes to convex bodies Alessio Figalli, Young-Heon Kim, and Robert J. McCann July 5, 211 Abstract Given a convex set and an interior point close to the boundary, we prove the existence

More information

Supplementary lecture notes on linear programming. We will present an algorithm to solve linear programs of the form. maximize.

Supplementary lecture notes on linear programming. We will present an algorithm to solve linear programs of the form. maximize. Cornell University, Fall 2016 Supplementary lecture notes on linear programming CS 6820: Algorithms 26 Sep 28 Sep 1 The Simplex Method We will present an algorithm to solve linear programs of the form

More information

Convergent Iterative Algorithms in the 2-inner Product Space R n

Convergent Iterative Algorithms in the 2-inner Product Space R n Int. J. Open Problems Compt. Math., Vol. 6, No. 4, December 2013 ISSN 1998-6262; Copyright c ICSRS Publication, 2013 www.i-csrs.org Convergent Iterative Algorithms in the 2-inner Product Space R n Iqbal

More information

REMARKS ON THE KKM PROPERTY FOR OPEN-VALUED MULTIMAPS ON GENERALIZED CONVEX SPACES

REMARKS ON THE KKM PROPERTY FOR OPEN-VALUED MULTIMAPS ON GENERALIZED CONVEX SPACES J. Korean Math. Soc. 42 (2005), No. 1, pp. 101 110 REMARKS ON THE KKM PROPERTY FOR OPEN-VALUED MULTIMAPS ON GENERALIZED CONVEX SPACES Hoonjoo Kim and Sehie Park Abstract. Let (X, D; ) be a G-convex space

More information

Math 341: Convex Geometry. Xi Chen

Math 341: Convex Geometry. Xi Chen Math 341: Convex Geometry Xi Chen 479 Central Academic Building, University of Alberta, Edmonton, Alberta T6G 2G1, CANADA E-mail address: xichen@math.ualberta.ca CHAPTER 1 Basics 1. Euclidean Geometry

More information

Week 3: Faces of convex sets

Week 3: Faces of convex sets Week 3: Faces of convex sets Conic Optimisation MATH515 Semester 018 Vera Roshchina School of Mathematics and Statistics, UNSW August 9, 018 Contents 1. Faces of convex sets 1. Minkowski theorem 3 3. Minimal

More information

9 Linear Interpolation and Estimation using Interval Analysis

9 Linear Interpolation and Estimation using Interval Analysis 9 Linear Interpolation and Estimation using Interval Analysis S. M. Markov and E. D. Popova 1 ABSTRACT This chapter considers interpolation and curve tting using generalized polynomials under bounded measurement

More information

Infinite products and paracontracting matrices

Infinite products and paracontracting matrices Electronic Journal of Linear Algebra Volume 2 ELA Volume 2 (1997) Article 1 1997 Infinite products and paracontracting matrices Wolf-Jurgen Beyn beyn@math.uni.bielefeld.de Ludwig Elsner elsner@mathematik.uni-bielefeld.de

More information

Nonmonotonic back-tracking trust region interior point algorithm for linear constrained optimization

Nonmonotonic back-tracking trust region interior point algorithm for linear constrained optimization Journal of Computational and Applied Mathematics 155 (2003) 285 305 www.elsevier.com/locate/cam Nonmonotonic bac-tracing trust region interior point algorithm for linear constrained optimization Detong

More information

Convex Geometry. Carsten Schütt

Convex Geometry. Carsten Schütt Convex Geometry Carsten Schütt November 25, 2006 2 Contents 0.1 Convex sets... 4 0.2 Separation.... 9 0.3 Extreme points..... 15 0.4 Blaschke selection principle... 18 0.5 Polytopes and polyhedra.... 23

More information

KOREKTURY wim11203.tex

KOREKTURY wim11203.tex KOREKTURY wim11203.tex 23.12. 2005 REGULAR SUBMODULES OF TORSION MODULES OVER A DISCRETE VALUATION DOMAIN, Bandung,, Würzburg (Received July 10, 2003) Abstract. A submodule W of a p-primary module M of

More information

Functions: A Fourier Approach. Universitat Rostock. Germany. Dedicated to Prof. L. Berg on the occasion of his 65th birthday.

Functions: A Fourier Approach. Universitat Rostock. Germany. Dedicated to Prof. L. Berg on the occasion of his 65th birthday. Approximation Properties of Multi{Scaling Functions: A Fourier Approach Gerlind Plona Fachbereich Mathemati Universitat Rostoc 1851 Rostoc Germany Dedicated to Prof. L. Berg on the occasion of his 65th

More information

Quantum logics with given centres and variable state spaces Mirko Navara 1, Pavel Ptak 2 Abstract We ask which logics with a given centre allow for en

Quantum logics with given centres and variable state spaces Mirko Navara 1, Pavel Ptak 2 Abstract We ask which logics with a given centre allow for en Quantum logics with given centres and variable state spaces Mirko Navara 1, Pavel Ptak 2 Abstract We ask which logics with a given centre allow for enlargements with an arbitrary state space. We show in

More information

arxiv: v1 [math.mg] 27 Jan 2016

arxiv: v1 [math.mg] 27 Jan 2016 On the monotonicity of the moments of volumes of random simplices arxiv:67295v [mathmg] 27 Jan 26 Benjamin Reichenwallner and Matthias Reitzner University of Salzburg and University of Osnabrueck Abstract

More information

Lecture notes on the ellipsoid algorithm

Lecture notes on the ellipsoid algorithm Massachusetts Institute of Technology Handout 1 18.433: Combinatorial Optimization May 14th, 007 Michel X. Goemans Lecture notes on the ellipsoid algorithm The simplex algorithm was the first algorithm

More information

Approximation Algorithms for Maximum. Coverage and Max Cut with Given Sizes of. Parts? A. A. Ageev and M. I. Sviridenko

Approximation Algorithms for Maximum. Coverage and Max Cut with Given Sizes of. Parts? A. A. Ageev and M. I. Sviridenko Approximation Algorithms for Maximum Coverage and Max Cut with Given Sizes of Parts? A. A. Ageev and M. I. Sviridenko Sobolev Institute of Mathematics pr. Koptyuga 4, 630090, Novosibirsk, Russia fageev,svirg@math.nsc.ru

More information

290 J.M. Carnicer, J.M. Pe~na basis (u 1 ; : : : ; u n ) consisting of minimally supported elements, yet also has a basis (v 1 ; : : : ; v n ) which f

290 J.M. Carnicer, J.M. Pe~na basis (u 1 ; : : : ; u n ) consisting of minimally supported elements, yet also has a basis (v 1 ; : : : ; v n ) which f Numer. Math. 67: 289{301 (1994) Numerische Mathematik c Springer-Verlag 1994 Electronic Edition Least supported bases and local linear independence J.M. Carnicer, J.M. Pe~na? Departamento de Matematica

More information

1 Introduction It will be convenient to use the inx operators a b and a b to stand for maximum (least upper bound) and minimum (greatest lower bound)

1 Introduction It will be convenient to use the inx operators a b and a b to stand for maximum (least upper bound) and minimum (greatest lower bound) Cycle times and xed points of min-max functions Jeremy Gunawardena, Department of Computer Science, Stanford University, Stanford, CA 94305, USA. jeremy@cs.stanford.edu October 11, 1993 to appear in the

More information

Markov processes Course note 2. Martingale problems, recurrence properties of discrete time chains.

Markov processes Course note 2. Martingale problems, recurrence properties of discrete time chains. Institute for Applied Mathematics WS17/18 Massimiliano Gubinelli Markov processes Course note 2. Martingale problems, recurrence properties of discrete time chains. [version 1, 2017.11.1] We introduce

More information

SOME MEASURABILITY AND CONTINUITY PROPERTIES OF ARBITRARY REAL FUNCTIONS

SOME MEASURABILITY AND CONTINUITY PROPERTIES OF ARBITRARY REAL FUNCTIONS LE MATEMATICHE Vol. LVII (2002) Fasc. I, pp. 6382 SOME MEASURABILITY AND CONTINUITY PROPERTIES OF ARBITRARY REAL FUNCTIONS VITTORINO PATA - ALFONSO VILLANI Given an arbitrary real function f, the set D

More information

Problem Set 6: Solutions Math 201A: Fall a n x n,

Problem Set 6: Solutions Math 201A: Fall a n x n, Problem Set 6: Solutions Math 201A: Fall 2016 Problem 1. Is (x n ) n=0 a Schauder basis of C([0, 1])? No. If f(x) = a n x n, n=0 where the series converges uniformly on [0, 1], then f has a power series

More information

Deviation Measures and Normals of Convex Bodies

Deviation Measures and Normals of Convex Bodies Beiträge zur Algebra und Geometrie Contributions to Algebra Geometry Volume 45 (2004), No. 1, 155-167. Deviation Measures Normals of Convex Bodies Dedicated to Professor August Florian on the occasion

More information

Lecture 6 - Convex Sets

Lecture 6 - Convex Sets Lecture 6 - Convex Sets Definition A set C R n is called convex if for any x, y C and λ [0, 1], the point λx + (1 λ)y belongs to C. The above definition is equivalent to saying that for any x, y C, the

More information

114 EUROPHYSICS LETTERS i) We put the question of the expansion over the set in connection with the Schrodinger operator under consideration (an accur

114 EUROPHYSICS LETTERS i) We put the question of the expansion over the set in connection with the Schrodinger operator under consideration (an accur EUROPHYSICS LETTERS 15 April 1998 Europhys. Lett., 42 (2), pp. 113-117 (1998) Schrodinger operator in an overfull set A. N. Gorban and I. V. Karlin( ) Computing Center RAS - Krasnoyars 660036, Russia (received

More information

Optimization and Optimal Control in Banach Spaces

Optimization and Optimal Control in Banach Spaces Optimization and Optimal Control in Banach Spaces Bernhard Schmitzer October 19, 2017 1 Convex non-smooth optimization with proximal operators Remark 1.1 (Motivation). Convex optimization: easier to solve,

More information

Course 212: Academic Year Section 1: Metric Spaces

Course 212: Academic Year Section 1: Metric Spaces Course 212: Academic Year 1991-2 Section 1: Metric Spaces D. R. Wilkins Contents 1 Metric Spaces 3 1.1 Distance Functions and Metric Spaces............. 3 1.2 Convergence and Continuity in Metric Spaces.........

More information

EULER-LIKE METHOD FOR THE SIMULTANEOUS INCLUSION OF POLYNOMIAL ZEROS WITH WEIERSTRASS CORRECTION

EULER-LIKE METHOD FOR THE SIMULTANEOUS INCLUSION OF POLYNOMIAL ZEROS WITH WEIERSTRASS CORRECTION EULER-LIKE METHOD FOR THE SIMULTANEOUS INCLUSION OF POLYNOMIAL ZEROS WITH WEIERSTRASS CORRECTION Miodrag S. Petković Faculty of Electronic Engineering, Department of Mathematics P.O. Box 73, 18000 Niš,

More information

arxiv: v1 [math.co] 10 Aug 2016

arxiv: v1 [math.co] 10 Aug 2016 POLYTOPES OF STOCHASTIC TENSORS HAIXIA CHANG 1, VEHBI E. PAKSOY 2 AND FUZHEN ZHANG 2 arxiv:1608.03203v1 [math.co] 10 Aug 2016 Abstract. Considering n n n stochastic tensors (a ijk ) (i.e., nonnegative

More information

Interval solutions for interval algebraic equations

Interval solutions for interval algebraic equations Mathematics and Computers in Simulation 66 (2004) 207 217 Interval solutions for interval algebraic equations B.T. Polyak, S.A. Nazin Institute of Control Sciences, Russian Academy of Sciences, 65 Profsoyuznaya

More information

THE UNIQUE MINIMAL DUAL REPRESENTATION OF A CONVEX FUNCTION

THE UNIQUE MINIMAL DUAL REPRESENTATION OF A CONVEX FUNCTION THE UNIQUE MINIMAL DUAL REPRESENTATION OF A CONVEX FUNCTION HALUK ERGIN AND TODD SARVER Abstract. Suppose (i) X is a separable Banach space, (ii) C is a convex subset of X that is a Baire space (when endowed

More information

A Note on the Geometric Interpretation of Bell s Inequalities

A Note on the Geometric Interpretation of Bell s Inequalities Lett Math Phys DOI 10.1007/s11005-013-0631-8 A Note on the Geometric Interpretation of Bell s Inequalities PAOLO DAI PRA, MICHELE PAVON and NEERAJA SAHASRABUDHE Dipartimento di Matematica, Università di

More information

Stochastic Design Criteria in Linear Models

Stochastic Design Criteria in Linear Models AUSTRIAN JOURNAL OF STATISTICS Volume 34 (2005), Number 2, 211 223 Stochastic Design Criteria in Linear Models Alexander Zaigraev N. Copernicus University, Toruń, Poland Abstract: Within the framework

More information

The Linearity of Metric Projection Operator for Subspaces of L p Spaces

The Linearity of Metric Projection Operator for Subspaces of L p Spaces ISSN 0027-1322, Moscow University Mathematics Bulletin, 2010, Vol. 65, No. 1, pp. 28 33. c Allerton Press, Inc., 2010. Original Russian Text c Yu.Yu.Druzhinin, 2010, published in Vestni Mosovsogo Universiteta,

More information

Generalization of Hensel lemma: nding of roots of p-adic Lipschitz functions

Generalization of Hensel lemma: nding of roots of p-adic Lipschitz functions Generalization of Hensel lemma: nding of roots of p-adic Lipschitz functions (joint talk with Andrei Khrennikov) Dr. Ekaterina Yurova Axelsson Linnaeus University, Sweden September 8, 2015 Outline Denitions

More information

1 I A Q E B A I E Q 1 A ; E Q A I A (2) A : (3) A : (4)

1 I A Q E B A I E Q 1 A ; E Q A I A (2) A : (3) A : (4) Latin Squares Denition and examples Denition. (Latin Square) An n n Latin square, or a latin square of order n, is a square array with n symbols arranged so that each symbol appears just once in each row

More information

7. Lecture notes on the ellipsoid algorithm

7. Lecture notes on the ellipsoid algorithm Massachusetts Institute of Technology Michel X. Goemans 18.433: Combinatorial Optimization 7. Lecture notes on the ellipsoid algorithm The simplex algorithm was the first algorithm proposed for linear

More information

Abstract. We show that a proper coloring of the diagram of an interval order I may require 1 +

Abstract. We show that a proper coloring of the diagram of an interval order I may require 1 + Colorings of Diagrams of Interval Orders and -Sequences of Sets STEFAN FELSNER 1 and WILLIAM T. TROTTER 1 Fachbereich Mathemati, TU-Berlin, Strae des 17. Juni 135, 1000 Berlin 1, Germany, partially supported

More information

Only Intervals Preserve the Invertibility of Arithmetic Operations

Only Intervals Preserve the Invertibility of Arithmetic Operations Only Intervals Preserve the Invertibility of Arithmetic Operations Olga Kosheleva 1 and Vladik Kreinovich 2 1 Department of Electrical and Computer Engineering 2 Department of Computer Science University

More information

Max-Planck-Institut fur Mathematik in den Naturwissenschaften Leipzig Uniformly distributed measures in Euclidean spaces by Bernd Kirchheim and David Preiss Preprint-Nr.: 37 1998 Uniformly Distributed

More information

Measurable Choice Functions

Measurable Choice Functions (January 19, 2013) Measurable Choice Functions Paul Garrett garrett@math.umn.edu http://www.math.umn.edu/ garrett/ [This document is http://www.math.umn.edu/ garrett/m/fun/choice functions.pdf] This note

More information

Extremal Cases of the Ahlswede-Cai Inequality. A. J. Radclie and Zs. Szaniszlo. University of Nebraska-Lincoln. Department of Mathematics

Extremal Cases of the Ahlswede-Cai Inequality. A. J. Radclie and Zs. Szaniszlo. University of Nebraska-Lincoln. Department of Mathematics Extremal Cases of the Ahlswede-Cai Inequality A J Radclie and Zs Szaniszlo University of Nebraska{Lincoln Department of Mathematics 810 Oldfather Hall University of Nebraska-Lincoln Lincoln, NE 68588 1

More information

The longest shortest piercing.

The longest shortest piercing. The longest shortest piercing. B. Kawohl & V. Kurta. December 8, 21 Abstract: We generalize an old problem and its partial solution of Pólya [7] to the n-dimensional setting. Given a plane domain Ω R 2,

More information

Mathematics 530. Practice Problems. n + 1 }

Mathematics 530. Practice Problems. n + 1 } Department of Mathematical Sciences University of Delaware Prof. T. Angell October 19, 2015 Mathematics 530 Practice Problems 1. Recall that an indifference relation on a partially ordered set is defined

More information

Fast Signature Generation with a. Fiat Shamir { Like Scheme. Fachbereich Mathematik / Informatik. Abstract

Fast Signature Generation with a. Fiat Shamir { Like Scheme. Fachbereich Mathematik / Informatik. Abstract Fast Signature Generation with a Fiat Shamir { Like Scheme H. Ong Deutsche Bank AG Stuttgarter Str. 16{24 D { 6236 Eschborn C.P. Schnorr Fachbereich Mathematik / Informatik Universitat Frankfurt Postfach

More information

The 123 Theorem and its extensions

The 123 Theorem and its extensions The 123 Theorem and its extensions Noga Alon and Raphael Yuster Department of Mathematics Raymond and Beverly Sackler Faculty of Exact Sciences Tel Aviv University, Tel Aviv, Israel Abstract It is shown

More information

Rearrangements and polar factorisation of countably degenerate functions G.R. Burton, School of Mathematical Sciences, University of Bath, Claverton D

Rearrangements and polar factorisation of countably degenerate functions G.R. Burton, School of Mathematical Sciences, University of Bath, Claverton D Rearrangements and polar factorisation of countably degenerate functions G.R. Burton, School of Mathematical Sciences, University of Bath, Claverton Down, Bath BA2 7AY, U.K. R.J. Douglas, Isaac Newton

More information

In English, this means that if we travel on a straight line between any two points in C, then we never leave C.

In English, this means that if we travel on a straight line between any two points in C, then we never leave C. Convex sets In this section, we will be introduced to some of the mathematical fundamentals of convex sets. In order to motivate some of the definitions, we will look at the closest point problem from

More information

Pseudo-stopping times and the hypothesis (H)

Pseudo-stopping times and the hypothesis (H) Pseudo-stopping times and the hypothesis (H) Anna Aksamit Laboratoire de Mathématiques et Modélisation d'évry (LaMME) UMR CNRS 80712, Université d'évry Val d'essonne 91037 Évry Cedex, France Libo Li Department

More information

A Representation of Excessive Functions as Expected Suprema

A Representation of Excessive Functions as Expected Suprema A Representation of Excessive Functions as Expected Suprema Hans Föllmer & Thomas Knispel Humboldt-Universität zu Berlin Institut für Mathematik Unter den Linden 6 10099 Berlin, Germany E-mail: foellmer@math.hu-berlin.de,

More information

Estimates for probabilities of independent events and infinite series

Estimates for probabilities of independent events and infinite series Estimates for probabilities of independent events and infinite series Jürgen Grahl and Shahar evo September 9, 06 arxiv:609.0894v [math.pr] 8 Sep 06 Abstract This paper deals with finite or infinite sequences

More information

ON THE ARITHMETIC-GEOMETRIC MEAN INEQUALITY AND ITS RELATIONSHIP TO LINEAR PROGRAMMING, BAHMAN KALANTARI

ON THE ARITHMETIC-GEOMETRIC MEAN INEQUALITY AND ITS RELATIONSHIP TO LINEAR PROGRAMMING, BAHMAN KALANTARI ON THE ARITHMETIC-GEOMETRIC MEAN INEQUALITY AND ITS RELATIONSHIP TO LINEAR PROGRAMMING, MATRIX SCALING, AND GORDAN'S THEOREM BAHMAN KALANTARI Abstract. It is a classical inequality that the minimum of

More information

On isotropicity with respect to a measure

On isotropicity with respect to a measure On isotropicity with respect to a measure Liran Rotem Abstract A body is said to be isoptropic with respect to a measure µ if the function θ x, θ dµ(x) is constant on the unit sphere. In this note, we

More information

The subject of this paper is nding small sample spaces for joint distributions of

The subject of this paper is nding small sample spaces for joint distributions of Constructing Small Sample Spaces for De-Randomization of Algorithms Daphne Koller Nimrod Megiddo y September 1993 The subject of this paper is nding small sample spaces for joint distributions of n Bernoulli

More information

15.081J/6.251J Introduction to Mathematical Programming. Lecture 18: The Ellipsoid method

15.081J/6.251J Introduction to Mathematical Programming. Lecture 18: The Ellipsoid method 15.081J/6.251J Introduction to Mathematical Programming Lecture 18: The Ellipsoid method 1 Outline Efficient algorithms and computational complexity Slide 1 The key geometric result behind the ellipsoid

More information

Geometric problems. Chapter Projection on a set. The distance of a point x 0 R n to a closed set C R n, in the norm, is defined as

Geometric problems. Chapter Projection on a set. The distance of a point x 0 R n to a closed set C R n, in the norm, is defined as Chapter 8 Geometric problems 8.1 Projection on a set The distance of a point x 0 R n to a closed set C R n, in the norm, is defined as dist(x 0,C) = inf{ x 0 x x C}. The infimum here is always achieved.

More information

A derivative-free nonmonotone line search and its application to the spectral residual method

A derivative-free nonmonotone line search and its application to the spectral residual method IMA Journal of Numerical Analysis (2009) 29, 814 825 doi:10.1093/imanum/drn019 Advance Access publication on November 14, 2008 A derivative-free nonmonotone line search and its application to the spectral

More information

Part III. 10 Topological Space Basics. Topological Spaces

Part III. 10 Topological Space Basics. Topological Spaces Part III 10 Topological Space Basics Topological Spaces Using the metric space results above as motivation we will axiomatize the notion of being an open set to more general settings. Definition 10.1.

More information

Vector Space Basics. 1 Abstract Vector Spaces. 1. (commutativity of vector addition) u + v = v + u. 2. (associativity of vector addition)

Vector Space Basics. 1 Abstract Vector Spaces. 1. (commutativity of vector addition) u + v = v + u. 2. (associativity of vector addition) Vector Space Basics (Remark: these notes are highly formal and may be a useful reference to some students however I am also posting Ray Heitmann's notes to Canvas for students interested in a direct computational

More information

The Nearest Doubly Stochastic Matrix to a Real Matrix with the same First Moment

The Nearest Doubly Stochastic Matrix to a Real Matrix with the same First Moment he Nearest Doubly Stochastic Matrix to a Real Matrix with the same First Moment William Glunt 1, homas L. Hayden 2 and Robert Reams 2 1 Department of Mathematics and Computer Science, Austin Peay State

More information

CONVERGENCE PROPERTIES OF COMBINED RELAXATION METHODS

CONVERGENCE PROPERTIES OF COMBINED RELAXATION METHODS CONVERGENCE PROPERTIES OF COMBINED RELAXATION METHODS Igor V. Konnov Department of Applied Mathematics, Kazan University Kazan 420008, Russia Preprint, March 2002 ISBN 951-42-6687-0 AMS classification:

More information

1 Lecture notes Classication. Denition 1. Let z be a set function on the nite set V i.e. z : 2 V R, then z is submodular if

1 Lecture notes Classication. Denition 1. Let z be a set function on the nite set V i.e. z : 2 V R, then z is submodular if Lecture notes 3 Denition. Let z be a set function on the nite set V i.e z : 2 V R, then z is submodular if z A) + z B) z A B) + z A B) A, B V. Denition 2. If z is submodular then z is supermodular. Denition

More information

Hamburger Beiträge zur Angewandten Mathematik

Hamburger Beiträge zur Angewandten Mathematik Hamburger Beiträge zur Angewandten Mathematik Numerical analysis of a control and state constrained elliptic control problem with piecewise constant control approximations Klaus Deckelnick and Michael

More information

Linear stochastic approximation driven by slowly varying Markov chains

Linear stochastic approximation driven by slowly varying Markov chains Available online at www.sciencedirect.com Systems & Control Letters 50 2003 95 102 www.elsevier.com/locate/sysconle Linear stochastic approximation driven by slowly varying Marov chains Viay R. Konda,

More information

Spring 2017 CO 250 Course Notes TABLE OF CONTENTS. richardwu.ca. CO 250 Course Notes. Introduction to Optimization

Spring 2017 CO 250 Course Notes TABLE OF CONTENTS. richardwu.ca. CO 250 Course Notes. Introduction to Optimization Spring 2017 CO 250 Course Notes TABLE OF CONTENTS richardwu.ca CO 250 Course Notes Introduction to Optimization Kanstantsin Pashkovich Spring 2017 University of Waterloo Last Revision: March 4, 2018 Table

More information

arxiv: v1 [math.oc] 21 Mar 2015

arxiv: v1 [math.oc] 21 Mar 2015 Convex KKM maps, monotone operators and Minty variational inequalities arxiv:1503.06363v1 [math.oc] 21 Mar 2015 Marc Lassonde Université des Antilles, 97159 Pointe à Pitre, France E-mail: marc.lassonde@univ-ag.fr

More information

IBM Almaden Research Center, 650 Harry Road, School of Mathematical Sciences, Tel Aviv University, TelAviv, Israel

IBM Almaden Research Center, 650 Harry Road, School of Mathematical Sciences, Tel Aviv University, TelAviv, Israel On the Complexity of Some Geometric Problems in Unbounded Dimension NIMROD MEGIDDO IBM Almaden Research Center, 650 Harry Road, San Jose, California 95120-6099, and School of Mathematical Sciences, Tel

More information

and P RP k = gt k (g k? g k? ) kg k? k ; (.5) where kk is the Euclidean norm. This paper deals with another conjugate gradient method, the method of s

and P RP k = gt k (g k? g k? ) kg k? k ; (.5) where kk is the Euclidean norm. This paper deals with another conjugate gradient method, the method of s Global Convergence of the Method of Shortest Residuals Yu-hong Dai and Ya-xiang Yuan State Key Laboratory of Scientic and Engineering Computing, Institute of Computational Mathematics and Scientic/Engineering

More information

Citation for published version (APA): van der Vlerk, M. H. (1995). Stochastic programming with integer recourse [Groningen]: University of Groningen

Citation for published version (APA): van der Vlerk, M. H. (1995). Stochastic programming with integer recourse [Groningen]: University of Groningen University of Groningen Stochastic programming with integer recourse van der Vlerk, Maarten Hendrikus IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to

More information

An Algorithmist s Toolkit Nov. 10, Lecture 17

An Algorithmist s Toolkit Nov. 10, Lecture 17 8.409 An Algorithmist s Toolkit Nov. 0, 009 Lecturer: Jonathan Kelner Lecture 7 Johnson-Lindenstrauss Theorem. Recap We first recap a theorem (isoperimetric inequality) and a lemma (concentration) from

More information

Revisiting independence and stochastic dominance for compound lotteries

Revisiting independence and stochastic dominance for compound lotteries Revisiting independence and stochastic dominance for compound lotteries Alexander Zimper Working Paper Number 97 Department of Economics and Econometrics, University of Johannesburg Revisiting independence

More information

Approximating scalable frames

Approximating scalable frames Kasso Okoudjou joint with X. Chen, G. Kutyniok, F. Philipp, R. Wang Department of Mathematics & Norbert Wiener Center University of Maryland, College Park 5 th International Conference on Computational

More information

216 S. Chandrasearan and I.C.F. Isen Our results dier from those of Sun [14] in two asects: we assume that comuted eigenvalues or singular values are

216 S. Chandrasearan and I.C.F. Isen Our results dier from those of Sun [14] in two asects: we assume that comuted eigenvalues or singular values are Numer. Math. 68: 215{223 (1994) Numerische Mathemati c Sringer-Verlag 1994 Electronic Edition Bacward errors for eigenvalue and singular value decomositions? S. Chandrasearan??, I.C.F. Isen??? Deartment

More information

Methods for a Class of Convex. Functions. Stephen M. Robinson WP April 1996

Methods for a Class of Convex. Functions. Stephen M. Robinson WP April 1996 Working Paper Linear Convergence of Epsilon-Subgradient Descent Methods for a Class of Convex Functions Stephen M. Robinson WP-96-041 April 1996 IIASA International Institute for Applied Systems Analysis

More information

NP-hardness of the stable matrix in unit interval family problem in discrete time

NP-hardness of the stable matrix in unit interval family problem in discrete time Systems & Control Letters 42 21 261 265 www.elsevier.com/locate/sysconle NP-hardness of the stable matrix in unit interval family problem in discrete time Alejandra Mercado, K.J. Ray Liu Electrical and

More information

Solvability of Word Equations Modulo Finite Special And. Conuent String-Rewriting Systems Is Undecidable In General.

Solvability of Word Equations Modulo Finite Special And. Conuent String-Rewriting Systems Is Undecidable In General. Solvability of Word Equations Modulo Finite Special And Conuent String-Rewriting Systems Is Undecidable In General Friedrich Otto Fachbereich Mathematik/Informatik, Universitat GH Kassel 34109 Kassel,

More information

Boolean Algebra and Propositional Logic

Boolean Algebra and Propositional Logic Boolean Algebra and Propositional Logic Takahiro Kato June 23, 2015 This article provides yet another characterization of Boolean algebras and, using this characterization, establishes a more direct connection

More information

Robust Solutions to Multi-Objective Linear Programs with Uncertain Data

Robust Solutions to Multi-Objective Linear Programs with Uncertain Data Robust Solutions to Multi-Objective Linear Programs with Uncertain Data M.A. Goberna yz V. Jeyakumar x G. Li x J. Vicente-Pérez x Revised Version: October 1, 2014 Abstract In this paper we examine multi-objective

More information

using the Hamiltonian constellations from the packing theory, i.e., the optimal sphere packing points. However, in [11] it is shown that the upper bou

using the Hamiltonian constellations from the packing theory, i.e., the optimal sphere packing points. However, in [11] it is shown that the upper bou Some 2 2 Unitary Space-Time Codes from Sphere Packing Theory with Optimal Diversity Product of Code Size 6 Haiquan Wang Genyuan Wang Xiang-Gen Xia Abstract In this correspondence, we propose some new designs

More information

Boolean Algebra and Propositional Logic

Boolean Algebra and Propositional Logic Boolean Algebra and Propositional Logic Takahiro Kato September 10, 2015 ABSTRACT. This article provides yet another characterization of Boolean algebras and, using this characterization, establishes a

More information

A Solution of a Tropical Linear Vector Equation

A Solution of a Tropical Linear Vector Equation A Solution of a Tropical Linear Vector Equation NIKOLAI KRIVULIN Faculty of Mathematics and Mechanics St. Petersburg State University 28 Universitetsky Ave., St. Petersburg, 198504 RUSSIA nkk@math.spbu.ru

More information

[3] R.M. Colomb and C.Y.C. Chung. Very fast decision table execution of propositional

[3] R.M. Colomb and C.Y.C. Chung. Very fast decision table execution of propositional - 14 - [3] R.M. Colomb and C.Y.C. Chung. Very fast decision table execution of propositional expert systems. Proceedings of the 8th National Conference on Articial Intelligence (AAAI-9), 199, 671{676.

More information