Automatic Proofs of Identities: Beyond A=B

Size: px
Start display at page:

Download "Automatic Proofs of Identities: Beyond A=B"

Transcription

1 FPSAC, Linz, July 20, 2009 Joint work with F. Chyzak and M. Kauers 1 / 28

2 I Introduction 2 / 28

3 Examples of Identities: Definite Sums, q-sums, Integrals n k= πi n=0 ( ) H n (x)h n (y) un exp 4u(xy u(x 2 +y 2 )) n! = 1 4u 2 1 4u 2 q k2 (q; q) k (q; q) n k = n k= n ( 1) k q (5k2 k)/2 (q; q) n k (q; q) n+k xj 1 (ax)i 1 (ax)y 0 (x)k 0 (x) dx = ln(1 a4 ) 2πa 2 (1 + 2xy + 4y 2 ) exp ( 4x 2 y 2 1+4y 2 ) y n+1 (1 + 4y 2 ) 3 2 dy = H n(x) n/2! [Mehler1866] [Andrews1974] [GlasserMontaldi1994] [Doetsch1930] + multiple sums/integrals & many, many more in, e.g., 3 / 28

4 Examples of Non- Holonomic Identities 0 0 n k=0 ( ) n i(k + i) k 1 (n k + j) n k = (n + i + j) n k n ( ) { } n k ( 1) m k n + 1 n k! = m k k + 1 m k=0 m k=0 ( ) m B n+k = ( 1) m+n k n k=0 ( ) n B m+k k x k 1 ζ(n, α + βx) dx = β k B(k, n k)ζ(n k, α) x α 1 Li n ( xy) dx = π( α)n y α 0 sin(απ) x s 1 πy s Γ(s) exp(xy)γ(a, xy) dx = sin((a + s)π) Γ(1 a) [Abel1826] [Frobenius1910] [Gessel2003] 4 / 28

5 Computer Algebra Algorithms Examples: Aim Prove these identities automatically (fast?); Compute the rhs given the lhs; Explain why these identities exist. 1st slide: Zeilberger s algorithm and variants (many people) 2nd slide (1st 3): Majewicz, Kauers, Chen & Sun; last 3: new generalization of previous ones. Ideas Confinement in finite dimension + Creative telescoping. 5 / 28

6 II Confinement in Finite Dimension and Closure Properties Idea: confine a function and all its derivatives/shifts/... 6 / 28

7 Finite Dimension and Special Functions Classical: polynomials represent their roots better than radicals. Algorithms: Euclidean division and algorithm, Gröbner bases. More Recent: same for linear differential or recurrence equations. Algorithms: non-commutative analogues & gen. func. About 25% of Sloane s encyclopedia, 60% of Abramowitz & Stegun. eqn+ini. cond.=data structure 7 / 28

8 First Proof: Mehler s Identity by Confinement n=0 ( ) H n (x)h n (y) un exp 4u(xy u(x 2 +y 2 )) n! = 1 4u 2 1 4u 2 1 Definition of Hermite polynomials H n (t): recurrence of order 2 vector space of dimension 2 over Q(t, n); 2 Product: vector space over Q(x, y, n) generated by H n (x)h n (y) n!, H n+1(x)h n (y) n!, H n(x)h n+1 (y), H n+1(x)h n+1 (y) n! n! recurrence of order at most 4; (confinement) 3 Translate into differential equation (and solve). 8 / 28

9 I. Definition O R 1 := {H(n C 2 ) =(K2 n K 2 ) H(n ) C 2 H(n C 1 ) x, H(0 ) = 1, H(1 ) = 2 x } : O R 2 := subs0h = H 2, x = y, R 1 1; II. Product O R 3 := gfun :- poltorec0 H(n )$ H 2 (n )$ v (n ), 2 R 1, R 2, {v (n C 1 ) $ (n C 1 ) = v (n ), v (1 ) = 1 } 3, 2 H(n ), H 2 (n ), v (n ) 3, c (n ) 1; O gfun :- rectodiffeq0 R 3, c (n ), f (u ) 1; u 3 K 16 u 2 y x K 4 u C 8 u y 2 C 8 u x 2 K 4 x y1 f (u ) C 0 16 u 4 K 8 u 2 C 1 1 Z d \ du f (u ) ] _, f (0 ) = 1 5 O dsolve(%, f (u ) ); O R 2 := 4 H 2 (0 ) = 1, H 2 (n C 2 ) = (K2 n K 2 ) H 2 (n ) C 2 H 2 (n C 1 ) y, H 2 (1 ) = 2 y5 R 3 := 4c (0 ) = 1, c (1 ) = 4 x y, c (2 ) = 8 x 2 y 2 C 2 K 4 y 2 K 4 x 2, c (3 ) = 32 3 x3 y 3 C 24 x y K 16 x y 3 K 16 x 3 y, (16 n C 16 ) c (n ) K 16 x y c (n C 1 ) C 0 K8 n K 20 C 8 y 2 C 8 x 2 1 c (n C 2 ) K 4 x c (n C 3 ) y C (n C 4 ) c (n C 4 )5 III. Differential Equation Z [ K4 x y u C y 2 C x 2 ] ^ \ (2 u K 1 ) (2 u C 1 ) _ I e f (u ) = e 0 Ky 2 K x u C 1 2 u K 1 9 / 28

10 Second Proof: Contiguity of Hypergeometric Series F (a, b; c; z) = (a) n (b) n z n, (c) n n! }{{} n=0 u a,n (x) n := x(x +1) (x +n 1). u a,n+1 (a + n)(b + n) = u a,n (c + n)(n + 1) z(1 z)f + (c (a + b + 1)z)F abf = 0, u a+1,n = n u a,n a + 1 S a F (a, b, c; z) := F (a + 1, b; c; z) = z a F + F. Notation: Differential and Shift Operators (a m (z)d m z + + a 0 (z)) F = a m (z)f (m) (z) + + a 0 (z)f (z) ( bp (k)s p k + + b 0(k) ) u k = b p (k)u k+p + + b 0 (k)u k. : any of S m, D x, q-shift, / 28

11 Second Proof: Contiguity of Hypergeometric Series F (a, b; c; z) = (a) n (b) n z n, (c) n n! }{{} u a,n n=0 (x) n := x(x +1) (x +n 1). u a,n+1 (a + n)(b + n) = u a,n (c + n)(n + 1) z(1 z)f + (c (a + b + 1)z)F abf = 0, u a+1,n = n u a,n a + 1 S a F (a, b, c; z) := F (a + 1, b; c; z) = z a F + F. Gauss 1812: contiguity relation. dim=2 S 2 a F, S a F, F linearly dependent: (Coordinates in Q(a, b, c, z).) S a D z 10 / 28

12 Gröbner Bases: Generalize Euclidean Division and Gcd 1 Monomial ordering: total order on the monomials, compatible with product, 1 minimal. 2 Gröbner basis of a (left) ideal I wrt : generators of I at the corners of its stairs. 3 Quotient modi: vector basis below the stairs (Vect{ α f }). 4 Reduction of P mod I: Unique remainder written on this basis. An access to (finite dimensional) vector spaces 11 / 28

13 Hilbert Dimension: a Handle on Infinite Dimension M s (I) := Vect{m m is below the stairs and of total degree s} Definition: Hilbert Dimension δ(i) dim M s (I) = O ( s δ(i)). Finite measure of infinite-dimensional vector-spaces. Can be obtained from a Gröbner basis. Definition (annihilator and -finiteness) Annf := {P P f = 0} f is -finite δ(ann f ) = 0 linear dim. of quotient is finite. 12 / 28

14 Examples Introduction Confinement Creative Telescoping Algorithms Conclusion Binomial coeffs ( n k) wrt Sn, S k ; Hypergeometric sequences: Bessel J ν (x) wrt S ν, D x ; Orthogonal pols wrt S n, D x : δ(i) = 0, dim S/I = 1 Stirling nbs wrt S n, S k δ(i) = 0, dim S/I = 2 Abel type wrt S m, S k, S r, S s hgm(m, k)(k + r) k (m k + s) m k r k+r : δ(i) = 1, dim S/I = δ(i) = 2 in space of dim / 28

15 Closure Properties + Proposition δ(ann(f + g)) max(δ(ann f ), δ(ann g)), δ(ann(fg)) δ(ann f ) + δ(ann g), δ(ann( f )) δ(ann f ). Algorithms by linear algebra (Gröbner bases as Input/Output). 14 / 28

16 III Creative Telescoping Closure under and Input: GB (Ann f ) Output: GB ( Ann f ) or GB (Ann f ) (or subideals). 15 / 28

17 Summation by Creative Telescoping Goal: evaluate U n := n k=0 GIVEN Pascal s triangle rule: ( ) ( ) ( ) ( n + 1 n n n = + = 2 k k k 1 k summing over k gives U n+1 = 2U n. ( ) n to 2 n. k ) + The initial condition U 0 = 1 concludes the proof. ( ) n k 1 ( ) n, k 16 / 28

18 Creative Telescoping (Zeilberger 1990) U n = b u n,k =? k=a GIVEN A(n, S n ) and B(n, k, S n, S k ) such that (A(n, S n ) k B(n, k, S n, S k )) u n,k = 0, then the sum telescopes, leading to A(n, S n ) U n = [B(n, k, S n, S k ) u n,k ] k=b+1 k=a Adapts easily to U(z) = b u k (z). k=a often = / 28

19 Creative Telescoping (Zeilberger 1990) U(z) = b a u(z, t) dt =? GIVEN A(x, D x ) and B(x, y, D x, D y ) such that (A(z, D z ) D t B(z, t, D z, D t )) u(z, t) = 0, then the integral telescopes, leading to A(z, D z ) U(z) = [B(z, t, D z, D t ) u(z, t)] t=b often t=a = 0. Then I come along and try differentating under the integral sign, and often it worked. So I got a great reputation for doing integrals. Richard P. Feynman 1985 Creative telescoping= differentiation under integral+ integration by parts 17 / 28

20 Diff. under + Integration by Parts Algorithm? Ex.: 1 0 cos zt dt = π 1 t 2 2 J 0(z), (zj 0 + J 0 + zj }{{} 0 = 0, J 0 (0) = 1). A(z,D z ) J 0 cos zt Ann A(z, D t 2 1 z) D 1 t 2 }{{} t D z } t{{} no t, D t anything Specification for a Creative Telescoping Algorithm Input: generators of (a subideal of) Ann f ; Output: A free of t, t, certificate B, such that A t B Ann f. Definition (Telescoping of I wrt t) T t (I) := (I + t Q(z, t) z, t ) Q(z) z. + variants for multiple sum/int. 18 / 28

21 IV Algorithms 19 / 28

22 Example: Rediscovering Pascal s Triangle Rule 1 Gröbner basis for Ann ( n k) : S n n + 1 n + 1 k 1, 2 Reduce all monomials of degree s = 2: S 2 n (n + 2)(n + 1) (n + 2 k)(n + 1 k) 1, S 2 k S k n k k over Q(n, k) (n k 1)(n k) 1, S n S k n + 1 (k + 2)(k + 1) k Common denominator: D 2 = (k + 1)(k + 2)(n + 1 k)(n + 2 k). D 2, D 2 S n, D 2 S k, D 2 S 2 n, D 2 S 2 k, D 2S n S k confined in Vect Q(n) (1, k1, k 2 1, k 3 1, k 4 1) ( ) n D 2 (S n S k S k 1) Ann. k 4 This has to happen for some degree: deg D s = O(s). over Q(n) 20 / 28

23 More Examples Proper hypergeometric [Wilf & Zeilberger 1992]: Q(n, k)ξ k u i=1 (a in + b i k + c i )! v i=1 (u in + v i k + w i )!, Q polynomial, ξ C, a i, b i, u i, v i integers: essentially the same situation. 1 n 2 + k 2 : confinement in a space of dimension O(s2 ), no elimination of k succeeds. f = a(z, t 1,..., t r ) b(z, t 1,..., t r ) : D s = b s, confinement in a space of dimension O(s 1 ) over Q(z), elimination of t 1,..., t r has to succeed. Base case of the proof that D-finite functions are holonomic. 21 / 28

24 Polynomial Growth and Creative Telescoping when δ > 0 Definition (Polynomial Growth p) There exists a sequence of polynomials P s (z 1,..., z k, t), s.t. a + b s P s a 1 z 1 a k z k b t pol of degree O(s p ) in t. Theorem (Chyzak, Kauers & Salvy 2009) δ(t t (I)) max(δ(i) + p 1, 0). Corollary (Sufficient Condition for Creative Telescoping) δ(i) + p 1 < k identities exist for the sum/int wrt t. Proof. Same as above. Also an algorithm. 22 / 28

25 Non- -Finite Examples (both with p = 1) Stirling: δ = 1 for 3 vars, e.g., Frobenius: n ( n k ( 1) m k k! m k k=0 ) { } n + 1 = k + 1 n. m Abel type: δ = 2 for 4 vars, e.g., Abel: n k=0 ( ) n i(k +i) k 1 (n k +j) n k = (n+i +j) n. k 23 / 28

26 Algorithm I. Sister Celine Style Polynomial growth + linear algebra J := I Q(z) z, t. Algorithm: Eliminate t For increasing s until δ(j ) bound, 1 Reduce all a z b t with a + b s; 2 Normalize to a common denominator; 3 Set up a linear system to cancel the positive powers of t; 4 If a solution is found, it has the form A(z, z ) + t B(z, z, t ). Return it. This computes in not in ((I Q(z) z, t ) + t Q(z) z, t ) Q(z) z, T t (I) := (I + t Q(z, t) z, t ) Q(z) z. 24 / 28

27 Algorithm II. Zeilberger Style Extended to δ > 0 Compute in T t (I) := (I + t Q(z, t) z, t ) Q(z) z Faster, more precise. 1 Hypergeometric case: Zeilberger 1990; t Algorithm (Zeilberger & variants) for s = 0, 1, 2,..., until found: 1 reduce A t B with A := η α (z) α, B := φ(z, t), α s for undetermined rational η α (z), φ(z, t). z 3 solve by an extended Gosper algorithm return the pairs (A, B). 25 / 28

28 Algorithm II. Zeilberger Style Extended to δ > 0 Compute in T t (I) := (I + t Q(z, t) z, t ) Q(z) z Faster, more precise. 1 Hypergeometric case: Zeilberger 1990; 2 -finite case (δ = 0): Chyzak 2000; Algorithm (Chyzak) t z2 for s = 0, 1, 2,..., until δ(j )= 0: 1 reduce A t B with A := φ β (z, t) β, η α (z) α, B := α α s β for undetermined rational η α (z), φ β (z, t). 2 extract coeffs of to form a linear system z1 of first order w.r.t. t 3 solve and set J to the ideal of the A s return the pairs (A, B). 25 / 28

29 Algorithm II. Zeilberger Style Extended to δ > 0 z1 Compute in T t (I) := (I + t Q(z, t) z, t ) Q(z) z Faster, more precise. 1 Hypergeometric case: Zeilberger 1990; 2 -finite case (δ = 0): Chyzak 2000; 3 Non- -finite: Algorithm (new) t z2 for s = 0, 1, 2,..., until δ(j ) bound: 1 reduce A t B with A := η α (z) α, B := α α s β M s(i) φ β (z, t) β, for undetermined rational η α (z), φ β (z, t). 2 extract coeffs of M s+1 (I) to form a linear system of first order w.r.t. t 3 solve and set J to the ideal of the A s return the pairs (A, B). 25 / 28

30 Final Example k ( n k ) { k l 1 Gröbner bases for ( n k), { k l } { } n k = m }, { } n k : m ( l + m l ) { } n m + l {(k n 1)S n +n+1, (k+1)s k +k n, S m 1, S l 1}, {S k S l (l+1)s l 1, S n 1, S m 2 Product by closure: {(k+1)(m+1)s k S l S m +(k n)s m +(1+k)S k S l +(1+l)(k n)s l S m, (1+k)S k S l S n 3 Creative telescoping: s = 1, 2 nothing; s = 3: system k(k + 1) A = S l S m S n (l+m+2)s l S m S m S l, B = k 2 1 n kn S (m + 1)k l+ k n 1 S ms l. 4 δ = 2 stop 26 / 28

31 V Conclusion 27 / 28

32 Conclusion Introduction Confinement Creative Telescoping Algorithms Conclusion Summary: Linear differential/recurrence equations as a data structure; Confinement in vector spaces + creative telescoping identities; Input dimension + polynomial growth output dimension. Also: Multiple summation/integration; Bounds identities + their size + complexity. Open questions: Replace polynomial growth by something intrinsic; Exploit symmetries; Compute all of T t (I); Structured Padé-Hermite approximants; Understand non-minimality. 28 / 28

The Dynamic Dictionary of Mathematical Functions

The Dynamic Dictionary of Mathematical Functions The Dynamic Dictionary of Mathematical Functions Bruno.Salvy@inria.fr AISC 2010. July 6, 2010 Joint work with: Alexandre Benoit, Alin Bostan, Frédéric Chyzak, Alexis Darrasse, Stefan Gerhold, Marc Mezzarobba

More information

Linear differential and recurrence equations viewed as data-structures

Linear differential and recurrence equations viewed as data-structures Linear differential and recurrence equations viewed as data-structures Bruno Salvy Inria & ENS de Lyon Leçons de Mathématiques et d'informatique d'aujourd'hui Bordeaux, Mai 2015 Computer Algebra Effective

More information

Linear Differential Equations as a Data-Structure

Linear Differential Equations as a Data-Structure Linear Differential Equations as a Data-Structure Bruno Salvy Inria & ENS de Lyon FoCM, July 14, 2017 Computer Algebra Effective mathematics: what can we compute exactly? And complexity: how fast? (also,

More information

Linear Recurrence Relations for Sums of Products of Two Terms

Linear Recurrence Relations for Sums of Products of Two Terms Linear Recurrence Relations for Sums of Products of Two Terms Yan-Ping Mu College of Science, Tianjin University of Technology Tianjin 300384, P.R. China yanping.mu@gmail.com Submitted: Dec 27, 2010; Accepted:

More information

Bon anniversaire Marc!

Bon anniversaire Marc! Bon anniversaire Marc! The full counting function of Gessel walks is algebraic Alin Bostan (INRIA) joint work with Manuel Kauers (INRIA/RISC) Journées GECKO/TERA 2008 Context: restricted lattice walks

More information

This ODE arises in many physical systems that we shall investigate. + ( + 1)u = 0. (λ + s)x λ + s + ( + 1) a λ. (s + 1)(s + 2) a 0

This ODE arises in many physical systems that we shall investigate. + ( + 1)u = 0. (λ + s)x λ + s + ( + 1) a λ. (s + 1)(s + 2) a 0 Legendre equation This ODE arises in many physical systems that we shall investigate We choose We then have Substitution gives ( x 2 ) d 2 u du 2x 2 dx dx + ( + )u u x s a λ x λ a du dx λ a λ (λ + s)x

More information

Automatisches Beweisen von Identitäten

Automatisches Beweisen von Identitäten Automatisches Beweisen von Identitäten Stefan Gerhold 30. Oktober 2006 The General Scheme Parametric sums summand(n, k) = answer(n) Parametric integrals k integrand(x, y)dy = answer(x) Zeilberger s Summation

More information

Lecture 26. Quadratic Equations

Lecture 26. Quadratic Equations Lecture 26 Quadratic Equations Quadratic polynomials....................................................... 2 Quadratic polynomials....................................................... 3 Quadratic equations

More information

5.4 Bessel s Equation. Bessel Functions

5.4 Bessel s Equation. Bessel Functions SEC 54 Bessel s Equation Bessel Functions J (x) 87 # with y dy>dt, etc, constant A, B, C, D, K, and t 5 HYPERGEOMETRIC ODE At B (t t )(t t ), t t, can be reduced to the hypergeometric equation with independent

More information

Mathematics 136 Calculus 2 Everything You Need Or Want To Know About Partial Fractions (and maybe more!) October 19 and 21, 2016

Mathematics 136 Calculus 2 Everything You Need Or Want To Know About Partial Fractions (and maybe more!) October 19 and 21, 2016 Mathematics 36 Calculus 2 Everything You Need Or Want To Know About Partial Fractions (and maybe more!) October 9 and 2, 206 Every rational function (quotient of polynomials) can be written as a polynomial

More information

Evaluating a Determinant

Evaluating a Determinant Evaluating a Determinant Thotsaporn Thanatipanonda Joint Work with Christoph Koutschan Research Institute for Symbolic Computation, Johannes Kepler University of Linz, Austria June 15th, 2011 Outline of

More information

A Proof of a Recursion for Bessel Moments

A Proof of a Recursion for Bessel Moments A Proof of a Recursion for Bessel Moments Jonathan M. Borwein Faculty of Computer Science, Dalhousie University, Halifax, NS, B3H 2W5, Canada jborwein@cs.dal.ca Bruno Salvy Algorithms Project, Inria Paris-Rocquencourt,

More information

Some D-module theoretic aspects of the local cohomology of a polynomial ring

Some D-module theoretic aspects of the local cohomology of a polynomial ring Some D-module theoretic aspects of the local cohomology of a polynomial ring Toshinori Oaku Tokyo Woman s Christian University July 6, 2015, MSJ-SI in Osaka Toshinori Oaku (Tokyo Woman s Christian University)

More information

Symbolic summation for Feynman integrals

Symbolic summation for Feynman integrals Symbolic summation for Feynman integrals Flavia Stan Research Institute for Symbolic Computation (RISC) Johannes Kepler University Linz, Austria INRIA Rocquencourt, Project Algorithms Université Paris

More information

On homogeneous Zeilberger recurrences

On homogeneous Zeilberger recurrences Advances in Applied Mathematics 40 (2008) 1 7 www.elsevier.com/locate/yaama On homogeneous Zeilberger recurrences S.P. Polyakov Dorodnicyn Computing Centre, Russian Academy of Science, Vavilova 40, Moscow

More information

Closed Form Solutions

Closed Form Solutions Closed Form Solutions Mark van Hoeij 1 Florida State University Slides of this talk: www.math.fsu.edu/ hoeij/issac2017.pdf 1 Supported by NSF 1618657 1 / 29 What is a closed form solution? Example: Solve

More information

Efficient Experimental Mathematics for Lattice Path Combinatorics

Efficient Experimental Mathematics for Lattice Path Combinatorics 1/45 Efficient Experimental Mathematics for Lattice Path Combinatorics Alin Bostan based on joint works with M. Bousquet-Mélou, F. Chyzak, M. van Hoeij, M. Kauers, S. Melczer, L. Pech, K. Raschel, B. Salvy

More information

4 Holonomic Recurrence Equations

4 Holonomic Recurrence Equations 44 4 Holonomic Recurrence Equations The main algorithmic idea to find hypergeometric term representations of hypergeometric series goes bac to Celine Fasenmyer (who is often called Sister Celine: Her idea

More information

2 Lecture 2: Logical statements and proof by contradiction Lecture 10: More on Permutations, Group Homomorphisms 31

2 Lecture 2: Logical statements and proof by contradiction Lecture 10: More on Permutations, Group Homomorphisms 31 Contents 1 Lecture 1: Introduction 2 2 Lecture 2: Logical statements and proof by contradiction 7 3 Lecture 3: Induction and Well-Ordering Principle 11 4 Lecture 4: Definition of a Group and examples 15

More information

Functional equations for Feynman integrals

Functional equations for Feynman integrals Functional equations for Feynman integrals O.V. Tarasov JINR, Dubna, Russia October 9, 016, Hayama, Japan O.V. Tarasov (JINR) Functional equations for Feynman integrals 1 / 34 Contents 1 Functional equations

More information

ON EXPLICIT FORMULAE AND LINEAR RECURRENT SEQUENCES. 1. Introduction

ON EXPLICIT FORMULAE AND LINEAR RECURRENT SEQUENCES. 1. Introduction ON EXPLICIT FORMULAE AND LINEAR RECURRENT SEQUENCES R. EULER and L. H. GALLARDO Abstract. We notice that some recent explicit results about linear recurrent sequences over a ring R with 1 were already

More information

Irregular continued fractions

Irregular continued fractions 9 Irregular continued fractions We finish our expedition with a look at irregular continued fractions and pass by some classical gems en route. 9. General theory There exist many generalisations of classical

More information

On the Complexity of Gröbner Basis Computation for Regular and Semi-Regular Systems

On the Complexity of Gröbner Basis Computation for Regular and Semi-Regular Systems On the Complexity of Gröbner Basis Computation for Regular and Semi-Regular Systems Bruno.Salvy@inria.fr Algorithms Project, Inria Joint work with Magali Bardet & Jean-Charles Faugère September 21st, 2006

More information

Mathematical Olympiad Training Polynomials

Mathematical Olympiad Training Polynomials Mathematical Olympiad Training Polynomials Definition A polynomial over a ring R(Z, Q, R, C) in x is an expression of the form p(x) = a n x n + a n 1 x n 1 + + a 1 x + a 0, a i R, for 0 i n. If a n 0,

More information

Beginning Algebra. 1. Review of Pre-Algebra 1.1 Review of Integers 1.2 Review of Fractions

Beginning Algebra. 1. Review of Pre-Algebra 1.1 Review of Integers 1.2 Review of Fractions 1. Review of Pre-Algebra 1.1 Review of Integers 1.2 Review of Fractions Beginning Algebra 1.3 Review of Decimal Numbers and Square Roots 1.4 Review of Percents 1.5 Real Number System 1.6 Translations:

More information

Closed Form Solutions

Closed Form Solutions Closed Form Solutions Mark van Hoeij 1 Florida State University ISSAC 2017 1 Supported by NSF 1618657 1 / 26 What is a closed form solution? Example: Solve this equation for y = y(x). y = 4 x 3 (1 x) 2

More information

Study Guide for Math 095

Study Guide for Math 095 Study Guide for Math 095 David G. Radcliffe November 7, 1994 1 The Real Number System Writing a fraction in lowest terms. 1. Find the largest number that will divide into both the numerator and the denominator.

More information

Lagrange s polynomial

Lagrange s polynomial Lagrange s polynomial Nguyen Trung Tuan November 16, 2016 Abstract In this article, I will use Lagrange polynomial to solve some problems from Mathematical Olympiads. Contents 1 Lagrange s interpolation

More information

Bessel s and legendre s equations

Bessel s and legendre s equations Chapter 12 Bessel s and legendre s equations 12.1 Introduction Many linear differential equations having variable coefficients cannot be solved by usual methods and we need to employ series solution method

More information

TOPOLOGICAL COMPLEXITY OF 2-TORSION LENS SPACES AND ku-(co)homology

TOPOLOGICAL COMPLEXITY OF 2-TORSION LENS SPACES AND ku-(co)homology TOPOLOGICAL COMPLEXITY OF 2-TORSION LENS SPACES AND ku-(co)homology DONALD M. DAVIS Abstract. We use ku-cohomology to determine lower bounds for the topological complexity of mod-2 e lens spaces. In the

More information

Week 9-10: Recurrence Relations and Generating Functions

Week 9-10: Recurrence Relations and Generating Functions Week 9-10: Recurrence Relations and Generating Functions April 3, 2017 1 Some number sequences An infinite sequence (or just a sequence for short is an ordered array a 0, a 1, a 2,..., a n,... of countably

More information

SYMMETRY AND SPECIALIZABILITY IN THE CONTINUED FRACTION EXPANSIONS OF SOME INFINITE PRODUCTS

SYMMETRY AND SPECIALIZABILITY IN THE CONTINUED FRACTION EXPANSIONS OF SOME INFINITE PRODUCTS SYMMETRY AND SPECIALIZABILITY IN THE CONTINUED FRACTION EXPANSIONS OF SOME INFINITE PRODUCTS J MC LAUGHLIN Abstract Let fx Z[x] Set f 0x = x and for n 1 define f nx = ff n 1x We describe several infinite

More information

A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties:

A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties: Byte multiplication 1 Field arithmetic A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties: F is an abelian group under addition, meaning - F is closed under

More information

Chapter 6: Rational Expr., Eq., and Functions Lecture notes Math 1010

Chapter 6: Rational Expr., Eq., and Functions Lecture notes Math 1010 Section 6.1: Rational Expressions and Functions Definition of a rational expression Let u and v be polynomials. The algebraic expression u v is a rational expression. The domain of this rational expression

More information

Math Homework 2

Math Homework 2 Math 73 Homework Due: September 8, 6 Suppose that f is holomorphic in a region Ω, ie an open connected set Prove that in any of the following cases (a) R(f) is constant; (b) I(f) is constant; (c) f is

More information

Prime Numbers and Irrational Numbers

Prime Numbers and Irrational Numbers Chapter 4 Prime Numbers and Irrational Numbers Abstract The question of the existence of prime numbers in intervals is treated using the approximation of cardinal of the primes π(x) given by Lagrange.

More information

2 so Q[ 2] is closed under both additive and multiplicative inverses. a 2 2b 2 + b

2 so Q[ 2] is closed under both additive and multiplicative inverses. a 2 2b 2 + b . FINITE-DIMENSIONAL VECTOR SPACES.. Fields By now you ll have acquired a fair knowledge of matrices. These are a concrete embodiment of something rather more abstract. Sometimes it is easier to use matrices,

More information

Course MA2C02, Hilary Term 2013 Section 9: Introduction to Number Theory and Cryptography

Course MA2C02, Hilary Term 2013 Section 9: Introduction to Number Theory and Cryptography Course MA2C02, Hilary Term 2013 Section 9: Introduction to Number Theory and Cryptography David R. Wilkins Copyright c David R. Wilkins 2000 2013 Contents 9 Introduction to Number Theory 63 9.1 Subgroups

More information

The Perrin Conjugate and the Laguerre Orthogonal Polynomial

The Perrin Conjugate and the Laguerre Orthogonal Polynomial The Perrin Conjugate and the Laguerre Orthogonal Polynomial In a previous chapter I defined the conjugate of a cubic polynomial G(x) = x 3 - Bx Cx - D as G(x)c = x 3 + Bx Cx + D. By multiplying the polynomial

More information

Twitter: @Owen134866 www.mathsfreeresourcelibrary.com Prior Knowledge Check 1) Simplify: a) 3x 2 5x 5 b) 5x3 y 2 15x 7 2) Factorise: a) x 2 2x 24 b) 3x 2 17x + 20 15x 2 y 3 3) Use long division to calculate:

More information

Course 2BA1: Trinity 2006 Section 9: Introduction to Number Theory and Cryptography

Course 2BA1: Trinity 2006 Section 9: Introduction to Number Theory and Cryptography Course 2BA1: Trinity 2006 Section 9: Introduction to Number Theory and Cryptography David R. Wilkins Copyright c David R. Wilkins 2006 Contents 9 Introduction to Number Theory and Cryptography 1 9.1 Subgroups

More information

Chapter 2 Formulas and Definitions:

Chapter 2 Formulas and Definitions: Chapter 2 Formulas and Definitions: (from 2.1) Definition of Polynomial Function: Let n be a nonnegative integer and let a n,a n 1,...,a 2,a 1,a 0 be real numbers with a n 0. The function given by f (x)

More information

Some Questions Concerning Computer-Generated Proofs of a Binomial Double-Sum Identity

Some Questions Concerning Computer-Generated Proofs of a Binomial Double-Sum Identity J. Symbolic Computation (1994 11, 1 7 Some Questions Concerning Computer-Generated Proofs of a Binomial Double-Sum Identity GEORGE E. ANDREWS AND PETER PAULE Department of Mathematics, Pennsylvania State

More information

Power Series Solutions to the Bessel Equation

Power Series Solutions to the Bessel Equation Power Series Solutions to the Bessel Equation Department of Mathematics IIT Guwahati The Bessel equation The equation x 2 y + xy + (x 2 α 2 )y = 0, (1) where α is a non-negative constant, i.e α 0, is called

More information

An Efficient Algorithm for Deriving Summation Identities from Mutual Recurrences

An Efficient Algorithm for Deriving Summation Identities from Mutual Recurrences Discrete Mathematics, Algorithms and Applications c World Scientific Publishing Company An Efficient Algorithm for Deriving Summation Identities from Mutual Recurrences BERKELEY R CHURCHILL Department

More information

Public-key Cryptography: Theory and Practice

Public-key Cryptography: Theory and Practice Public-key Cryptography Theory and Practice Department of Computer Science and Engineering Indian Institute of Technology Kharagpur Chapter 2: Mathematical Concepts Divisibility Congruence Quadratic Residues

More information

Solutions: Problem Set 3 Math 201B, Winter 2007

Solutions: Problem Set 3 Math 201B, Winter 2007 Solutions: Problem Set 3 Math 201B, Winter 2007 Problem 1. Prove that an infinite-dimensional Hilbert space is a separable metric space if and only if it has a countable orthonormal basis. Solution. If

More information

Section III.6. Factorization in Polynomial Rings

Section III.6. Factorization in Polynomial Rings III.6. Factorization in Polynomial Rings 1 Section III.6. Factorization in Polynomial Rings Note. We push several of the results in Section III.3 (such as divisibility, irreducibility, and unique factorization)

More information

G H. Extended Unit Tests A L L. Higher Still Advanced Higher Mathematics. (more demanding tests covering all levels) Contents. 3 Extended Unit Tests

G H. Extended Unit Tests A L L. Higher Still Advanced Higher Mathematics. (more demanding tests covering all levels) Contents. 3 Extended Unit Tests M A T H E M A T I C S H I G H E R Higher Still Advanced Higher Mathematics S T I L L Extended Unit Tests A (more demanding tests covering all levels) Contents Extended Unit Tests Detailed marking schemes

More information

Math221: HW# 7 solutions

Math221: HW# 7 solutions Math22: HW# 7 solutions Andy Royston November 7, 25.3.3 let x = e u. Then ln x = u, x2 = e 2u, and dx = e 2u du. Furthermore, when x =, u, and when x =, u =. Hence x 2 ln x) 3 dx = e 2u u 3 e u du) = e

More information

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5 8.4 1 8.4 Partial Fractions Consider the following integral. 13 2x (1) x 2 x 2 dx How might we evaluate this? Suppose that, by some good luck, we knew that 13 2x (2) x 2 x 2 = 3 x 2 5 x + 1 We could then

More information

Spring Nikos Apostolakis

Spring Nikos Apostolakis Spring 07 Nikos Apostolakis Review of fractions Rational expressions are fractions with numerator and denominator polynomials. We need to remember how we work with fractions (a.k.a. rational numbers) before

More information

Summing Symbols in Mutual Recurrences

Summing Symbols in Mutual Recurrences Summing Symbols in Mutual Recurrences Berkeley R Churchill 1 and Edmund A Lamagna 2 1 University of California, Santa Barbara, CA, USA Department of Mathematics 2 University of Rhode Island, Kingston,

More information

On a Conjectured Inequality for a Sum of Legendre Polynomials

On a Conjectured Inequality for a Sum of Legendre Polynomials On a Conjectured Inequality for a Sum of Legendre Polynomials Stefan Gerhold sgerhold@fam.tuwien.ac.at Christian Doppler Laboratory for Portfolio Risk Management Vienna University of Technology Manuel

More information

Partial Fractions. Calculus 2 Lia Vas

Partial Fractions. Calculus 2 Lia Vas Calculus Lia Vas Partial Fractions rational function is a quotient of two polynomial functions The method of partial fractions is a general method for evaluating integrals of rational function The idea

More information

Equations. Rational Equations. Example. 2 x. a b c 2a. Examine each denominator to find values that would cause the denominator to equal zero

Equations. Rational Equations. Example. 2 x. a b c 2a. Examine each denominator to find values that would cause the denominator to equal zero Solving Other Types of Equations Rational Equations Examine each denominator to find values that would cause the denominator to equal zero Multiply each term by the LCD or If two terms cross-multiply Solve,

More information

CS 4424 GCD, XGCD

CS 4424 GCD, XGCD CS 4424 GCD, XGCD eschost@uwo.ca GCD of polynomials First definition Let A and B be in k[x]. k[x] is the ring of polynomials with coefficients in k A Greatest Common Divisor of A and B is a polynomial

More information

A Fast Approach to Creative Telescoping

A Fast Approach to Creative Telescoping A Fast Approach to Creative Telescoping Christoph Koutschan Abstract. In this note we reinvestigate the task of computing creative telescoping relations in differential-difference operator algebras. Our

More information

b n x n + b n 1 x n b 1 x + b 0

b n x n + b n 1 x n b 1 x + b 0 Math Partial Fractions Stewart 7.4 Integrating basic rational functions. For a function f(x), we have examined several algebraic methods for finding its indefinite integral (antiderivative) F (x) = f(x)

More information

Cookie Monster Meets the Fibonacci Numbers. Mmmmmm Theorems!

Cookie Monster Meets the Fibonacci Numbers. Mmmmmm Theorems! Cookie Monster Meets the Fibonacci Numbers. Mmmmmm Theorems! Steven J. Miller (MC 96) http://www.williams.edu/mathematics/sjmiller/public_html Yale University, April 14, 2014 Introduction Goals of the

More information

HolonomicFunctions (User s Guide)

HolonomicFunctions (User s Guide) HolonomicFunctions (User s Guide) Christoph Koutschan Research Institute for Symbolic Computation (RISC) Johannes Kepler University, A-4040 Linz, Austria June 17, 2013 This manual describes the functionality

More information

Algorithms: Background

Algorithms: Background Algorithms: Background Amotz Bar-Noy CUNY Amotz Bar-Noy (CUNY) Algorithms: Background 1 / 66 What is a Proof? Definition I: The cogency of evidence that compels acceptance by the mind of a truth or a fact.

More information

q-binomial coefficient congruences

q-binomial coefficient congruences CARMA Analysis and Number Theory Seminar University of Newcastle August 23, 2011 Tulane University, New Orleans 1 / 35 Our first -analogs The natural number n has the -analog: [n] = n 1 1 = 1 + +... n

More information

Never leave a NEGATIVE EXPONENT or a ZERO EXPONENT in an answer in simplest form!!!!!

Never leave a NEGATIVE EXPONENT or a ZERO EXPONENT in an answer in simplest form!!!!! 1 ICM Unit 0 Algebra Rules Lesson 1 Rules of Exponents RULE EXAMPLE EXPLANANTION a m a n = a m+n A) x x 6 = B) x 4 y 8 x 3 yz = When multiplying with like bases, keep the base and add the exponents. a

More information

Assignment 11 Assigned Mon Sept 27

Assignment 11 Assigned Mon Sept 27 Assignment Assigned Mon Sept 7 Section 7., Problem 4. x sin x dx = x cos x + x cos x dx ( = x cos x + x sin x ) sin x dx u = x dv = sin x dx du = x dx v = cos x u = x dv = cos x dx du = dx v = sin x =

More information

Diagonals: Combinatorics, Asymptotics and Computer Algebra

Diagonals: Combinatorics, Asymptotics and Computer Algebra Diagonals: Combinatorics, Asymptotics and Computer Algebra Bruno Salvy Inria & ENS de Lyon Families of Generating Functions (a n ) 7! A(z) := X n 0 a n z n counts the number of objects of size n captures

More information

Polynomials. In many problems, it is useful to write polynomials as products. For example, when solving equations: Example:

Polynomials. In many problems, it is useful to write polynomials as products. For example, when solving equations: Example: Polynomials Monomials: 10, 5x, 3x 2, x 3, 4x 2 y 6, or 5xyz 2. A monomial is a product of quantities some of which are unknown. Polynomials: 10 + 5x 3x 2 + x 3, or 4x 2 y 6 + 5xyz 2. A polynomial is a

More information

Asymptotics of Integrals of. Hermite Polynomials

Asymptotics of Integrals of. Hermite Polynomials Applied Mathematical Sciences, Vol. 4, 010, no. 61, 04-056 Asymptotics of Integrals of Hermite Polynomials R. B. Paris Division of Complex Systems University of Abertay Dundee Dundee DD1 1HG, UK R.Paris@abertay.ac.uk

More information

Math 262a, Fall 1999, Glenn Tesler, 12/2/99 Sums via noncommutative Grobner bases

Math 262a, Fall 1999, Glenn Tesler, 12/2/99 Sums via noncommutative Grobner bases celine_gb.mws Math 6a, Fall 999, Glenn Tesler, //99 Sums via noncommutative Grobner bases Load Chyzak s software. See his web site for numerous papers with more examples along these lines: http://pauillac.inria.fr/algo/chyzak/mgfun.html

More information

Is Analysis Necessary?

Is Analysis Necessary? Is Analysis Necessary? Ira M. Gessel Brandeis University Waltham, MA gessel@brandeis.edu Special Session on Algebraic and Analytic Combinatorics AMS Fall Eastern Meeting University of Connecticut, Storrs

More information

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Absolute Value Order of Operations Expression

More information

Mathematical Induction Assignments

Mathematical Induction Assignments 1 Mathematical Induction Assignments Prove the Following using Principle of Mathematical induction 1) Prove that for any positive integer number n, n 3 + 2 n is divisible by 3 2) Prove that 1 3 + 2 3 +

More information

Sums and Products. a i = a 1. i=1. a i = a i a n. n 1

Sums and Products. a i = a 1. i=1. a i = a i a n. n 1 Sums and Products -27-209 In this section, I ll review the notation for sums and products Addition and multiplication are binary operations: They operate on two numbers at a time If you want to add or

More information

AS PURE MATHS REVISION NOTES

AS PURE MATHS REVISION NOTES AS PURE MATHS REVISION NOTES 1 SURDS A root such as 3 that cannot be written exactly as a fraction is IRRATIONAL An expression that involves irrational roots is in SURD FORM e.g. 2 3 3 + 2 and 3-2 are

More information

UNIT 4: RATIONAL AND RADICAL EXPRESSIONS. 4.1 Product Rule. Objective. Vocabulary. o Scientific Notation. o Base

UNIT 4: RATIONAL AND RADICAL EXPRESSIONS. 4.1 Product Rule. Objective. Vocabulary. o Scientific Notation. o Base UNIT 4: RATIONAL AND RADICAL EXPRESSIONS M1 5.8, M2 10.1-4, M3 5.4-5, 6.5,8 4.1 Product Rule Objective I will be able to multiply powers when they have the same base, including simplifying algebraic expressions

More information

PUTNAM PROBLEMS SEQUENCES, SERIES AND RECURRENCES. Notes

PUTNAM PROBLEMS SEQUENCES, SERIES AND RECURRENCES. Notes PUTNAM PROBLEMS SEQUENCES, SERIES AND RECURRENCES Notes. x n+ = ax n has the general solution x n = x a n. 2. x n+ = x n + b has the general solution x n = x + (n )b. 3. x n+ = ax n + b (with a ) can be

More information

What you learned in Math 28. Rosa C. Orellana

What you learned in Math 28. Rosa C. Orellana What you learned in Math 28 Rosa C. Orellana Chapter 1 - Basic Counting Techniques Sum Principle If we have a partition of a finite set S, then the size of S is the sum of the sizes of the blocks of the

More information

Real Analysis Math 131AH Rudin, Chapter #1. Dominique Abdi

Real Analysis Math 131AH Rudin, Chapter #1. Dominique Abdi Real Analysis Math 3AH Rudin, Chapter # Dominique Abdi.. If r is rational (r 0) and x is irrational, prove that r + x and rx are irrational. Solution. Assume the contrary, that r+x and rx are rational.

More information

Integral closure of powers of the graded maximal ideal in a monomial ring

Integral closure of powers of the graded maximal ideal in a monomial ring ISSN: 1401-5617 Integral closure of powers of the graded maximal ideal in a monomial ring Vincenzo Micale Research Reports in Mathematics Number 1, 003 Department of Mathematics Stockholm University Electronic

More information

Bivariate distributions

Bivariate distributions Bivariate distributions 3 th October 017 lecture based on Hogg Tanis Zimmerman: Probability and Statistical Inference (9th ed.) Bivariate Distributions of the Discrete Type The Correlation Coefficient

More information

Beukers integrals and Apéry s recurrences

Beukers integrals and Apéry s recurrences 2 3 47 6 23 Journal of Integer Sequences, Vol. 8 (25), Article 5.. Beukers integrals and Apéry s recurrences Lalit Jain Faculty of Mathematics University of Waterloo Waterloo, Ontario N2L 3G CANADA lkjain@uwaterloo.ca

More information

EXAMPLES OF PROOFS BY INDUCTION

EXAMPLES OF PROOFS BY INDUCTION EXAMPLES OF PROOFS BY INDUCTION KEITH CONRAD 1. Introduction In this handout we illustrate proofs by induction from several areas of mathematics: linear algebra, polynomial algebra, and calculus. Becoming

More information

An alternative evaluation. of the Andrews{Burge determinant. C. Krattenthaler y. Dedicated to Gian-Carlo Rota

An alternative evaluation. of the Andrews{Burge determinant. C. Krattenthaler y. Dedicated to Gian-Carlo Rota An alternative evaluation of the Andrews{Burge determinant C. Krattenthaler y Dedicated to Gian-Carlo Rota Abstract. We give a short, self-contained evaluation of the Andrews{Burge determinant (Pacic J.

More information

Divisibility = 16, = 9, = 2, = 5. (Negative!)

Divisibility = 16, = 9, = 2, = 5. (Negative!) Divisibility 1-17-2018 You probably know that division can be defined in terms of multiplication. If m and n are integers, m divides n if n = mk for some integer k. In this section, I ll look at properties

More information

Algebra II Vocabulary Cards

Algebra II Vocabulary Cards Algebra II Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Complex Numbers Complex Number (examples)

More information

The converse is clear, since

The converse is clear, since 14. The minimal polynomial For an example of a matrix which cannot be diagonalised, consider the matrix ( ) 0 1 A =. 0 0 The characteristic polynomial is λ 2 = 0 so that the only eigenvalue is λ = 0. The

More information

Some Open Problems Related to Creative Telescoping

Some Open Problems Related to Creative Telescoping J Syst Sci Complex (2017) 30: 154 172 Some Open Problems Related to Creative Telescoping CHEN Shaoshi KAUERS Manuel DOI: 10.1007/s11424-017-6202-9 Received: 14 September 2016 / Revised: 30 October 2016

More information

We say that a polynomial is in the standard form if it is written in the order of decreasing exponents of x. Operations on polynomials:

We say that a polynomial is in the standard form if it is written in the order of decreasing exponents of x. Operations on polynomials: R.4 Polynomials in one variable A monomial: an algebraic expression of the form ax n, where a is a real number, x is a variable and n is a nonnegative integer. : x,, 7 A binomial is the sum (or difference)

More information

Algebra Review. Terrametra Resources. Lynn Patten

Algebra Review. Terrametra Resources. Lynn Patten Terrametra Resources Lynn Patten ALGEBRAIC EXPRESSION A combination of ordinary numbers, letter symbols, variables, grouping symbols and operation symbols. Numbers remain fixed in value and are referred

More information

IB Mathematics HL Year 2 Unit 11: Completion of Algebra (Core Topic 1)

IB Mathematics HL Year 2 Unit 11: Completion of Algebra (Core Topic 1) IB Mathematics HL Year Unit : Completion of Algebra (Core Topic ) Homewor for Unit Ex C:, 3, 4, 7; Ex D: 5, 8, 4; Ex E.: 4, 5, 9, 0, Ex E.3: (a), (b), 3, 7. Now consider these: Lesson 73 Sequences and

More information

Notes on Continued Fractions for Math 4400

Notes on Continued Fractions for Math 4400 . Continued fractions. Notes on Continued Fractions for Math 4400 The continued fraction expansion converts a positive real number α into a sequence of natural numbers. Conversely, a sequence of natural

More information

SEARCHING FOR STRANGE HYPERGEOMETRIC IDENTITIES BY SHEER BRUTE FORCE. Moa APAGODU. Doron ZEILBERGER 1

SEARCHING FOR STRANGE HYPERGEOMETRIC IDENTITIES BY SHEER BRUTE FORCE. Moa APAGODU. Doron ZEILBERGER 1 INTEGERS: ELECTRONIC JOURNAL OF COMBINATORIAL NUMBER THEORY 8 (2008), #A36 1 SEARCHING FOR STRANGE HYPERGEOMETRIC IDENTITIES BY SHEER BRUTE FORCE Moa APAGODU Department of Mathematics, Virginia Commonwealth

More information

CHAPTER 1 POLYNOMIALS

CHAPTER 1 POLYNOMIALS 1 CHAPTER 1 POLYNOMIALS 1.1 Removing Nested Symbols of Grouping Simplify. 1. 4x + 3( x ) + 4( x + 1). ( ) 3x + 4 5 x 3 + x 3. 3 5( y 4) + 6 y ( y + 3) 4. 3 n ( n + 5) 4 ( n + 8) 5. ( x + 5) x + 3( x 6)

More information

0 Sets and Induction. Sets

0 Sets and Induction. Sets 0 Sets and Induction Sets A set is an unordered collection of objects, called elements or members of the set. A set is said to contain its elements. We write a A to denote that a is an element of the set

More information

arxiv: v1 [math.ac] 7 Feb 2009

arxiv: v1 [math.ac] 7 Feb 2009 MIXED MULTIPLICITIES OF MULTI-GRADED ALGEBRAS OVER NOETHERIAN LOCAL RINGS arxiv:0902.1240v1 [math.ac] 7 Feb 2009 Duong Quoc Viet and Truong Thi Hong Thanh Department of Mathematics, Hanoi University of

More information

On the log-convexity of combinatorial sequences arxiv:math/ v3 [math.co] 27 Nov 2006

On the log-convexity of combinatorial sequences arxiv:math/ v3 [math.co] 27 Nov 2006 On the log-convexity of combinatorial sequences arxiv:math/0602672v3 [math.co] 27 Nov 2006 Lily L. Liu, Yi Wang Department of Applied Mathematics, Dalian University of Technology, Dalian 116024, PR China

More information

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc.

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc. Section 2.1-2.2 September 6, 2017 1 Polynomials Definition. A polynomial is an expression of the form a n x n + a n 1 x n 1 + + a 1 x + a 0 where each a 0, a 1,, a n are real numbers, a n 0, and n is a

More information

Cuntz algebras, generalized Walsh bases and applications

Cuntz algebras, generalized Walsh bases and applications Cuntz algebras, generalized Walsh bases and applications Gabriel Picioroaga November 9, 2013 INFAS 1 / 91 Basics H, separable Hilbert space, (e n ) n N ONB in H: e n, e m = δ n,m span{e n } = H v = k=1

More information

10/22/16. 1 Math HL - Santowski SKILLS REVIEW. Lesson 15 Graphs of Rational Functions. Lesson Objectives. (A) Rational Functions

10/22/16. 1 Math HL - Santowski SKILLS REVIEW. Lesson 15 Graphs of Rational Functions. Lesson Objectives. (A) Rational Functions Lesson 15 Graphs of Rational Functions SKILLS REVIEW! Use function composition to prove that the following two funtions are inverses of each other. 2x 3 f(x) = g(x) = 5 2 x 1 1 2 Lesson Objectives! The

More information

PHYS 404 Lecture 1: Legendre Functions

PHYS 404 Lecture 1: Legendre Functions PHYS 404 Lecture 1: Legendre Functions Dr. Vasileios Lempesis PHYS 404 - LECTURE 1 DR. V. LEMPESIS 1 Legendre Functions physical justification Legendre functions or Legendre polynomials are the solutions

More information