Determinants II Linear Algebra, Fall 2008

Size: px
Start display at page:

Download "Determinants II Linear Algebra, Fall 2008"

Transcription

1 Determinants II Linear Algebra, Fall Basic Properties of Determinants Here are the basic properties of determinants which you proved in the exercises to the previous handout Theorem 1 Let A be an n n matrix Then the following are all true (a) det(a) = det(a T ) (b) If some row or some column of A consists entirely of zeros, then det A = 0 (c) If A is an upper-triangular or lower-triangular matrix, then det A is just the product of the entries on the diagonal In particular, det I = 1 (d) If you multiply one row, or one column, of matrix A by a scalar k, then the determinant of the resulting matrix is k det A (e) If you multiply A by the scalar k, then det(ka) = k n det A Note that if A and B are n n matrices, then det(a + B) is not necessarily equal to det(a) + det(b) In fact, there is no rule at all for finding det(a + B) from det A and det B 2 The Main Theorem We are interested in determinants for one main reason: we want a function that will tell us whether a matrix is invertible More precisely, we want a function f that takes in a matrix and gives a real number, such that from the value f(a) we can tell whether matrix A is invertible It turns out that the determinant is precisely the function we need, but to prove that takes a few steps You may have noticed that Theorem 1(d) tells us that when we do the row operation kr i to A, the determinant is multiplied by k Now let us figure out what happens with the other two types of row operations We ll look first at a special case: swapping two adjacent rows

2 Determinants II Linear Algebra, Fall 2008 Page 2 of 7 Lemma 2 Let A be an n n matrix, and let B the matrix obtained by swapping rows r and r + 1 of A Then det B = det A Proof To help visualize the situation, consider the following example, in which n = 6 and r = 3 a 11 a 12 a 13 a 14 a 15 a 16 a 11 a 12 a 13 a 14 a 15 a 16 a 21 a 22 a 23 a 24 a 25 a 26 a 21 a 22 a 23 a 24 a 25 a 26 B = a 41 a 42 a 43 a 44 a 45 a 46 a 31 a 32 a 33 a 34 a 35 a 36 where A = a 31 a 32 a 33 a 34 a 35 a 36 a 41 a 42 a 43 a 44 a 45 a 46 a 51 a 52 a 53 a 54 a 55 a 56 a 51 a 52 a 53 a 54 a 55 a 56 a 61 a 62 a 63 a 64 a 65 a 66 a 61 a 62 a 63 a 64 a 65 a 66 Recall that to get the determinant of B we sum up the (signed) products corresponding to all rook-arrangements one entry from each row and column of B Consider a particular rook-arrangement σ, and let σ be the rook-arrangement that swaps the positions of the rooks in rows r and r + 1 Example: σ = [1, 4, 3, 5, 6, 2] and σ = [1, 4, 5, 3, 6, 2] rz0z0z 2 Z0ZrZ0 3 0ZRZ0Z 4 Z0Z0S0 5 0Z0Z0s 6 ZrZ0Z rz0z0z 2 Z0ZrZ0 3 0Z0ZRZ 4 Z0S0Z0 5 0Z0Z0s 6 ZrZ0Z0 Then the product of the entries of B under the rooks of σ is exactly the same as the product of the entries of A under the rooks of σ, since both the entries and rooks are moving in the same way: a a Product of B under σ: Product of A under σ : a 24 a 24 a 43 a 35 a 35 a 43 a 56 a 56 Therefore a 62 a 11 a 62 a 43 a 24 a 35 a 56 = a 11 a 62 a 43 a 24 a 35 a 56 a 62 det B = σ S n sign(σ)(product of B under σ) = σ S n sign(σ)(product of A under σ ) We next must determine how sign(σ ) and sign(σ) are related We ll do this by looking at how the number of northeast pairs changes between σ and σ Note that there are only two rooks that move between σ and σ, and the rest are stationary

3 Determinants II Linear Algebra, Fall 2008 Page 3 of 7 X 1 Y 1 Z 1 0Z0S S0Z0 Z 2 Y 2 X 2 X 1 Y 1 Z 1 RZ0Z Z0ZR Z 2 Y 2 X 2 (a) For every pair of stationary rooks, changing from σ to σ doesn t change whether they form a NE pair or not If it was a NE pair in σ it still is in σ, and if it was not a NE pair in σ then it still will not be in σ (b) Each stationary rook in regions X 1 and X 2 does not form a NE pair with either moving rook, whether in σ or in σ (c) Each stationary rook in regions Y 1 and Y 2 forms a NE pair with just one moving rook in σ, and it forms a NE pair with just one moving rook in σ too (d) Each stationary rook in regions Z 1 and Z 2 forms a NE pair with both moving rooks in σ, and it forms a NE pair with both moving rooks in σ too (e) Finally, if the two moving rooks form a NE pair in σ, then they will not form a NE pair in σ ; if they were not a NE pair in σ, then they will be in σ So the only change between σ and σ in the number of NE pairs occurs in case (e), where it changes by one Thus if the total number of NE pairs was even in σ, it will be odd in σ, and vice versa Thus sign(σ ) = ( 1) sign(σ) So we can compute that det B = σ S n sign(σ)(product of B under σ) = σ S n sign(σ)(product of A under σ ) = σ S n sign(σ )(product of A under σ ) = σ S n sign(σ )(product of A under σ ) = det A Using this lemma, we can show what happens with the remaining two types of row (or column) operations

4 Determinants II Linear Algebra, Fall 2008 Page 4 of 7 Theorem 3 Let A be an n n matrix Then the following are true (a) Let B be the matrix obtained by swapping two rows (or two columns) of A det B = det A Then (b) If A has two identical rows (or two identical columns), then det A = 0 (c) Let B be the matrix obtained from A by the row operation R i + kr j for some k 0 Then det B = det A Proof For part (a), first consider the case of swapping two rows, say rows r and r + t where t > 0 Now swapping rows r and t can be accomplished by swapping adjacent rows 2t 1 times, as follows First, we swap adjacent rows t times to move row r down to position r +t Step 1 Step 2 Step (t 1) Step t r r + 1 r + 1 r + 1 r + 1 r + 1 r r + 2 r + 2 r + 2 r + 2 r + 2 r r + 3 r + 3 r + t 1 r + t 1 r + t 1 r r + t r + t r + t r + t r + t r Now we swap adjacent rows t 1 times to move row r + t from its current location back up to position r Step 1 Step (t 2) Step (t 1) r + 1 r + 1 r + 1 r+t r + 2 r + 2 r+t r + 1 r + t 1 r+t r + t 2 r + t 2 r+t r + t 1 r + t 1 r + t 1 r r r r So we can transform matrix A into matrix B by swapping adjacent rows 2t 1 times With each such swap we multiply the determinant by 1, so the total effect is to multiply the determinant by ( 1) 2t 1 = 1 Thus det B = det A, as desired What if B is obtained by swapping two columns of A? That s easy, thanks to Theorem 1(a) We can get B by taking the transpose of A, swapping rows, and taking the transpose back: transpose swap rows transpose Matrix: A A T B T B Determinant: det A det A det A det A So whether we swap two rows or two columns, det B = det A, proving part (a) Now that we have proved part (a), proving part (b) is easy Suppose rows (or columns) r and s of matrix A are identical Let B be the matrix you get by swapping those two rows (or columns); then on the one hand det B = det A by part (a), but on the other hand B equals A so det B = det A! Thus det A = det A, so det A = 0

5 Determinants II Linear Algebra, Fall 2008 Page 5 of 7 We move on to part (c) Suppose B is obtained from A by the row operation R i + kr j, where k 0 Then b ir = a ir + ka jr for every column r, but the entries of b in other rows equal the corresponding entries of a Then det B = σ S n sign(σ)b 1σ1 b iσi b nσn = σ S n sign(σ)a 1σ1 (a iσi + ka jσi ) a nσn = ( σ S n sign(σ)a 1σ1 a iσi a nσn ) + ( = det A + k σ S n sign(σ)a 1σ1 a jσi a nσn = det A + k det C, σ S n sign(σ)a 1σ1 (ka jσi ) a nσn where C is the matrix you get by replacing row i of A with row j But then rows i and j of matrix C are identical, so by part (b) we know that det C = 0 Thus det B = det A The proof for columns can be completed using transposes as above, and we have finished the proof of the theorem Theorem 3(c) is especially surprising, since one would expect the determinant to change after so drastic a change to the matrix Nevertheless it doesn t, so we see that the following happens: Doing this to A multiplies det A by where proved kr i k Theorem 1(d) R i R j 1 Theorem 3(a) R i + kr j 1 Theorem 3(c) Now let s consider the elementary matrices corresponding to each of these operations Now det E kri = det(e kri I) = k det(i) = k, since E kri I is just what we get from performing the row operation kr i on I Likewise det E Ri R j = det(e Ri R j I) = det I = 1 and det E Ri +kr j = det(e Ri +kr j I) = det I = 1 ) In summary, E corresponds to det E kr i k R i R j 1 R i + kr j 1

6 Determinants II Linear Algebra, Fall 2008 Page 6 of 7 We can now make the first step towards understanding the determinant of a product Lemma 4 Let A be an n n matrix, and let E be an elementary n n matrix Then det(ea) = det(e) det(a) Proof Suppose first that E corresponds to the row operation kr i ; then det E = k Moreover, EA is the matrix we get from A by multiplying its ith row by k, so by Theorem 1(d) we have det(ea) = k det A = (det E)(det A), as desired The proofs for the matrix operations R i R j and R i + kr j work in exactly the same way In fact, multiplying by lots of elementary matrices works in the same way: Corollary 5 Let C be an n n matrix and let E 1,, E r be elementary n n matrices Then det(e 1 E 2 E r C) = (det E 1 )(det E 2 ) (det E r )(det C) Proof Applying Lemma 4 many times, we have det(e 1 E 2 E 3 E r C) = (det E 1 ) det(e 2 E 3 E r C) = (det E 1 )(det E 2 ) det(e 3 E r C) = = (det E 1 )(det E 2 )(det E 3 ) (det E r )(det C) Now at last we can prove our most important theorem: Theorem 6 Let A be an n n matrix Then A is invertible if and only if det A 0 Proof ( ) First suppose A is invertible Then by the FTLA, A is the product of some elementary matrices E 1,, E r Then by Corollary 5 we have det(a) = det(e 1 E r I) = (det E 1 )(det E 2 ) (det E r ) det(i) Since the determinant of each E i is nonzero, and det(i) = 1, it follows that det A 0 ( ) Suppose A is not invertible, so by the FTLA, rank A < n Let B be the row-reduced form of A; so B has at least one zero row Thus det B = 0 by Theorem 1(b) On the other hand, since B and A are row-equivalent, there are elementary matrices E 1,, E s such that A = E 1 E 2 E s B; thus by Corollary 5, det A = det(e 1 E 2 E s B) = (det E 1 )(det E 2 ) (det E s )(det B) = (det E 1 )(det E 2 ) (det E s )(0) = 0 Thus if A is not invertible, det A = 0 We conclude that A is invertible if and only if det A = 0

7 Determinants II Linear Algebra, Fall 2008 Page 7 of 7 Not only is the previous theorem important in its own right, but it also leads to a nice corollary Although there was no nice formula for det(a + B), it turns out that there is a very nice formula for det(ab) Corollary 7 Let A and B be n n matrices Then det(ab) = (det A)(det B) Proof There are two possibilities: either A is invertible or it is not If A is invertible, then by the FTLA write A as a product of invertible matrices A = E 1 E 2 E r ; then applying Corollary 5 twice, we have det(ab) = det(e 1 E 2 E r B) = (det E 1 )(det E 2 ) (det E r )(det B) = (det A)(det B) On the other hand, if A is not invertible, then AB must not have an inverse either (Otherwise A(B(AB) 1 ) = (AB)(AB) 1 = I, so B(AB) 1 would be an inverse for A) Thus applying Theorem 6 twice, (det A)(det B) = (0)(det B) = 0 = det(ab) Exercises In all these exercises, assume A and B are square matrices, and I is the identity matrix of the same size 1 Is det(ab) = det(ba)? Justify your answer 2 Show that det(ab 1 ) = det A det B 3 Show that det(a T B T ) = det(a) det(b T ) 4 Show that if AB = I, then det A 0 and det B 0 5 (a) Show that if A = A 1, then det A = ±1 (b) If A T = A 1, then what is det A? 6 If A is invertible and A 2 = A, what is det A? 7 If A 7 = I, what is det A? 8 Show that if A is an n n matrix with n odd, and if A is skew-symmetric (ie A T = A), then det(a) = 0

9.13 Use Crammer s rule to solve the following two systems of equations.

9.13 Use Crammer s rule to solve the following two systems of equations. Curtis Kephart Econ 2B Mathematics for Economists Problem Set 2 Problem 9. Use Crammer s Rule to Invert the following 3 matrices. a) 4 3 3, 4 3 4 2 3 b) 5 6, 8 The (very long) method of computing adj A

More information

Notes on the symmetric group

Notes on the symmetric group Notes on the symmetric group 1 Computations in the symmetric group Recall that, given a set X, the set S X of all bijections from X to itself (or, more briefly, permutations of X) is group under function

More information

Swaps and Inversions

Swaps and Inversions Swaps and Inversions I explained in class why every permutation can be obtained as a product [composition] of swaps and that there are multiple ways to do this. In class, I also mentioned, without explaining

More information

ELEMENTS OF MATRIX MATHEMATICS

ELEMENTS OF MATRIX MATHEMATICS QRMC07 9/7/0 4:45 PM Page 5 CHAPTER SEVEN ELEMENTS OF MATRIX MATHEMATICS 7. AN INTRODUCTION TO MATRICES Investors frequently encounter situations involving numerous potential outcomes, many discrete periods

More information

Lecture 3: Factor models in modern portfolio choice

Lecture 3: Factor models in modern portfolio choice Lecture 3: Factor models in modern portfolio choice Prof. Massimo Guidolin Portfolio Management Spring 2016 Overview The inputs of portfolio problems Using the single index model Multi-index models Portfolio

More information

Follow links Class Use and other Permissions. For more information, send to:

Follow links Class Use and other Permissions. For more information, send  to: COPYRIGHT NOTICE: : is published by Princeton University Press and copyrighted, 2009, by Princeton University Press. All rights reserved. No part of this book may be reproduced in any form by any electronic

More information

Yao s Minimax Principle

Yao s Minimax Principle Complexity of algorithms The complexity of an algorithm is usually measured with respect to the size of the input, where size may for example refer to the length of a binary word describing the input,

More information

4: SINGLE-PERIOD MARKET MODELS

4: SINGLE-PERIOD MARKET MODELS 4: SINGLE-PERIOD MARKET MODELS Marek Rutkowski School of Mathematics and Statistics University of Sydney Semester 2, 2016 M. Rutkowski (USydney) Slides 4: Single-Period Market Models 1 / 87 General Single-Period

More information

Perturbation Bounds for Determinants and Characteristic Polynomials

Perturbation Bounds for Determinants and Characteristic Polynomials Perturbation Bounds for Determinants and Characteristic Polynomials Ilse Ipsen North Carolina State University, Raleigh, USA Joint work with: Rizwana Rehman Characteristic Polynomials n n complex matrix

More information

CH 39 CREATING THE EQUATION OF A LINE

CH 39 CREATING THE EQUATION OF A LINE 9 CH 9 CREATING THE EQUATION OF A LINE Introduction S ome chapters back we played around with straight lines. We graphed a few, and we learned how to find their intercepts and slopes. Now we re ready to

More information

Math 546 Homework Problems. Due Wednesday, January 25. This homework has two types of problems.

Math 546 Homework Problems. Due Wednesday, January 25. This homework has two types of problems. Math 546 Homework 1 Due Wednesday, January 25. This homework has two types of problems. 546 Problems. All students (students enrolled in 546 and 701I) are required to turn these in. 701I Problems. Only

More information

1102 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 51, NO. 3, MARCH Genyuan Wang and Xiang-Gen Xia, Senior Member, IEEE

1102 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 51, NO. 3, MARCH Genyuan Wang and Xiang-Gen Xia, Senior Member, IEEE 1102 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL 51, NO 3, MARCH 2005 On Optimal Multilayer Cyclotomic Space Time Code Designs Genyuan Wang Xiang-Gen Xia, Senior Member, IEEE Abstract High rate large

More information

15-451/651: Design & Analysis of Algorithms October 23, 2018 Lecture #16: Online Algorithms last changed: October 22, 2018

15-451/651: Design & Analysis of Algorithms October 23, 2018 Lecture #16: Online Algorithms last changed: October 22, 2018 15-451/651: Design & Analysis of Algorithms October 23, 2018 Lecture #16: Online Algorithms last changed: October 22, 2018 Today we ll be looking at finding approximately-optimal solutions for problems

More information

Bayesian Linear Model: Gory Details

Bayesian Linear Model: Gory Details Bayesian Linear Model: Gory Details Pubh7440 Notes By Sudipto Banerjee Let y y i ] n i be an n vector of independent observations on a dependent variable (or response) from n experimental units. Associated

More information

Direct Methods for linear systems Ax = b basic point: easy to solve triangular systems

Direct Methods for linear systems Ax = b basic point: easy to solve triangular systems NLA p.1/13 Direct Methods for linear systems Ax = b basic point: easy to solve triangular systems... 0 0 0 etc. a n 1,n 1 x n 1 = b n 1 a n 1,n x n solve a n,n x n = b n then back substitution: takes n

More information

SEMICENTRAL IDEMPOTENTS IN A RING

SEMICENTRAL IDEMPOTENTS IN A RING J. Korean Math. Soc. 51 (2014), No. 3, pp. 463 472 http://dx.doi.org/10.4134/jkms.2014.51.3.463 SEMICENTRAL IDEMPOTENTS IN A RING Juncheol Han, Yang Lee, and Sangwon Park Abstract. Let R be a ring with

More information

Handout 4: Gains from Diversification for 2 Risky Assets Corporate Finance, Sections 001 and 002

Handout 4: Gains from Diversification for 2 Risky Assets Corporate Finance, Sections 001 and 002 Handout 4: Gains from Diversification for 2 Risky Assets Corporate Finance, Sections 001 and 002 Suppose you are deciding how to allocate your wealth between two risky assets. Recall that the expected

More information

Show that the column rank and the row rank of A are both equal to 3.

Show that the column rank and the row rank of A are both equal to 3. hapter Vectors and matrices.. Exercises. Let A 2 5 4 3 2 4 2 2 3 5 4 2 4 3 Show that the column rank and the row rank of A are both equal to 3. 2. Let x and y be column vectors of size n, andleti be the

More information

Arrow Debreu Equilibrium. October 31, 2015

Arrow Debreu Equilibrium. October 31, 2015 Arrow Debreu Equilibrium October 31, 2015 Θ 0 = {s 1,...s S } - the set of (unknown) states of the world assuming there are S unknown states. information is complete but imperfect n - number of consumers

More information

Algebra homework 8 Homomorphisms, isomorphisms

Algebra homework 8 Homomorphisms, isomorphisms MATH-UA.343.005 T.A. Louis Guigo Algebra homework 8 Homomorphisms, isomorphisms For every n 1 we denote by S n the n-th symmetric group. Exercise 1. Consider the following permutations: ( ) ( 1 2 3 4 5

More information

MATH 116: Material Covered in Class and Quiz/Exam Information

MATH 116: Material Covered in Class and Quiz/Exam Information MATH 116: Material Covered in Class and Quiz/Exam Information August 23 rd. Syllabus. Divisibility and linear combinations. Example 1: Proof of Theorem 2.4 parts (a), (c), and (g). Example 2: Exercise

More information

Financial Market Models. Lecture 1. One-period model of financial markets & hedging problems. Imperial College Business School

Financial Market Models. Lecture 1. One-period model of financial markets & hedging problems. Imperial College Business School Financial Market Models Lecture One-period model of financial markets & hedging problems One-period model of financial markets a 4 2a 3 3a 3 a 3 -a 4 2 Aims of section Introduce one-period model with finite

More information

CLASSIC TWO-STEP DURBIN-TYPE AND LEVINSON-TYPE ALGORITHMS FOR SKEW-SYMMETRIC TOEPLITZ MATRICES

CLASSIC TWO-STEP DURBIN-TYPE AND LEVINSON-TYPE ALGORITHMS FOR SKEW-SYMMETRIC TOEPLITZ MATRICES CLASSIC TWO-STEP DURBIN-TYPE AND LEVINSON-TYPE ALGORITHMS FOR SKEW-SYMMETRIC TOEPLITZ MATRICES IYAD T ABU-JEIB Abstract We present ecient classic two-step Durbin-type and Levinsontype algorithms for even

More information

MTH6154 Financial Mathematics I Stochastic Interest Rates

MTH6154 Financial Mathematics I Stochastic Interest Rates MTH6154 Financial Mathematics I Stochastic Interest Rates Contents 4 Stochastic Interest Rates 45 4.1 Fixed Interest Rate Model............................ 45 4.2 Varying Interest Rate Model...........................

More information

MAT 4250: Lecture 1 Eric Chung

MAT 4250: Lecture 1 Eric Chung 1 MAT 4250: Lecture 1 Eric Chung 2Chapter 1: Impartial Combinatorial Games 3 Combinatorial games Combinatorial games are two-person games with perfect information and no chance moves, and with a win-or-lose

More information

Valuation of performance-dependent options in a Black- Scholes framework

Valuation of performance-dependent options in a Black- Scholes framework Valuation of performance-dependent options in a Black- Scholes framework Thomas Gerstner, Markus Holtz Institut für Numerische Simulation, Universität Bonn, Germany Ralf Korn Fachbereich Mathematik, TU

More information

Mixed Strategies. Samuel Alizon and Daniel Cownden February 4, 2009

Mixed Strategies. Samuel Alizon and Daniel Cownden February 4, 2009 Mixed Strategies Samuel Alizon and Daniel Cownden February 4, 009 1 What are Mixed Strategies In the previous sections we have looked at games where players face uncertainty, and concluded that they choose

More information

Quadrant marked mesh patterns in 123-avoiding permutations

Quadrant marked mesh patterns in 123-avoiding permutations Quadrant marked mesh patterns in 23-avoiding permutations Dun Qiu Department of Mathematics University of California, San Diego La Jolla, CA 92093-02. USA duqiu@math.ucsd.edu Jeffrey Remmel Department

More information

Math 167: Mathematical Game Theory Instructor: Alpár R. Mészáros

Math 167: Mathematical Game Theory Instructor: Alpár R. Mészáros Math 167: Mathematical Game Theory Instructor: Alpár R. Mészáros Midterm #1, February 3, 2017 Name (use a pen): Student ID (use a pen): Signature (use a pen): Rules: Duration of the exam: 50 minutes. By

More information

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, Abstract

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, Abstract Basic Data Analysis Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, 2013 Abstract Introduct the normal distribution. Introduce basic notions of uncertainty, probability, events,

More information

MARKOWITS EFFICIENT PORTFOLIO (HUANG LITZENBERGER APPROACH)

MARKOWITS EFFICIENT PORTFOLIO (HUANG LITZENBERGER APPROACH) MARKOWITS EFFICIENT PORTFOLIO (HUANG LITZENBERGER APPROACH) Huang-Litzenberger approach allows us to find mathematically efficient set of portfolios Assumptions There are no limitations on the positions'

More information

1 Shapley-Shubik Model

1 Shapley-Shubik Model 1 Shapley-Shubik Model There is a set of buyers B and a set of sellers S each selling one unit of a good (could be divisible or not). Let v ij 0 be the monetary value that buyer j B assigns to seller i

More information

Numerical Descriptive Measures. Measures of Center: Mean and Median

Numerical Descriptive Measures. Measures of Center: Mean and Median Steve Sawin Statistics Numerical Descriptive Measures Having seen the shape of a distribution by looking at the histogram, the two most obvious questions to ask about the specific distribution is where

More information

(2/3) 3 ((1 7/8) 2 + 1/2) = (2/3) 3 ((8/8 7/8) 2 + 1/2) (Work from inner parentheses outward) = (2/3) 3 ((1/8) 2 + 1/2) = (8/27) (1/64 + 1/2)

(2/3) 3 ((1 7/8) 2 + 1/2) = (2/3) 3 ((8/8 7/8) 2 + 1/2) (Work from inner parentheses outward) = (2/3) 3 ((1/8) 2 + 1/2) = (8/27) (1/64 + 1/2) Exponents Problem: Show that 5. Solution: Remember, using our rules of exponents, 5 5, 5. Problems to Do: 1. Simplify each to a single fraction or number: (a) ( 1 ) 5 ( ) 5. And, since (b) + 9 + 1 5 /

More information

Chapter 6. y y. Standardizing with z-scores. Standardizing with z-scores (cont.)

Chapter 6. y y. Standardizing with z-scores. Standardizing with z-scores (cont.) Starter Ch. 6: A z-score Analysis Starter Ch. 6 Your Statistics teacher has announced that the lower of your two tests will be dropped. You got a 90 on test 1 and an 85 on test 2. You re all set to drop

More information

1/12/2011. Chapter 5: z-scores: Location of Scores and Standardized Distributions. Introduction to z-scores. Introduction to z-scores cont.

1/12/2011. Chapter 5: z-scores: Location of Scores and Standardized Distributions. Introduction to z-scores. Introduction to z-scores cont. Chapter 5: z-scores: Location of Scores and Standardized Distributions Introduction to z-scores In the previous two chapters, we introduced the concepts of the mean and the standard deviation as methods

More information

15-451/651: Design & Analysis of Algorithms November 9 & 11, 2015 Lecture #19 & #20 last changed: November 10, 2015

15-451/651: Design & Analysis of Algorithms November 9 & 11, 2015 Lecture #19 & #20 last changed: November 10, 2015 15-451/651: Design & Analysis of Algorithms November 9 & 11, 2015 Lecture #19 & #20 last changed: November 10, 2015 Last time we looked at algorithms for finding approximately-optimal solutions for NP-hard

More information

CATEGORICAL SKEW LATTICES

CATEGORICAL SKEW LATTICES CATEGORICAL SKEW LATTICES MICHAEL KINYON AND JONATHAN LEECH Abstract. Categorical skew lattices are a variety of skew lattices on which the natural partial order is especially well behaved. While most

More information

Simulating more interesting stochastic processes

Simulating more interesting stochastic processes Chapter 7 Simulating more interesting stochastic processes 7. Generating correlated random variables The lectures contained a lot of motivation and pictures. We'll boil everything down to pure algebra

More information

Non replication of options

Non replication of options Non replication of options Christos Kountzakis, Ioannis A Polyrakis and Foivos Xanthos June 30, 2008 Abstract In this paper we study the scarcity of replication of options in the two period model of financial

More information

Value of Flexibility in Managing R&D Projects Revisited

Value of Flexibility in Managing R&D Projects Revisited Value of Flexibility in Managing R&D Projects Revisited Leonardo P. Santiago & Pirooz Vakili November 2004 Abstract In this paper we consider the question of whether an increase in uncertainty increases

More information

FIT5124 Advanced Topics in Security. Lecture 1: Lattice-Based Crypto. I

FIT5124 Advanced Topics in Security. Lecture 1: Lattice-Based Crypto. I FIT5124 Advanced Topics in Security Lecture 1: Lattice-Based Crypto. I Ron Steinfeld Clayton School of IT Monash University March 2016 Acknowledgements: Some figures sourced from Oded Regev s Lecture Notes

More information

Lecture 8: Introduction to asset pricing

Lecture 8: Introduction to asset pricing THE UNIVERSITY OF SOUTHAMPTON Paul Klein Office: Murray Building, 3005 Email: p.klein@soton.ac.uk URL: http://paulklein.se Economics 3010 Topics in Macroeconomics 3 Autumn 2010 Lecture 8: Introduction

More information

Chapter 14. The Multi-Underlying Black-Scholes Model and Correlation

Chapter 14. The Multi-Underlying Black-Scholes Model and Correlation Chapter 4 The Multi-Underlying Black-Scholes Model and Correlation So far we have discussed single asset options, the payoff function depended only on one underlying. Now we want to allow multiple underlyings.

More information

Techniques for Calculating the Efficient Frontier

Techniques for Calculating the Efficient Frontier Techniques for Calculating the Efficient Frontier Weerachart Kilenthong RIPED, UTCC c Kilenthong 2017 Tee (Riped) Introduction 1 / 43 Two Fund Theorem The Two-Fund Theorem states that we can reach any

More information

The Binomial Theorem 5.4

The Binomial Theorem 5.4 54 The Binomial Theorem Recall that a binomial is a polynomial with just two terms, so it has the form a + b Expanding (a + b) n becomes very laborious as n increases This section introduces a method for

More information

YEAR 12 Trial Exam Paper FURTHER MATHEMATICS. Written examination 1. Worked solutions

YEAR 12 Trial Exam Paper FURTHER MATHEMATICS. Written examination 1. Worked solutions YEAR 12 Trial Exam Paper 2018 FURTHER MATHEMATICS Written examination 1 Worked solutions This book presents: worked solutions explanatory notes tips on how to approach the exam. This trial examination

More information

Lecture 8 : The dual lattice and reducing SVP to MVP

Lecture 8 : The dual lattice and reducing SVP to MVP CSE 206A: Lattice Algorithms and Applications Spring 2007 Lecture 8 : The dual lattice and reducing SVP to MVP Lecturer: Daniele Micciancio Scribe: Scott Yilek 1 Overview In the last lecture we explored

More information

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models IEOR E4707: Foundations of Financial Engineering c 206 by Martin Haugh Martingale Pricing Theory in Discrete-Time and Discrete-Space Models These notes develop the theory of martingale pricing in a discrete-time,

More information

Finding the Sum of Consecutive Terms of a Sequence

Finding the Sum of Consecutive Terms of a Sequence Mathematics 451 Finding the Sum of Consecutive Terms of a Sequence In a previous handout we saw that an arithmetic sequence starts with an initial term b, and then each term is obtained by adding a common

More information

Discrete Mathematics for CS Spring 2008 David Wagner Final Exam

Discrete Mathematics for CS Spring 2008 David Wagner Final Exam CS 70 Discrete Mathematics for CS Spring 2008 David Wagner Final Exam PRINT your name:, (last) SIGN your name: (first) PRINT your Unix account login: Your section time (e.g., Tue 3pm): Name of the person

More information

AP Statistics Chapter 6 - Random Variables

AP Statistics Chapter 6 - Random Variables AP Statistics Chapter 6 - Random 6.1 Discrete and Continuous Random Objective: Recognize and define discrete random variables, and construct a probability distribution table and a probability histogram

More information

2. Optimal taxation with any CRS technology: the Ramsey Rule again

2. Optimal taxation with any CRS technology: the Ramsey Rule again Lecture 4 Outline 1. 3-Good Case (Corlett-Hague rule) 2. Optimal taxation with any CRS technology: the Ramsey Rule again 3. Production efficiency with public and private production (any CRS technology;

More information

We consider three zero-coupon bonds (strips) with the following features: Bond Maturity (years) Price Bond Bond Bond

We consider three zero-coupon bonds (strips) with the following features: Bond Maturity (years) Price Bond Bond Bond 15 3 CHAPTER 3 Problems Exercise 3.1 We consider three zero-coupon bonds (strips) with the following features: Each strip delivers $100 at maturity. Bond Maturity (years) Price Bond 1 1 96.43 Bond 2 2

More information

3 The Model Existence Theorem

3 The Model Existence Theorem 3 The Model Existence Theorem Although we don t have compactness or a useful Completeness Theorem, Henkinstyle arguments can still be used in some contexts to build models. In this section we describe

More information

Chapter 10: Mixed strategies Nash equilibria, reaction curves and the equality of payoffs theorem

Chapter 10: Mixed strategies Nash equilibria, reaction curves and the equality of payoffs theorem Chapter 10: Mixed strategies Nash equilibria reaction curves and the equality of payoffs theorem Nash equilibrium: The concept of Nash equilibrium can be extended in a natural manner to the mixed strategies

More information

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture #24 Scribe: Jordan Ash May 1, 2014

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture #24 Scribe: Jordan Ash May 1, 2014 COS 5: heoretical Machine Learning Lecturer: Rob Schapire Lecture #24 Scribe: Jordan Ash May, 204 Review of Game heory: Let M be a matrix with all elements in [0, ]. Mindy (called the row player) chooses

More information

Skew lattices of matrices in rings

Skew lattices of matrices in rings Algebra univers. 53 (2005) 471 479 0002-5240/05/040471 09 DOI 10.1007/s00012-005-1913-5 c Birkhäuser Verlag, Basel, 2005 Algebra Universalis Skew lattices of matrices in rings Karin Cvetko-Vah Abstract.

More information

Central Limit Theorem, Joint Distributions Spring 2018

Central Limit Theorem, Joint Distributions Spring 2018 Central Limit Theorem, Joint Distributions 18.5 Spring 218.5.4.3.2.1-4 -3-2 -1 1 2 3 4 Exam next Wednesday Exam 1 on Wednesday March 7, regular room and time. Designed for 1 hour. You will have the full

More information

Chapter 2 Portfolio Management and the Capital Asset Pricing Model

Chapter 2 Portfolio Management and the Capital Asset Pricing Model Chapter 2 Portfolio Management and the Capital Asset Pricing Model In this chapter, we explore the issue of risk management in a portfolio of assets. The main issue is how to balance a portfolio, that

More information

LECTURE 3: FREE CENTRAL LIMIT THEOREM AND FREE CUMULANTS

LECTURE 3: FREE CENTRAL LIMIT THEOREM AND FREE CUMULANTS LECTURE 3: FREE CENTRAL LIMIT THEOREM AND FREE CUMULANTS Recall from Lecture 2 that if (A, φ) is a non-commutative probability space and A 1,..., A n are subalgebras of A which are free with respect to

More information

Some Notes on Timing in Games

Some Notes on Timing in Games Some Notes on Timing in Games John Morgan University of California, Berkeley The Main Result If given the chance, it is better to move rst than to move at the same time as others; that is IGOUGO > WEGO

More information

Section 7.4 Transforming and Combining Random Variables (DAY 1)

Section 7.4 Transforming and Combining Random Variables (DAY 1) Section 7.4 Learning Objectives (DAY 1) After this section, you should be able to DESCRIBE the effect of performing a linear transformation on a random variable (DAY 1) COMBINE random variables and CALCULATE

More information

Supplementary Material for Combinatorial Partial Monitoring Game with Linear Feedback and Its Application. A. Full proof for Theorems 4.1 and 4.

Supplementary Material for Combinatorial Partial Monitoring Game with Linear Feedback and Its Application. A. Full proof for Theorems 4.1 and 4. Supplementary Material for Combinatorial Partial Monitoring Game with Linear Feedback and Its Application. A. Full proof for Theorems 4.1 and 4. If the reader will recall, we have the following problem-specific

More information

Technology Assignment Calculate the Total Annual Cost

Technology Assignment Calculate the Total Annual Cost In an earlier technology assignment, you identified several details of two different health plans. In this technology assignment, you ll create a worksheet which calculates the total annual cost of medical

More information

2. This algorithm does not solve the problem of finding a maximum cardinality set of non-overlapping intervals. Consider the following intervals:

2. This algorithm does not solve the problem of finding a maximum cardinality set of non-overlapping intervals. Consider the following intervals: 1. No solution. 2. This algorithm does not solve the problem of finding a maximum cardinality set of non-overlapping intervals. Consider the following intervals: E A B C D Obviously, the optimal solution

More information

CPSC 540: Machine Learning

CPSC 540: Machine Learning CPSC 540: Machine Learning Monte Carlo Methods Mark Schmidt University of British Columbia Winter 2019 Last Time: Markov Chains We can use Markov chains for density estimation, d p(x) = p(x 1 ) p(x }{{}

More information

HKUST. MATH1003 Calculus and Linear Algebra. Directions:

HKUST. MATH1003 Calculus and Linear Algebra. Directions: HKUST MATH1003 Calculus and Linear Algebra Midterm Exam (Version A) 8th October 2016 Name: Student ID: 10:30-12:00 Lecture Section: Directions: Do NOT open the exam until instructed to do so. Please turn

More information

MATH 5510 Mathematical Models of Financial Derivatives. Topic 1 Risk neutral pricing principles under single-period securities models

MATH 5510 Mathematical Models of Financial Derivatives. Topic 1 Risk neutral pricing principles under single-period securities models MATH 5510 Mathematical Models of Financial Derivatives Topic 1 Risk neutral pricing principles under single-period securities models 1.1 Law of one price and Arrow securities 1.2 No-arbitrage theory and

More information

χ 2 distributions and confidence intervals for population variance

χ 2 distributions and confidence intervals for population variance χ 2 distributions and confidence intervals for population variance Let Z be a standard Normal random variable, i.e., Z N(0, 1). Define Y = Z 2. Y is a non-negative random variable. Its distribution is

More information

5.7 Probability Distributions and Variance

5.7 Probability Distributions and Variance 160 CHAPTER 5. PROBABILITY 5.7 Probability Distributions and Variance 5.7.1 Distributions of random variables We have given meaning to the phrase expected value. For example, if we flip a coin 100 times,

More information

The Binomial Theorem and Consequences

The Binomial Theorem and Consequences The Binomial Theorem and Consequences Juris Steprāns York University November 17, 2011 Fermat s Theorem Pierre de Fermat claimed the following theorem in 1640, but the first published proof (by Leonhard

More information

3.1 Properties of Binomial Coefficients

3.1 Properties of Binomial Coefficients 3 Properties of Binomial Coefficients 31 Properties of Binomial Coefficients Here is the famous recursive formula for binomial coefficients Lemma 31 For 1 < n, 1 1 ( n 1 ) This equation can be proven by

More information

CS364A: Algorithmic Game Theory Lecture #3: Myerson s Lemma

CS364A: Algorithmic Game Theory Lecture #3: Myerson s Lemma CS364A: Algorithmic Game Theory Lecture #3: Myerson s Lemma Tim Roughgarden September 3, 23 The Story So Far Last time, we introduced the Vickrey auction and proved that it enjoys three desirable and different

More information

a*(variable) 2 + b*(variable) + c

a*(variable) 2 + b*(variable) + c CH. 8. Factoring polynomials of the form: a*(variable) + b*(variable) + c Factor: 6x + 11x + 4 STEP 1: Is there a GCF of all terms? NO STEP : How many terms are there? Is it of degree? YES * Is it in the

More information

Ti 83/84. Descriptive Statistics for a List of Numbers

Ti 83/84. Descriptive Statistics for a List of Numbers Ti 83/84 Descriptive Statistics for a List of Numbers Quiz scores in a (fictitious) class were 10.5, 13.5, 8, 12, 11.3, 9, 9.5, 5, 15, 2.5, 10.5, 7, 11.5, 10, and 10.5. It s hard to get much of a sense

More information

Price of Anarchy Smoothness Price of Stability. Price of Anarchy. Algorithmic Game Theory

Price of Anarchy Smoothness Price of Stability. Price of Anarchy. Algorithmic Game Theory Smoothness Price of Stability Algorithmic Game Theory Smoothness Price of Stability Recall Recall for Nash equilibria: Strategic game Γ, social cost cost(s) for every state s of Γ Consider Σ PNE as the

More information

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley.

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley. Appendix: Statistics in Action Part I Financial Time Series 1. These data show the effects of stock splits. If you investigate further, you ll find that most of these splits (such as in May 1970) are 3-for-1

More information

Correlation: Its Role in Portfolio Performance and TSR Payout

Correlation: Its Role in Portfolio Performance and TSR Payout Correlation: Its Role in Portfolio Performance and TSR Payout An Important Question By J. Gregory Vermeychuk, Ph.D., CAIA A question often raised by our Total Shareholder Return (TSR) valuation clients

More information

Standard Normal, Inverse Normal and Sampling Distributions

Standard Normal, Inverse Normal and Sampling Distributions Standard Normal, Inverse Normal and Sampling Distributions Section 5.5 & 6.6 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy

More information

MA 1125 Lecture 05 - Measures of Spread. Wednesday, September 6, Objectives: Introduce variance, standard deviation, range.

MA 1125 Lecture 05 - Measures of Spread. Wednesday, September 6, Objectives: Introduce variance, standard deviation, range. MA 115 Lecture 05 - Measures of Spread Wednesday, September 6, 017 Objectives: Introduce variance, standard deviation, range. 1. Measures of Spread In Lecture 04, we looked at several measures of central

More information

Problem Set 2 - SOLUTIONS

Problem Set 2 - SOLUTIONS Problem Set - SOLUTONS 1. Consider the following two-player game: L R T 4, 4 1, 1 B, 3, 3 (a) What is the maxmin strategy profile? What is the value of this game? Note, the question could be solved like

More information

2D penalized spline (continuous-by-continuous interaction)

2D penalized spline (continuous-by-continuous interaction) 2D penalized spline (continuous-by-continuous interaction) Two examples (RWC, Section 13.1): Number of scallops caught off Long Island Counts are made at specific coordinates. Incidence of AIDS in Italian

More information

Maximizing Winnings on Final Jeopardy!

Maximizing Winnings on Final Jeopardy! Maximizing Winnings on Final Jeopardy! Jessica Abramson, Natalie Collina, and William Gasarch August 2017 1 Abstract Alice and Betty are going into the final round of Jeopardy. Alice knows how much money

More information

Solution: To simplify this we must multiply the binomial by itself using the FOIL method.

Solution: To simplify this we must multiply the binomial by itself using the FOIL method. Special Products This section of notes will focus on the use of formulas to find products. Although it may seem like a lot of extra memorizing, these formulas will save considerable time when multiplying

More information

Counting Basics. Venn diagrams

Counting Basics. Venn diagrams Counting Basics Sets Ways of specifying sets Union and intersection Universal set and complements Empty set and disjoint sets Venn diagrams Counting Inclusion-exclusion Multiplication principle Addition

More information

Models of Asset Pricing

Models of Asset Pricing appendix1 to chapter 5 Models of Asset Pricing In Chapter 4, we saw that the return on an asset (such as a bond) measures how much we gain from holding that asset. When we make a decision to buy an asset,

More information

v CORRELATION MATRIX

v CORRELATION MATRIX v CORRELATION MATRIX 1. About correlation... 2 2. Using the Correlation Matrix... 3 2.1 The matrix... 3 2.2 Changing the parameters for the calculation... 3 2.3 Highlighting correlation strength... 4 2.4

More information

MATH 141 (Extra Practice 1)

MATH 141 (Extra Practice 1) MATH 141 (Extra Practice 1) 1. If matrices A = w 0.5 3 2 values of y and w? and B = 4 1 y 2 are inverses of each other, what are the 2. The company that produces a toothpaste has a fixed costs of $5000.

More information

CPSC 540: Machine Learning

CPSC 540: Machine Learning CPSC 540: Machine Learning Monte Carlo Methods Mark Schmidt University of British Columbia Winter 2018 Last Time: Markov Chains We can use Markov chains for density estimation, p(x) = p(x 1 ) }{{} d p(x

More information

Math 101, Basic Algebra Author: Debra Griffin

Math 101, Basic Algebra Author: Debra Griffin Math 101, Basic Algebra Author: Debra Griffin Name Chapter 5 Factoring 5.1 Greatest Common Factor 2 GCF, factoring GCF, factoring common binomial factor 5.2 Factor by Grouping 5 5.3 Factoring Trinomials

More information

IEOR E4004: Introduction to OR: Deterministic Models

IEOR E4004: Introduction to OR: Deterministic Models IEOR E4004: Introduction to OR: Deterministic Models 1 Dynamic Programming Following is a summary of the problems we discussed in class. (We do not include the discussion on the container problem or the

More information

Residuated Lattices of Size 12 extended version

Residuated Lattices of Size 12 extended version Residuated Lattices of Size 12 extended version Radim Belohlavek 1,2, Vilem Vychodil 1,2 1 Dept. Computer Science, Palacky University, Olomouc 17. listopadu 12, Olomouc, CZ 771 46, Czech Republic 2 SUNY

More information

Exercise List: Proving convergence of the (Stochastic) Gradient Descent Method for the Least Squares Problem.

Exercise List: Proving convergence of the (Stochastic) Gradient Descent Method for the Least Squares Problem. Exercise List: Proving convergence of the (Stochastic) Gradient Descent Method for the Least Squares Problem. Robert M. Gower. October 3, 07 Introduction This is an exercise in proving the convergence

More information

CHAPTER 6 Random Variables

CHAPTER 6 Random Variables CHAPTER 6 Random Variables 6.2 Transforming and Combining Random Variables The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Transforming and Combining

More information

GeoShear Demonstration #3 Strain and Matrix Algebra. 1. Linking Pure Shear to the Transformation Matrix- - - Diagonal Matrices.

GeoShear Demonstration #3 Strain and Matrix Algebra. 1. Linking Pure Shear to the Transformation Matrix- - - Diagonal Matrices. GeoShear Demonstration #3 Strain and Matrix Algebra Paul Karabinos Department of Geosciences, Williams College, Williamstown, MA 01267 This demonstration is suitable for an undergraduate structural geology

More information

ECON 214 Elements of Statistics for Economists 2016/2017

ECON 214 Elements of Statistics for Economists 2016/2017 ECON 214 Elements of Statistics for Economists 2016/2017 Topic The Normal Distribution Lecturer: Dr. Bernardin Senadza, Dept. of Economics bsenadza@ug.edu.gh College of Education School of Continuing and

More information

Lesson Exponential Models & Logarithms

Lesson Exponential Models & Logarithms SACWAY STUDENT HANDOUT SACWAY BRAINSTORMING ALGEBRA & STATISTICS STUDENT NAME DATE INTRODUCTION Compound Interest When you invest money in a fixed- rate interest earning account, you receive interest at

More information

GE in production economies

GE in production economies GE in production economies Yossi Spiegel Consider a production economy with two agents, two inputs, K and L, and two outputs, x and y. The two agents have utility functions (1) where x A and y A is agent

More information

TTIC An Introduction to the Theory of Machine Learning. Learning and Game Theory. Avrim Blum 5/7/18, 5/9/18

TTIC An Introduction to the Theory of Machine Learning. Learning and Game Theory. Avrim Blum 5/7/18, 5/9/18 TTIC 31250 An Introduction to the Theory of Machine Learning Learning and Game Theory Avrim Blum 5/7/18, 5/9/18 Zero-sum games, Minimax Optimality & Minimax Thm; Connection to Boosting & Regret Minimization

More information