Determining a Number Through its Sum of Divisors

Size: px
Start display at page:

Download "Determining a Number Through its Sum of Divisors"

Transcription

1 Determining a Number Through its Sum of Divisors Carter Smith with Alessandro Rezende De Macedo University of Texas at Austin arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

2 Introduction of σ k For n = p e 1 1 pe pe n n we define σ k (n) = d k = d n d>0 n i=1 p k(e i+1) i 1 p k i 1 to be the sum of the k th power of divisors function.

3 Introduction of σ k For n = p e 1 1 pe pe n n we define σ k (n) = d k = d n d>0 n i=1 p k(e i+1) i 1 p k i 1 to be the sum of the k th power of divisors function. Note that σ 0 : N {0} N is the number of divisors function and σ 1 is the sum of divisors function.

4 Introduction of σ k For n = p e 1 1 pe pe n n we define σ k (n) = d k = d n d>0 n i=1 p k(e i+1) i 1 p k i 1 to be the sum of the k th power of divisors function. Note that σ 0 : N {0} N is the number of divisors function and σ 1 is the sum of divisors function. Question: When can we determine a number based off of its σ k value? arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

5 When is σ k injective? 1 Input an upper bound n and a k value; 2 compute σ k (a) for all n in 2 a n; 3 remove duplicates from the list of σ k (a) outputs; 4 return the number of duplicates found.

6 When is σ k injective? 1 Input an upper bound n and a k value; 2 compute σ k (a) for all n in 2 a n; 3 remove duplicates from the list of σ k (a) outputs; 4 return the number of duplicates found. σ 0 (p) = 2 for all prime p arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

7 When is σ k injective? 1 Input an upper bound n and a k value; 2 compute σ k (a) for all n in 2 a n; 3 remove duplicates from the list of σ k (a) outputs; 4 return the number of duplicates found. σ 0 (p) = 2 for all prime p σ 1 (14) = σ 1 (15) = 24 arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

8 When is σ k injective? 1 Input an upper bound n and a k value; 2 compute σ k (a) for all n in 2 a n; 3 remove duplicates from the list of σ k (a) outputs; 4 return the number of duplicates found. σ 0 (p) = 2 for all prime p σ 1 (14) = σ 1 (15) = 24 σ 2 (6) = σ 2 (7) = 50 arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

9 When is σ k injective? 1 Input an upper bound n and a k value; 2 compute σ k (a) for all n in 2 a n; 3 remove duplicates from the list of σ k (a) outputs; 4 return the number of duplicates found. σ 0 (p) = 2 for all prime p σ 1 (14) = σ 1 (15) = 24 σ 2 (6) = σ 2 (7) = 50 σ 3 (184, 926) = σ 3 (194, 315) = 7, 401, 260, 364, 550, 416. arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

10 When is σ k injective? 1 Input an upper bound n and a k value; 2 compute σ k (a) for all n in 2 a n; 3 remove duplicates from the list of σ k (a) outputs; 4 return the number of duplicates found. σ 0 (p) = 2 for all prime p σ 1 (14) = σ 1 (15) = 24 σ 2 (6) = σ 2 (7) = 50 σ 3 (184, 926) = σ 3 (194, 315) = 7, 401, 260, 364, 550, 416. Computations show that σ 4 s interval of injectivity is 2 n 60, 000, 000.

11 All virtual memory has been exhausted so Magma cannot perform this statement.

12 All virtual memory has been exhausted so Magma cannot perform this statement.

13 Introduction of ψ k Consider ψ k : N N k+1 defined by ψ k (n) = (σ 0 (n), σ 1 (n),..., σ k (n))

14 Introduction of ψ k Consider ψ k : N N k+1 defined by ψ k (n) = (σ 0 (n), σ 1 (n),..., σ k (n)) Natural Question: For which k, if any, is ψ k injective?

15 Introduction of ψ k Consider ψ k : N N k+1 defined by ψ k (n) = (σ 0 (n), σ 1 (n),..., σ k (n)) Natural Question: For which k, if any, is ψ k injective? ψ 0 (n) is not since σ 0 (n) is not. ψ 1 (12) = ψ 1 (18) = (6, 42).

16 Introduction of ψ k Consider ψ k : N N k+1 defined by ψ k (n) = (σ 0 (n), σ 1 (n),..., σ k (n)) Natural Question: For which k, if any, is ψ k injective? ψ 0 (n) is not since σ 0 (n) is not. ψ 1 (12) = ψ 1 (18) = (6, 42). Is ψ 2 (n) injective?

17 Some Observations Note that when n = p e 1 1 pe pe n n, σ 0 (n) = (e 1 + 1)(e 2 + 1)... (e n + 1). arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

18 Some Observations Note that when n = p e 1 1 pe pe n n, σ 0 (n) = (e 1 + 1)(e 2 + 1)... (e n + 1). ψ 2 (n) determines n when σ 0 (n) = 2. Why?

19 Some Observations Note that when n = p e 1 1 pe pe n n, σ 0 (n) = (e 1 + 1)(e 2 + 1)... (e n + 1). ψ 2 (n) determines n when σ 0 (n) = 2. Why? n = σ 1 1

20 Some Observations Note that when n = p e 1 1 pe pe n n, σ 0 (n) = (e 1 + 1)(e 2 + 1)... (e n + 1). ψ 2 (n) determines n when σ 0 (n) = 2. Why? n = σ 1 1 ψ 2 (n) determines n when σ 0 (n) = 3. Why?

21 Some Observations Note that when n = p e 1 1 pe pe n n, σ 0 (n) = (e 1 + 1)(e 2 + 1)... (e n + 1). ψ 2 (n) determines n when σ 0 (n) = 2. Why? n = σ 1 1 ψ 2 (n) determines n when σ 0 (n) = 3. Why? n = p 2 and σ 1 (n) = 1 + p + p 2. When σ 0 (n) = q for a prime q, σ 1 (n) determines n since n = p q 1 for some prime p.

22 The case when σ 0 (n) = 4 Note that if σ 0 (n) = 4 then n = p 3 or qr for primes p, q, r. If ψ 2 (n) were to fail to be injective, two cases would arise. For some m = p 3 and n = qr for distinct primes p, q, r we would have

23 The case when σ 0 (n) = 4 Note that if σ 0 (n) = 4 then n = p 3 or qr for primes p, q, r. If ψ 2 (n) were to fail to be injective, two cases would arise. For some m = p 3 and n = qr for distinct primes p, q, r we would have σ 1 (m) = 1 + p + p 2 + p 3 = 1 + q + r + qr = σ 1 (n) (1) σ 2 (m) = 1 + p 2 + p 4 + p 6 = 1 + q 2 + r 2 + q 2 r 2 = σ 2 (n) (2) arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

24 The case when σ 0 (n) = 4 Note that if σ 0 (n) = 4 then n = p 3 or qr for primes p, q, r. If ψ 2 (n) were to fail to be injective, two cases would arise. For some m = p 3 and n = qr for distinct primes p, q, r we would have Mod q: σ 1 (m) = 1 + p + p 2 + p 3 = 1 + q + r + qr = σ 1 (n) (1) σ 2 (m) = 1 + p 2 + p 4 + p 6 = 1 + q 2 + r 2 + q 2 r 2 = σ 2 (n) (2) 2p 3 + 2p 4 + 2p 5 + p 2 + p 4 + p 6 = r 2 r 2 + 2p 3 + 2p 4 + 2p 5 = r 2 2p 3 + 2p 4 + 2p 5 = 0 2p 2 (p + p 2 + p 3 ) = 0 2p 2 r = 0. arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

25 What about when σ 0 (n) = 8? Such a number is of the form p 7, pqr, or p 3 q for primes p, q, and r. That would give us five cases to check. n = p 7 1, m = p 2p 3 p 4 ; n = p 7 1, m = p3 2 p 3; n = p 1 p 2 p 3, m = p 3 4 p 5; n = p 1 p 2 p 3, m = p 4 p 5 p 6 ; n = p 3 1 p 2, m = p 3 3 p 4.

26 What about when σ 0 (n) = 8? Such a number is of the form p 7, pqr, or p 3 q for primes p, q, and r. That would give us five cases to check. n = p 7 1, m = p 2p 3 p 4 ; n = p 7 1, m = p3 2 p 3; n = p 1 p 2 p 3, m = p 3 4 p 5; n = p 1 p 2 p 3, m = p 4 p 5 p 6 ; n = p 3 1 p 2, m = p 3 3 p 4. If we were to use the same method on just one case then we would be forced to compute as well as (p 1 + p p3 1 + p4 1 + p5 1 + p6 1 + p7 1 )2 (p 2 + p 3 + p 4 + p 2 p 3 + p 2 p 4 + p 3 p 4 + p 2 p 3 p 4 ) 2.

27 Computations We have three separate programs to compute ψ 2 (n) when σ 0 = 8, 9 or 10. arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

28 Computations We have three separate programs to compute ψ 2 (n) when σ 0 = 8, 9 or 10. When σ 0 (n) = 8, ψ 2 s interval of injectivity is at least 2 n arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

29 Computations We have three separate programs to compute ψ 2 (n) when σ 0 = 8, 9 or 10. When σ 0 (n) = 8, ψ 2 s interval of injectivity is at least 2 n When σ 0 (n) = 9, ψ 2 s interval of injectivity is at least 2 n arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

30 Computations We have three separate programs to compute ψ 2 (n) when σ 0 = 8, 9 or 10. When σ 0 (n) = 8, ψ 2 s interval of injectivity is at least 2 n When σ 0 (n) = 9, ψ 2 s interval of injectivity is at least 2 n When σ 0 (n) = 10, ψ 2 s interval of injectivity is at least 2 n arter Smith with Alessandro Rezende De Macedo Determining (University a Number of TexasThrough at Austin) its Sum of Divisors

31 Geometric Intuition Counterexamples can be thought of as integral solutions to the intersection of affine varieties.

32 Geometric Intuition Counterexamples can be thought of as integral solutions to the intersection of affine varieties. The intersection of higher dimensional varieties should have a better chance at having integral solutions, right?

33 Geometric Intuition Counterexamples can be thought of as integral solutions to the intersection of affine varieties. The intersection of higher dimensional varieties should have a better chance at having integral solutions, right? ψ 2 ( ) = ψ 2 ( ) = (32, , )

34 Further Questions Can we generalize σ k for larger integer rings? (Spira)

35 Further Questions Can we generalize σ k for larger integer rings? (Spira) Geometric approach using intersection of affine varieties.

36 Further Questions Can we generalize σ k for larger integer rings? (Spira) Geometric approach using intersection of affine varieties. What happens when we let k vary over all real numbers?

37 Further Questions Can we generalize σ k for larger integer rings? (Spira) Geometric approach using intersection of affine varieties. What happens when we let k vary over all real numbers? Is ψ k ever injective?

38 THANK YOU!

39 Sources Cooking with python, part 2 - OReilly media. (2005, June 23). Retrieved November 23, 2016, from Cooking With Python Dummit, D. S., and Foote, R. M. (2004). Abstract algebra. Hoboken, NJ: Wiley. Frohlich A., and Taylor, M. (1991). Algebraic number theory. Cambridge: Cambridge University Press. R. Spira, The Complex Sum of Divisors, The American Mathematical Monthly Vol. 68, No. 2 (1961),

Generating all modular lattices of a given size

Generating all modular lattices of a given size Generating all modular lattices of a given size ADAM 2013 Nathan Lawless Chapman University June 6-8, 2013 Outline Introduction to Lattice Theory: Modular Lattices The Objective: Generating and Counting

More information

Estimation. Focus Points 10/11/2011. Estimating p in the Binomial Distribution. Section 7.3

Estimation. Focus Points 10/11/2011. Estimating p in the Binomial Distribution. Section 7.3 Estimation 7 Copyright Cengage Learning. All rights reserved. Section 7.3 Estimating p in the Binomial Distribution Copyright Cengage Learning. All rights reserved. Focus Points Compute the maximal length

More information

Probability in Options Pricing

Probability in Options Pricing Probability in Options Pricing Mark Cohen and Luke Skon Kenyon College cohenmj@kenyon.edu December 14, 2012 Mark Cohen and Luke Skon (Kenyon college) Probability Presentation December 14, 2012 1 / 16 What

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

Chapter 14 : Statistical Inference 1. Note : Here the 4-th and 5-th editions of the text have different chapters, but the material is the same.

Chapter 14 : Statistical Inference 1. Note : Here the 4-th and 5-th editions of the text have different chapters, but the material is the same. Chapter 14 : Statistical Inference 1 Chapter 14 : Introduction to Statistical Inference Note : Here the 4-th and 5-th editions of the text have different chapters, but the material is the same. Data x

More information

On the smallest abundant number not divisible by the first k primes

On the smallest abundant number not divisible by the first k primes On the smallest abundant number not divisible by the first k rimes Douglas E. Iannucci Abstract We say a ositive integer n is abundant if σ(n) > 2n, where σ(n) denotes the sum of the ositive divisors of

More information

Week 1 Quantitative Analysis of Financial Markets Probabilities

Week 1 Quantitative Analysis of Financial Markets Probabilities Week 1 Quantitative Analysis of Financial Markets Probabilities Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October

More information

On the h-vector of a Lattice Path Matroid

On the h-vector of a Lattice Path Matroid On the h-vector of a Lattice Path Matroid Jay Schweig Department of Mathematics University of Kansas Lawrence, KS 66044 jschweig@math.ku.edu Submitted: Sep 16, 2009; Accepted: Dec 18, 2009; Published:

More information

Algebra and Number Theory Exercise Set

Algebra and Number Theory Exercise Set Algebra and Number Theory Exercise Set Kamil Niedzia lomski 1 Algebra 1.1 Complex Numbers Exercise 1. Find real and imaginary part of complex numbers (1) 1 i 2+i (2) (3 + 7i)( 3 + i) (3) ( 3+i)( 1+i 3)

More information

Confidence Intervals for the Difference Between Two Means with Tolerance Probability

Confidence Intervals for the Difference Between Two Means with Tolerance Probability Chapter 47 Confidence Intervals for the Difference Between Two Means with Tolerance Probability Introduction This procedure calculates the sample size necessary to achieve a specified distance from the

More information

Prentice Hall Connected Mathematics, Grade 7 Unit 2004 Correlated to: Maine Learning Results for Mathematics (Grades 5-8)

Prentice Hall Connected Mathematics, Grade 7 Unit 2004 Correlated to: Maine Learning Results for Mathematics (Grades 5-8) : Maine Learning Results for Mathematics (Grades 5-8) A. NUMBERS AND NUMBER SENSE Students will understand and demonstrate a sense of what numbers mean and how they are used. Students will be able to:

More information

Problem Set on Adverse Selection and an Individual Mandate. Developed by Amanda Kowalski, Austin Schaefer, Jack Welsh, and Megan Wilson

Problem Set on Adverse Selection and an Individual Mandate. Developed by Amanda Kowalski, Austin Schaefer, Jack Welsh, and Megan Wilson Problem Set on Adverse Selection and an Individual Mandate Developed by Amanda Kowalski, Austin Schaefer, Jack Welsh, and Megan Wilson This problem set is based on Hackmann, Kolstad, and Kowalski (2015)

More information

The Theory of Interest

The Theory of Interest The Theory of Interest An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2010 Simple Interest (1 of 2) Definition Interest is money paid by a bank or other financial institution

More information

arxiv: v3 [math.nt] 10 Jul 2014

arxiv: v3 [math.nt] 10 Jul 2014 The sum of the unitary divisor function arxiv:1312.4615v3 [math.nt] 10 Jul 2014 Tim Trudgian Mathematical Sciences Institute The Australian National University, ACT 0200, Australia timothy.trudgian@anu.edu.au

More information

Some Bounds for the Singular Values of Matrices

Some Bounds for the Singular Values of Matrices Applied Mathematical Sciences, Vol., 007, no. 49, 443-449 Some Bounds for the Singular Values of Matrices Ramazan Turkmen and Haci Civciv Department of Mathematics, Faculty of Art and Science Selcuk University,

More information

[AN INTRODUCTION TO THE BLACK-SCHOLES PDE MODEL]

[AN INTRODUCTION TO THE BLACK-SCHOLES PDE MODEL] 2013 University of New Mexico Scott Guernsey [AN INTRODUCTION TO THE BLACK-SCHOLES PDE MODEL] This paper will serve as background and proposal for an upcoming thesis paper on nonlinear Black- Scholes PDE

More information

Confidence Intervals for the Median and Other Percentiles

Confidence Intervals for the Median and Other Percentiles Confidence Intervals for the Median and Other Percentiles Authored by: Sarah Burke, Ph.D. 12 December 2016 Revised 22 October 2018 The goal of the STAT COE is to assist in developing rigorous, defensible

More information

The illustrated zoo of order-preserving functions

The illustrated zoo of order-preserving functions The illustrated zoo of order-preserving functions David Wilding, February 2013 http://dpw.me/mathematics/ Posets (partially ordered sets) underlie much of mathematics, but we often don t give them a second

More information

A NOTE ON A SQUARE-ROOT RULE FOR REINSURANCE. Michael R. Powers and Martin Shubik. June 2005 COWLES FOUNDATION DISCUSSION PAPER NO.

A NOTE ON A SQUARE-ROOT RULE FOR REINSURANCE. Michael R. Powers and Martin Shubik. June 2005 COWLES FOUNDATION DISCUSSION PAPER NO. A NOTE ON A SQUARE-ROOT RULE FOR REINSURANCE By Michael R. Powers and Martin Shubik June 2005 COWLES FOUNDATION DISCUSSION PAPER NO. 1521 COWLES FOUNDATION FOR RESEARCH IN ECONOMICS YALE UNIVERSITY Box

More information

Lesson 3: Basic theory of stochastic processes

Lesson 3: Basic theory of stochastic processes Lesson 3: Basic theory of stochastic processes Dipartimento di Ingegneria e Scienze dell Informazione e Matematica Università dell Aquila, umberto.triacca@univaq.it Probability space We start with some

More information

ONE WAY TO ESTIMATE VOLATILITY

ONE WAY TO ESTIMATE VOLATILITY Fischer Black on OPTIONS Vol. 1 No. 8 May 17, 1976 ONE WAY TO ESTIMATE VOLATILITY The volatility of a stock I define as the standard deviation of the return on the stock. The return on a stock is the change

More information

Math 489/Math 889 Stochastic Processes and Advanced Mathematical Finance Dunbar, Fall 2007

Math 489/Math 889 Stochastic Processes and Advanced Mathematical Finance Dunbar, Fall 2007 Steven R. Dunbar Department of Mathematics 203 Avery Hall University of Nebraska-Lincoln Lincoln, NE 68588-0130 http://www.math.unl.edu Voice: 402-472-3731 Fax: 402-472-8466 Math 489/Math 889 Stochastic

More information

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane.

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane. Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 2017 20 Lecture 20 Implied volatility November 30, 2017

More information

Name: CU ID#: Section #: Instructor s Name: Score:

Name: CU ID#: Section #: Instructor s Name: Score: Name: CU ID#: Section #: Instructor s Name: Score: General Directions: Show work where possible. Answers without supporting work (where work is appropriate) may receive little credit. Do not round intermediate

More information

Introduction to Game-Theoretic Probability

Introduction to Game-Theoretic Probability Introduction to Game-Theoretic Probability Glenn Shafer Rutgers Business School January 28, 2002 The project: Replace measure theory with game theory. The game-theoretic strong law. Game-theoretic price

More information

Arbitrage Theory without a Reference Probability: challenges of the model independent approach

Arbitrage Theory without a Reference Probability: challenges of the model independent approach Arbitrage Theory without a Reference Probability: challenges of the model independent approach Matteo Burzoni Marco Frittelli Marco Maggis June 30, 2015 Abstract In a model independent discrete time financial

More information

TEACHING NOTE 00-03: MODELING ASSET PRICES AS STOCHASTIC PROCESSES II. is non-stochastic and equal to dt. From these results we state the following:

TEACHING NOTE 00-03: MODELING ASSET PRICES AS STOCHASTIC PROCESSES II. is non-stochastic and equal to dt. From these results we state the following: TEACHING NOTE 00-03: MODELING ASSET PRICES AS STOCHASTIC PROCESSES II Version date: August 1, 2001 D:\TN00-03.WPD This note continues TN96-04, Modeling Asset Prices as Stochastic Processes I. It derives

More information

3/28/18. Estimation. Focus Points. Focus Points. Estimating p in the Binomial Distribution. Estimating p in the Binomial Distribution. Section 7.

3/28/18. Estimation. Focus Points. Focus Points. Estimating p in the Binomial Distribution. Estimating p in the Binomial Distribution. Section 7. Which side of a cheetah has the most spots? Estimation The outside. 7 Section 7.3 Estimating p in the Binomial Distribution Boy, I m tired. I ve been up since the quack of dawn. Focus Points Compute the

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

June 11, Dynamic Programming( Weighted Interval Scheduling)

June 11, Dynamic Programming( Weighted Interval Scheduling) Dynamic Programming( Weighted Interval Scheduling) June 11, 2014 Problem Statement: 1 We have a resource and many people request to use the resource for periods of time (an interval of time) 2 Each interval

More information

Martingales. by D. Cox December 2, 2009

Martingales. by D. Cox December 2, 2009 Martingales by D. Cox December 2, 2009 1 Stochastic Processes. Definition 1.1 Let T be an arbitrary index set. A stochastic process indexed by T is a family of random variables (X t : t T) defined on a

More information

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50)

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50) Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50) Magnus Wiktorsson Centre for Mathematical Sciences Lund University, Sweden Lecture 2 Random number generation January 18, 2018

More information

CIVL Discrete Distributions

CIVL Discrete Distributions CIVL 3103 Discrete Distributions Learning Objectives Define discrete distributions, and identify common distributions applicable to engineering problems. Identify the appropriate distribution (i.e. binomial,

More information

for Finance Python Yves Hilpisch Koln Sebastopol Tokyo O'REILLY Farnham Cambridge Beijing

for Finance Python Yves Hilpisch Koln Sebastopol Tokyo O'REILLY Farnham Cambridge Beijing Python for Finance Yves Hilpisch Beijing Cambridge Farnham Koln Sebastopol Tokyo O'REILLY Table of Contents Preface xi Part I. Python and Finance 1. Why Python for Finance? 3 What Is Python? 3 Brief History

More information

A Property Equivalent to n-permutability for Infinite Groups

A Property Equivalent to n-permutability for Infinite Groups Journal of Algebra 221, 570 578 (1999) Article ID jabr.1999.7996, available online at http://www.idealibrary.com on A Property Equivalent to n-permutability for Infinite Groups Alireza Abdollahi* and Aliakbar

More information

Strategies for Improving the Efficiency of Monte-Carlo Methods

Strategies for Improving the Efficiency of Monte-Carlo Methods Strategies for Improving the Efficiency of Monte-Carlo Methods Paul J. Atzberger General comments or corrections should be sent to: paulatz@cims.nyu.edu Introduction The Monte-Carlo method is a useful

More information

Module 13: Autocorrelation Problem Module 15: Autocorrelation Problem(Contd.)

Module 13: Autocorrelation Problem Module 15: Autocorrelation Problem(Contd.) 6 P age Module 13: Autocorrelation Problem Module 15: Autocorrelation Problem(Contd.) Rudra P. Pradhan Vinod Gupta School of Management Indian Institute of Technology Kharagpur, India Email: rudrap@vgsom.iitkgp.ernet

More information

From Hypercubes to Adinkra Graphs

From Hypercubes to Adinkra Graphs From Hypercubes to Adinkra Graphs The vertices of a cube in a space of any dimension, N, can always be associated with the vertices of a vector of the form (±1,... N times..., ±1) so in the example of

More information

Option Pricing Formula for Fuzzy Financial Market

Option Pricing Formula for Fuzzy Financial Market Journal of Uncertain Systems Vol.2, No., pp.7-2, 28 Online at: www.jus.org.uk Option Pricing Formula for Fuzzy Financial Market Zhongfeng Qin, Xiang Li Department of Mathematical Sciences Tsinghua University,

More information

The Value of Information in Central-Place Foraging. Research Report

The Value of Information in Central-Place Foraging. Research Report The Value of Information in Central-Place Foraging. Research Report E. J. Collins A. I. Houston J. M. McNamara 22 February 2006 Abstract We consider a central place forager with two qualitatively different

More information

The ruin probabilities of a multidimensional perturbed risk model

The ruin probabilities of a multidimensional perturbed risk model MATHEMATICAL COMMUNICATIONS 231 Math. Commun. 18(2013, 231 239 The ruin probabilities of a multidimensional perturbed risk model Tatjana Slijepčević-Manger 1, 1 Faculty of Civil Engineering, University

More information

MATH20180: Foundations of Financial Mathematics

MATH20180: Foundations of Financial Mathematics MATH20180: Foundations of Financial Mathematics Vincent Astier email: vincent.astier@ucd.ie office: room S1.72 (Science South) Lecture 1 Vincent Astier MATH20180 1 / 35 Our goal: the Black-Scholes Formula

More information

Richardson Extrapolation Techniques for the Pricing of American-style Options

Richardson Extrapolation Techniques for the Pricing of American-style Options Richardson Extrapolation Techniques for the Pricing of American-style Options June 1, 2005 Abstract Richardson Extrapolation Techniques for the Pricing of American-style Options In this paper we re-examine

More information

Translates of (Anti) Fuzzy Submodules

Translates of (Anti) Fuzzy Submodules International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn : 2278-800X, www.ijerd.com Volume 5, Issue 2 (December 2012), PP. 27-31 P.K. Sharma Post Graduate Department of Mathematics,

More information

Household Budget Share Distribution and Welfare Implication: An Application of Multivariate Distributional Statistics

Household Budget Share Distribution and Welfare Implication: An Application of Multivariate Distributional Statistics Household Budget Share Distribution and Welfare Implication: An Application of Multivariate Distributional Statistics Manisha Chakrabarty 1 and Amita Majumder 2 Abstract In this paper the consequence of

More information

In terms of covariance the Markowitz portfolio optimisation problem is:

In terms of covariance the Markowitz portfolio optimisation problem is: Markowitz portfolio optimisation Solver To use Solver to solve the quadratic program associated with tracing out the efficient frontier (unconstrained efficient frontier UEF) in Markowitz portfolio optimisation

More information

CIVL Learning Objectives. Definitions. Discrete Distributions

CIVL Learning Objectives. Definitions. Discrete Distributions CIVL 3103 Discrete Distributions Learning Objectives Define discrete distributions, and identify common distributions applicable to engineering problems. Identify the appropriate distribution (i.e. binomial,

More information

On Machin s formula with Powers of the Golden Section

On Machin s formula with Powers of the Golden Section On Machin s formula with Powers of the Golden Section Florian Luca Instituto de Matemáticas Universidad Nacional Autónoma de México C.P. 58089, Morelia, Michoacán, México fluca@matmor.unam.mx Pantelimon

More information

Laurence Boxer and Ismet KARACA

Laurence Boxer and Ismet KARACA SOME PROPERTIES OF DIGITAL COVERING SPACES Laurence Boxer and Ismet KARACA Abstract. In this paper we study digital versions of some properties of covering spaces from algebraic topology. We correct and

More information

Class 16. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700

Class 16. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700 Class 16 Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 013 by D.B. Rowe 1 Agenda: Recap Chapter 7. - 7.3 Lecture Chapter 8.1-8. Review Chapter 6. Problem Solving

More information

Options. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Options

Options. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Options Options An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2014 Definitions and Terminology Definition An option is the right, but not the obligation, to buy or sell a security such

More information

Journal of Computational and Applied Mathematics. The mean-absolute deviation portfolio selection problem with interval-valued returns

Journal of Computational and Applied Mathematics. The mean-absolute deviation portfolio selection problem with interval-valued returns Journal of Computational and Applied Mathematics 235 (2011) 4149 4157 Contents lists available at ScienceDirect Journal of Computational and Applied Mathematics journal homepage: www.elsevier.com/locate/cam

More information

Collinear Triple Hypergraphs and the Finite Plane Kakeya Problem

Collinear Triple Hypergraphs and the Finite Plane Kakeya Problem Collinear Triple Hypergraphs and the Finite Plane Kakeya Problem Joshua Cooper August 14, 006 Abstract We show that the problem of counting collinear points in a permutation (previously considered by the

More information

Stochastic Grid Bundling Method

Stochastic Grid Bundling Method Stochastic Grid Bundling Method GPU Acceleration Delft University of Technology - Centrum Wiskunde & Informatica Álvaro Leitao Rodríguez and Cornelis W. Oosterlee London - December 17, 2015 A. Leitao &

More information

Abstract Algebra Solution of Assignment-1

Abstract Algebra Solution of Assignment-1 Abstract Algebra Solution of Assignment-1 P. Kalika & Kri. Munesh [ M.Sc. Tech Mathematics ] 1. Illustrate Cayley s Theorem by calculating the left regular representation for the group V 4 = {e, a, b,

More information

Finance: A Quantitative Introduction Chapter 7 - part 2 Option Pricing Foundations

Finance: A Quantitative Introduction Chapter 7 - part 2 Option Pricing Foundations Finance: A Quantitative Introduction Chapter 7 - part 2 Option Pricing Foundations Nico van der Wijst 1 Finance: A Quantitative Introduction c Cambridge University Press 1 The setting 2 3 4 2 Finance:

More information

Secant Varieties, Symbolic Powers, Statistical Models

Secant Varieties, Symbolic Powers, Statistical Models Secant Varieties, Symbolic Powers, Statistical Models Seth Sullivant North Carolina State University November 19, 2012 Seth Sullivant (NCSU) Secant Varieties, etc. November 19, 2012 1 / 27 Joins and Secant

More information

Mean Variance Analysis and CAPM

Mean Variance Analysis and CAPM Mean Variance Analysis and CAPM Yan Zeng Version 1.0.2, last revised on 2012-05-30. Abstract A summary of mean variance analysis in portfolio management and capital asset pricing model. 1. Mean-Variance

More information

Measuring Interest Rates

Measuring Interest Rates Measuring Interest Rates Economics 301: Money and Banking 1 1.1 Goals Goals and Learning Outcomes Goals: Learn to compute present values, rates of return, rates of return. Learning Outcomes: LO3: Predict

More information

Interest Rate Risk in a Negative Yielding World

Interest Rate Risk in a Negative Yielding World Joel R. Barber 1 Krishnan Dandapani 2 Abstract Duration is widely used in the financial services industry to measure and manage interest rate risk. Both the development and the empirical testing of duration

More information

EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS

EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS Commun. Korean Math. Soc. 23 (2008), No. 2, pp. 285 294 EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS Kyoung-Sook Moon Reprinted from the Communications of the Korean Mathematical Society

More information

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg :

More information

Volume 30, Issue 4. A decomposition of the home-market effect

Volume 30, Issue 4. A decomposition of the home-market effect Volume 30, Issue 4 A decomposition of the home-market effect Toru Kikuchi Kobe University Ngo van Long McGill University Abstract Although the home-market effect has become one of the most important concepts

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

CLIQUE OPTION PRICING

CLIQUE OPTION PRICING CLIQUE OPTION PRICING Mark Ioffe Abstract We show how can be calculated Clique option premium. If number of averaging dates enough great we use central limit theorem for stochastic variables and derived

More information

STEX s valuation analysis, version 0.0

STEX s valuation analysis, version 0.0 SMART TOKEN EXCHANGE STEX s valuation analysis, version. Paulo Finardi, Olivia Saa, Serguei Popov November, 7 ABSTRACT In this paper we evaluate an investment consisting of paying an given amount (the

More information

A relation on 132-avoiding permutation patterns

A relation on 132-avoiding permutation patterns Discrete Mathematics and Theoretical Computer Science DMTCS vol. VOL, 205, 285 302 A relation on 32-avoiding permutation patterns Natalie Aisbett School of Mathematics and Statistics, University of Sydney,

More information

Equivalence Tests for the Odds Ratio of Two Proportions

Equivalence Tests for the Odds Ratio of Two Proportions Chapter 5 Equivalence Tests for the Odds Ratio of Two Proportions Introduction This module provides power analysis and sample size calculation for equivalence tests of the odds ratio in twosample designs

More information

Sharpe-optimal SPDR portfolios

Sharpe-optimal SPDR portfolios Sharpe-optimal SPDR portfolios or How to beat the market and sleep well at night by Vic Norton Bowling Green State University Bowling Green, Ohio 43402-2223 USA mailto:vic@norton.name http://vic.norton.name

More information

GENERATION OF STANDARD NORMAL RANDOM NUMBERS. Naveen Kumar Boiroju and M. Krishna Reddy

GENERATION OF STANDARD NORMAL RANDOM NUMBERS. Naveen Kumar Boiroju and M. Krishna Reddy GENERATION OF STANDARD NORMAL RANDOM NUMBERS Naveen Kumar Boiroju and M. Krishna Reddy Department of Statistics, Osmania University, Hyderabad- 500 007, INDIA Email: nanibyrozu@gmail.com, reddymk54@gmail.com

More information

A note on the number of (k, l)-sum-free sets

A note on the number of (k, l)-sum-free sets A note on the number of (k, l)-sum-free sets Tomasz Schoen Mathematisches Seminar Universität zu Kiel Ludewig-Meyn-Str. 4, 4098 Kiel, Germany tos@numerik.uni-kiel.de and Department of Discrete Mathematics

More information

A note for hybrid Bollinger bands

A note for hybrid Bollinger bands Journal of the Korean Data & Information Science Society 2010, 21(4), 777 782 한국데이터정보과학회지 A note for hybrid Bollinger bands Jungsoo Rhee 1 1 Department of Mathematics, Pusan University of Foreign Studies

More information

A Scenario Based Method for Cost Risk Analysis

A Scenario Based Method for Cost Risk Analysis A Scenario Based Method for Cost Risk Analysis Paul R. Garvey The MITRE Corporation MP 05B000003, September 005 Abstract This paper presents an approach for performing an analysis of a program s cost risk.

More information

The rth moment of a real-valued random variable X with density f(x) is. x r f(x) dx

The rth moment of a real-valued random variable X with density f(x) is. x r f(x) dx 1 Cumulants 1.1 Definition The rth moment of a real-valued random variable X with density f(x) is µ r = E(X r ) = x r f(x) dx for integer r = 0, 1,.... The value is assumed to be finite. Provided that

More information

Yale ICF Working Paper No First Draft: February 21, 1992 This Draft: June 29, Safety First Portfolio Insurance

Yale ICF Working Paper No First Draft: February 21, 1992 This Draft: June 29, Safety First Portfolio Insurance Yale ICF Working Paper No. 08 11 First Draft: February 21, 1992 This Draft: June 29, 1992 Safety First Portfolio Insurance William N. Goetzmann, International Center for Finance, Yale School of Management,

More information

Statistics Class 15 3/21/2012

Statistics Class 15 3/21/2012 Statistics Class 15 3/21/2012 Quiz 1. Cans of regular Pepsi are labeled to indicate that they contain 12 oz. Data Set 17 in Appendix B lists measured amounts for a sample of Pepsi cans. The same statistics

More information

A lower bound on seller revenue in single buyer monopoly auctions

A lower bound on seller revenue in single buyer monopoly auctions A lower bound on seller revenue in single buyer monopoly auctions Omer Tamuz October 7, 213 Abstract We consider a monopoly seller who optimally auctions a single object to a single potential buyer, with

More information

Stochastic Processes and Advanced Mathematical Finance. Multiperiod Binomial Tree Models

Stochastic Processes and Advanced Mathematical Finance. Multiperiod Binomial Tree Models Steven R. Dunbar Department of Mathematics 203 Avery Hall University of Nebraska-Lincoln Lincoln, NE 68588-0130 http://www.math.unl.edu Voice: 402-472-3731 Fax: 402-472-8466 Stochastic Processes and Advanced

More information

Research Article On the Classification of Lattices Over Q( 3) Which Are Even Unimodular Z-Lattices of Rank 32

Research Article On the Classification of Lattices Over Q( 3) Which Are Even Unimodular Z-Lattices of Rank 32 International Mathematics and Mathematical Sciences Volume 013, Article ID 837080, 4 pages http://dx.doi.org/10.1155/013/837080 Research Article On the Classification of Lattices Over Q( 3) Which Are Even

More information

Improving Prediction of Gold Prices through inclusion of Macroeconomic Variables

Improving Prediction of Gold Prices through inclusion of Macroeconomic Variables SOCIAL SCIENCES & HUMANITIES Journal homepage: http://www.pertanika.upm.edu.my/ Improving Prediction of Gold Prices through inclusion of Macroeconomic Variables Beh, W. L. and Pooi, A. H. 2 Department

More information

TRUE/FALSE 1 (2) TRUE FALSE 2 (2) TRUE FALSE. MULTIPLE CHOICE 1 (5) a b c d e 3 (2) TRUE FALSE 4 (2) TRUE FALSE. 2 (5) a b c d e 5 (2) TRUE FALSE

TRUE/FALSE 1 (2) TRUE FALSE 2 (2) TRUE FALSE. MULTIPLE CHOICE 1 (5) a b c d e 3 (2) TRUE FALSE 4 (2) TRUE FALSE. 2 (5) a b c d e 5 (2) TRUE FALSE Tuesday, February 26th M339W/389W Financial Mathematics for Actuarial Applications Spring 2013, University of Texas at Austin In-Term Exam I Instructor: Milica Čudina Notes: This is a closed book and closed

More information

On the Number of Permutations Avoiding a Given Pattern

On the Number of Permutations Avoiding a Given Pattern On the Number of Permutations Avoiding a Given Pattern Noga Alon Ehud Friedgut February 22, 2002 Abstract Let σ S k and τ S n be permutations. We say τ contains σ if there exist 1 x 1 < x 2

More information

PURITY IN IDEAL LATTICES. Abstract.

PURITY IN IDEAL LATTICES. Abstract. ANALELE ŞTIINŢIFICE ALE UNIVERSITĂŢII AL.I.CUZA IAŞI Tomul XLV, s.i a, Matematică, 1999, f.1. PURITY IN IDEAL LATTICES BY GRIGORE CĂLUGĂREANU Abstract. In [4] T. HEAD gave a general definition of purity

More information

Chapter 5. Statistical inference for Parametric Models

Chapter 5. Statistical inference for Parametric Models Chapter 5. Statistical inference for Parametric Models Outline Overview Parameter estimation Method of moments How good are method of moments estimates? Interval estimation Statistical Inference for Parametric

More information

Kodaira dimensions of low dimensional manifolds

Kodaira dimensions of low dimensional manifolds University of Minnesota July 30, 2013 1 The holomorphic Kodaira dimension κ h 2 3 4 Kodaira dimension type invariants Roughly speaking, a Kodaira dimension type invariant on a class of n dimensional manifolds

More information

Palindromic Permutations and Generalized Smarandache Palindromic Permutations

Palindromic Permutations and Generalized Smarandache Palindromic Permutations arxiv:math/0607742v2 [mathgm] 8 Sep 2007 Palindromic Permutations and Generalized Smarandache Palindromic Permutations Tèmítópé Gbóláhàn Jaíyéọlá Department of Mathematics, Obafemi Awolowo University,

More information

A Markov Chain Approach. To Multi-Risk Strata Mortality Modeling. Dale Borowiak. Department of Statistics University of Akron Akron, Ohio 44325

A Markov Chain Approach. To Multi-Risk Strata Mortality Modeling. Dale Borowiak. Department of Statistics University of Akron Akron, Ohio 44325 A Markov Chain Approach To Multi-Risk Strata Mortality Modeling By Dale Borowiak Department of Statistics University of Akron Akron, Ohio 44325 Abstract In general financial and actuarial modeling terminology

More information

Derivative Instruments

Derivative Instruments Derivative Instruments Paris Dauphine University - Master I.E.F. (272) Autumn 2016 Jérôme MATHIS jerome.mathis@dauphine.fr (object: IEF272) http://jerome.mathis.free.fr/ief272 Slides on book: John C. Hull,

More information

American Option Pricing Formula for Uncertain Financial Market

American Option Pricing Formula for Uncertain Financial Market American Option Pricing Formula for Uncertain Financial Market Xiaowei Chen Uncertainty Theory Laboratory, Department of Mathematical Sciences Tsinghua University, Beijing 184, China chenxw7@mailstsinghuaeducn

More information

COMBINATORIAL CONVOLUTION SUMS DERIVED FROM DIVISOR FUNCTIONS AND FAULHABER SUMS

COMBINATORIAL CONVOLUTION SUMS DERIVED FROM DIVISOR FUNCTIONS AND FAULHABER SUMS GLASNIK MATEMATIČKI Vol. 49(69(014, 351 367 COMBINATORIAL CONVOLUTION SUMS DERIVED FROM DIVISOR FUNCTIONS AND FAULHABER SUMS Bumkyu Cho, Daeyeoul Kim and Ho Park Dongguk University-Seoul, National Institute

More information

CH 5 Normal Probability Distributions Properties of the Normal Distribution

CH 5 Normal Probability Distributions Properties of the Normal Distribution Properties of the Normal Distribution Example A friend that is always late. Let X represent the amount of minutes that pass from the moment you are suppose to meet your friend until the moment your friend

More information

NAME DATE PERIOD. Study Guide and Intervention

NAME DATE PERIOD. Study Guide and Intervention 5- Study Guide and Intervention Long Division To divide a polynomial by a monomial, use the skills learned in Lesson 5-1. To divide a polynomial by a polynomial, use a long division pattern. Remember that

More information

QUANTUM THEORY FOR THE BINOMIAL MODEL IN FINANCE THEORY

QUANTUM THEORY FOR THE BINOMIAL MODEL IN FINANCE THEORY Vol. 17 o. 4 Journal of Systems Science and Complexity Oct., 2004 QUATUM THEORY FOR THE BIOMIAL MODEL I FIACE THEORY CHE Zeqian (Wuhan Institute of Physics and Mathematics, Chinese Academy of Sciences,

More information

Quantum theory for the binomial model in finance theory

Quantum theory for the binomial model in finance theory Quantum theory for the binomial model in finance theory CHEN Zeqian arxiv:quant-ph/0112156v6 19 Feb 2010 (Wuhan Institute of Physics and Mathematics, CAS, P.O.Box 71010, Wuhan 430071, China) Abstract.

More information

Some derivative free quadratic and cubic convergence iterative formulas for solving nonlinear equations

Some derivative free quadratic and cubic convergence iterative formulas for solving nonlinear equations Volume 29, N. 1, pp. 19 30, 2010 Copyright 2010 SBMAC ISSN 0101-8205 www.scielo.br/cam Some derivative free quadratic and cubic convergence iterative formulas for solving nonlinear equations MEHDI DEHGHAN*

More information

Equivalence between Semimartingales and Itô Processes

Equivalence between Semimartingales and Itô Processes International Journal of Mathematical Analysis Vol. 9, 215, no. 16, 787-791 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/1.12988/ijma.215.411358 Equivalence between Semimartingales and Itô Processes

More information

4 Martingales in Discrete-Time

4 Martingales in Discrete-Time 4 Martingales in Discrete-Time Suppose that (Ω, F, P is a probability space. Definition 4.1. A sequence F = {F n, n = 0, 1,...} is called a filtration if each F n is a sub-σ-algebra of F, and F n F n+1

More information

ON THE MEAN VALUE OF THE SCBF FUNCTION

ON THE MEAN VALUE OF THE SCBF FUNCTION ON THE MEAN VALUE OF THE SCBF FUNCTION Zhang Xiaobeng Deartment of Mathematics, Northwest University Xi an, Shaani, P.R.China Abstract Keywords: The main urose of this aer is using the elementary method

More information

Chapter 5 Integration

Chapter 5 Integration Chapter 5 Integration Integration Anti differentiation: The Indefinite Integral Integration by Substitution The Definite Integral The Fundamental Theorem of Calculus 5.1 Anti differentiation: The Indefinite

More information

Quantal Response Equilibrium with Non-Monotone Probabilities: A Dynamic Approach

Quantal Response Equilibrium with Non-Monotone Probabilities: A Dynamic Approach Quantal Response Equilibrium with Non-Monotone Probabilities: A Dynamic Approach Suren Basov 1 Department of Economics, University of Melbourne Abstract In this paper I will give an example of a population

More information