a numerical linear algebra framework for solving problems

109
A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials Kim Batselier KU Leuven Department of Electrical Engineering STADIUS Center for Dynamical Systems, Signal Processing, and Data Analytics September 12 2013 1 / 57

Upload: others

Post on 10-Jan-2022

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

A Numerical Linear Algebra Framework for SolvingProblems with Multivariate Polynomials

Kim Batselier

KU LeuvenDepartment of Electrical Engineering

STADIUS Center for Dynamical Systems, Signal Processing, and Data Analytics

September 122013

1 / 57

Page 2: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Outline

1 Introduction

2 Basis Operations in the Framework

3 ”Advanced” Operations in the Framework

4 Conclusions and Future Work

2 / 57

Page 3: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Outline

1 Introduction

2 Basis Operations in the Framework

3 ”Advanced” Operations in the Framework

4 Conclusions and Future Work

3 / 57

Page 4: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

How do multivariate polynomials look like?

Remember from your high school days

9x2 − 5x+ 2x3 + x2 − x

Now with more than 1 ‘x’

x1 x22 + x1 x

23 − 1.1x1 + 1

−x1 x33 + 4x2 x

23 x4 + 4x1 x3 x

24 + 2x2 x

34 + 4x1 x3 + 4x2

3 −10x2 x4 − 10x2

4 + 25.22x1x

42 + 3.98x3

1 − x42 − 3x2

2

9.124x21x2 − 2.22x2

1

2x1x42 − x3

1 − 2x42 + x2

1

4 / 57

Page 5: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

How do multivariate polynomials look like?

Remember from your high school days

9x2 − 5x+ 2x3 + x2 − x

Now with more than 1 ‘x’

x1 x22 + x1 x

23 − 1.1x1 + 1

−x1 x33 + 4x2 x

23 x4 + 4x1 x3 x

24 + 2x2 x

34 + 4x1 x3 + 4x2

3 −10x2 x4 − 10x2

4 + 25.22x1x

42 + 3.98x3

1 − x42 − 3x2

2

9.124x21x2 − 2.22x2

1

2x1x42 − x3

1 − 2x42 + x2

1

4 / 57

Page 6: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

How do multivariate polynomials look like?

Remember from your high school days

9x2 − 5x+ 2x3 + x2 − x

Now with more than 1 ‘x’

x1 x22 + x1 x

23 − 1.1x1 + 1

−x1 x33 + 4x2 x

23 x4 + 4x1 x3 x

24 + 2x2 x

34 + 4x1 x3 + 4x2

3 −10x2 x4 − 10x2

4 + 25.22x1x

42 + 3.98x3

1 − x42 − 3x2

2

9.124x21x2 − 2.22x2

1

2x1x42 − x3

1 − 2x42 + x2

1

4 / 57

Page 7: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Multivariate Polynomials in Engineering

In which engineering domains do this kind of polynomials appear?

ComputationalBiology

Circuit Design

Signal Processing Nonlinear DynamicalSystems

And many others...

5 / 57

Page 8: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Multivariate Polynomials in Engineering

In which engineering domains do this kind of polynomials appear?

ComputationalBiology

Circuit Design

Signal Processing Nonlinear DynamicalSystems

And many others...5 / 57

Page 9: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Multivariate Polynomials in Engineering

What needs to be done with these multivariate polynomials?

Find the solutions,

Multiply and divide,

Eliminate variables,

Compute least common multiples and greatest commondivisors,

...

How are these problems mostly solved these days?

6 / 57

Page 10: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Multivariate Polynomials in Engineering

What needs to be done with these multivariate polynomials?

Find the solutions,

Multiply and divide,

Eliminate variables,

Compute least common multiples and greatest commondivisors,

...

How are these problems mostly solved these days?

6 / 57

Page 11: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Symbolic Methods

Algebraic Geometry

Branch of mathematics

Symbolic operations

Computer algebra software

Huge body of literature in Algebraic Geometry

Produces exact results for exact data!!

Wolfgang Grobner(1899-1980)

Bruno Buchberger

7 / 57

Page 12: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Symbolic Methods

Algebraic Geometry

Branch of mathematics

Symbolic operations

Computer algebra software

Huge body of literature in Algebraic Geometry

Produces exact results for exact data!!

Wolfgang Grobner(1899-1980)

Bruno Buchberger

7 / 57

Page 13: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Symbolic Methods

Algebraic Geometry

Branch of mathematics

Symbolic operations

Computer algebra software

Huge body of literature in Algebraic Geometry

Produces exact results for exact data!!

Wolfgang Grobner(1899-1980)

Bruno Buchberger

7 / 57

Page 14: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Symbolic Methods

Algebraic Geometry

Branch of mathematics

Symbolic operations

Computer algebra software

Huge body of literature in Algebraic Geometry

Produces exact results for exact data!!

Wolfgang Grobner(1899-1980)

Bruno Buchberger

7 / 57

Page 15: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Symbolic Methods

Algebraic Geometry

Branch of mathematics

Symbolic operations

Computer algebra software

Huge body of literature in Algebraic Geometry

Produces exact results for exact data!!

Wolfgang Grobner(1899-1980)

Bruno Buchberger

7 / 57

Page 16: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Symbolic Methods

Engineers do not usually work with exact data

Uncertainties in the measurements ⇒ uncertainties in thecoefficients of the multivariate polynomials

8 / 57

Page 17: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Symbolic Methods

Engineers do not need exact solutions

(from Numerical Polynomial Algebra - H.J. Stetter)

9 / 57

Page 18: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Symbolic Methods

Engineers do not need exact solutions

(from Numerical Polynomial Algebra - H.J. Stetter)

9 / 57

Page 19: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Symbolic Methods

Engineers do not need exact solutions

(from Numerical Polynomial Algebra - H.J. Stetter)

9 / 57

Page 20: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Symbolic Methods

Language problem

Algebraic Geometry not in the normal curriculum of mostengineers

Hence, engineers do not “speak” Algebraic Geometry

Example: First sentence of the online description of theGROEBNER package of Maple 7

“The GROEBNER package is a collection of routines for doingGroebner basis calculations in skew algebras like Weyl and Orealgebras and in corresponding modules like D-modules”.

Engineers do speak (numerical) linear algebra!

10 / 57

Page 21: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Symbolic Methods

Language problem

Algebraic Geometry not in the normal curriculum of mostengineers

Hence, engineers do not “speak” Algebraic Geometry

Example: First sentence of the online description of theGROEBNER package of Maple 7

“The GROEBNER package is a collection of routines for doingGroebner basis calculations in skew algebras like Weyl and Orealgebras and in corresponding modules like D-modules”.

Engineers do speak (numerical) linear algebra!

10 / 57

Page 22: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Symbolic Methods

Language problem

Algebraic Geometry not in the normal curriculum of mostengineers

Hence, engineers do not “speak” Algebraic Geometry

Example: First sentence of the online description of theGROEBNER package of Maple 7

“The GROEBNER package is a collection of routines for doingGroebner basis calculations in skew algebras like Weyl and Orealgebras and in corresponding modules like D-modules”.

Engineers do speak (numerical) linear algebra!

10 / 57

Page 23: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Changing the Point of View

Richard P. Feynman

Seeing things from a Numerical Linear Algebra perspective

Is it possible to use Numerical Linear Algebra instead?

New insights/interpretations?

New methods?

This thesis:

The development of a Numerical Linear Algebra framework tosolve problems with multivariate polynomials.

11 / 57

Page 24: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Introduction

Changing the Point of View

Richard P. Feynman

Seeing things from a Numerical Linear Algebra perspective

Is it possible to use Numerical Linear Algebra instead?

New insights/interpretations?

New methods?

This thesis:

The development of a Numerical Linear Algebra framework tosolve problems with multivariate polynomials.

11 / 57

Page 25: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Outline

1 Introduction

2 Basis Operations in the Framework

3 ”Advanced” Operations in the Framework

4 Conclusions and Future Work

12 / 57

Page 26: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Building blocks of multivariate polynomials?

Monomials!

1, x1, x2, x3, x21, x1x2, x1x3, x

22, x2x3, x

23, . . .

ordering

deg(x21) = deg(x2x3) = 2

Example

f1 =

2.76x21 − 5.51x1 x3 − 1.12x1 + 1.99

degree of f1 = deg(f1) = 2

13 / 57

Page 27: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Building blocks of multivariate polynomials?

Monomials!

1, x1, x2, x3, x21, x1x2, x1x3, x

22, x2x3, x

23, . . .

ordering

deg(x21) = deg(x2x3) = 2

Example

f1 =

2.76x21 − 5.51x1 x3 − 1.12x1 + 1.99

degree of f1 = deg(f1) = 2

13 / 57

Page 28: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Building blocks of multivariate polynomials?

Monomials!

1, x1, x2, x3, x21, x1x2, x1x3, x

22, x2x3, x

23, . . .

ordering

deg(x21) = deg(x2x3) = 2

Example

f1 =

2.76x21 − 5.51x1 x3 − 1.12x1 + 1.99

degree of f1 = deg(f1) = 2

13 / 57

Page 29: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Building blocks of multivariate polynomials?

Monomials!

1, x1, x2, x3, x21, x1x2, x1x3, x

22, x2x3, x

23, . . .

ordering

deg(x21) = deg(x2x3) = 2

Example

f1 =

2.76x21 − 5.51x1 x3 − 1.12x1 + 1.99

degree of f1 = deg(f1) = 2

13 / 57

Page 30: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Building blocks of multivariate polynomials?

Monomials!

1, x1, x2, x3, x21, x1x2, x1x3, x

22, x2x3, x

23, . . .

ordering

deg(x21) = deg(x2x3) = 2

Example

f1 = 2.76x21

− 5.51x1 x3 − 1.12x1 + 1.99

degree of f1 = deg(f1) = 2

13 / 57

Page 31: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Building blocks of multivariate polynomials?

Monomials!

1, x1, x2, x3, x21, x1x2, x1x3, x

22, x2x3, x

23, . . .

ordering

deg(x21) = deg(x2x3) = 2

Example

f1 = 2.76x21 − 5.51x1 x3

− 1.12x1 + 1.99

degree of f1 = deg(f1) = 2

13 / 57

Page 32: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Building blocks of multivariate polynomials?

Monomials!

1, x1, x2, x3, x21, x1x2, x1x3, x

22, x2x3, x

23, . . .

ordering

deg(x21) = deg(x2x3) = 2

Example

f1 = 2.76x21 − 5.51x1 x3 − 1.12x1

+ 1.99

degree of f1 = deg(f1) = 2

13 / 57

Page 33: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Building blocks of multivariate polynomials?

Monomials!

1, x1, x2, x3, x21, x1x2, x1x3, x

22, x2x3, x

23, . . .

ordering

deg(x21) = deg(x2x3) = 2

Example

f1 = 2.76x21 − 5.51x1 x3 − 1.12x1 + 1.99

degree of f1 = deg(f1) = 2

13 / 57

Page 34: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Building blocks of multivariate polynomials?

Monomials!

1, x1, x2, x3, x21, x1x2, x1x3, x

22, x2x3, x

23, . . .

ordering

deg(x21) = deg(x2x3) = 2

Example

f1 = 2.76x21 − 5.51x1 x3 − 1.12x1 + 1.99

degree of f1 = deg(f1) = 2

13 / 57

Page 35: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Vector Representation

Each monomial corresponds with a vector, each orthogonal withrespect to all the others:

1

x1

x2

. . .

Cnd : vector space of all polynomials in n variables with complex

coefficients up to a degree d

14 / 57

Page 36: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

A blast from the past

Y

X(1,0)

(0,1)

15 / 57

Page 37: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Each monomial is described by a coefficient vector:

1 ∼ ( 1 0 0 0 0 . . . )x1 ∼ ( 0 1 0 0 0 . . . )x2 ∼ ( 0 0 1 0 0 . . . )x3 ∼ ( 0 0 0 1 0 . . . )x2

1 ∼ ( 0 0 0 0 1 . . . )...

16 / 57

Page 38: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Each monomial is described by a coefficient vector:

1 ∼ ( 1 0 0 0 0 . . . )

x1 ∼ ( 0 1 0 0 0 . . . )x2 ∼ ( 0 0 1 0 0 . . . )x3 ∼ ( 0 0 0 1 0 . . . )x2

1 ∼ ( 0 0 0 0 1 . . . )...

16 / 57

Page 39: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Each monomial is described by a coefficient vector:

1 ∼ ( 1 0 0 0 0 . . . )x1 ∼ ( 0 1 0 0 0 . . . )

x2 ∼ ( 0 0 1 0 0 . . . )x3 ∼ ( 0 0 0 1 0 . . . )x2

1 ∼ ( 0 0 0 0 1 . . . )...

16 / 57

Page 40: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Each monomial is described by a coefficient vector:

1 ∼ ( 1 0 0 0 0 . . . )x1 ∼ ( 0 1 0 0 0 . . . )x2 ∼ ( 0 0 1 0 0 . . . )

x3 ∼ ( 0 0 0 1 0 . . . )x2

1 ∼ ( 0 0 0 0 1 . . . )...

16 / 57

Page 41: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Each monomial is described by a coefficient vector:

1 ∼ ( 1 0 0 0 0 . . . )x1 ∼ ( 0 1 0 0 0 . . . )x2 ∼ ( 0 0 1 0 0 . . . )x3 ∼ ( 0 0 0 1 0 . . . )

x21 ∼ ( 0 0 0 0 1 . . . )...

16 / 57

Page 42: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Each monomial is described by a coefficient vector:

1 ∼ ( 1 0 0 0 0 . . . )x1 ∼ ( 0 1 0 0 0 . . . )x2 ∼ ( 0 0 1 0 0 . . . )x3 ∼ ( 0 0 0 1 0 . . . )x2

1 ∼ ( 0 0 0 0 1 . . . )

...

16 / 57

Page 43: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Each monomial is described by a coefficient vector:

1 ∼ ( 1 0 0 0 0 . . . )x1 ∼ ( 0 1 0 0 0 . . . )x2 ∼ ( 0 0 1 0 0 . . . )x3 ∼ ( 0 0 0 1 0 . . . )x2

1 ∼ ( 0 0 0 0 1 . . . )...

16 / 57

Page 44: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Coefficient vector of multivariate polynomial

f1 = 2.76x21 − 5.51x1 x3 − 1.12x1 + 1.99

∼ 2.76(

0 0 0 0 1 0 0 0 0 0)

−5.51(

0 0 0 0 0 0 1 0 0 0)

−1.12(

0 1 0 0 0 0 0 0 0 0)

+1.99(

1 0 0 0 0 0 0 0 0 0)

f1 ∼(

1.99 −1.12 0 0 2.76 0 −5.51 0 0 0)

17 / 57

Page 45: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Coefficient vector of multivariate polynomial

f1 = 2.76x21 − 5.51x1 x3 − 1.12x1 + 1.99

∼ 2.76(

0 0 0 0 1 0 0 0 0 0)

−5.51(

0 0 0 0 0 0 1 0 0 0)

−1.12(

0 1 0 0 0 0 0 0 0 0)

+1.99(

1 0 0 0 0 0 0 0 0 0)

f1 ∼(

1.99 −1.12 0 0 2.76 0 −5.51 0 0 0)

17 / 57

Page 46: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Polynomials as Vectors

Coefficient vector of multivariate polynomial

f1 = 2.76x21 − 5.51x1 x3 − 1.12x1 + 1.99

∼ 2.76(

0 0 0 0 1 0 0 0 0 0)

−5.51(

0 0 0 0 0 0 1 0 0 0)

−1.12(

0 1 0 0 0 0 0 0 0 0)

+1.99(

1 0 0 0 0 0 0 0 0 0)

f1 ∼(

1.99 −1.12 0 0 2.76 0 −5.51 0 0 0)

17 / 57

Page 47: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Operations on Polynomials

Addition of Polynomials

Addition of vectors:

f1

f2

18 / 57

Page 48: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Operations on Polynomials

Addition of Polynomials

Addition of vectors:

f1

f2

19 / 57

Page 49: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Operations on Polynomials

Addition of Polynomials

Addition of vectors:

f1

f2

f1 + f2

20 / 57

Page 50: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Multiplication of multivariate polynomials

Multiplication of 2 multivariate polynomials h, f ∈ Cnd

f × h

= f × (h0 + h1 x1 + h2 x2 + . . . + hq xdhn )

= h0 f + h1 x1 f + h2 x2 f + . . .+ hq xdhn f

∼(h0 h1 h2 . . . hq

)

fx1 fx2 f

...xdh

n f

∼ h Mf

21 / 57

Page 51: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Multiplication of multivariate polynomials

Multiplication of 2 multivariate polynomials h, f ∈ Cnd

f × h

= f × (h0 + h1 x1 + h2 x2 + . . . + hq xdhn )

= h0 f + h1 x1 f + h2 x2 f + . . .+ hq xdhn f

∼(h0 h1 h2 . . . hq

)

fx1 fx2 f

...xdh

n f

∼ h Mf

21 / 57

Page 52: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Multiplication of multivariate polynomials

Multiplication of 2 multivariate polynomials h, f ∈ Cnd

f × h

= f × (h0 + h1 x1 + h2 x2 + . . . + hq xdhn )

= h0 f + h1 x1 f + h2 x2 f + . . .+ hq xdhn f

∼(h0 h1 h2 . . . hq

)

fx1 fx2 f

...xdh

n f

∼ h Mf

21 / 57

Page 53: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Multiplication of multivariate polynomials

Multiplication of 2 multivariate polynomials h, f ∈ Cnd

f × h

= f × (h0 + h1 x1 + h2 x2 + . . . + hq xdhn )

= h0 f + h1 x1 f + h2 x2 f + . . .+ hq xdhn f

∼(h0 h1 h2 . . . hq

)

fx1 fx2 f

...xdh

n f

∼ h Mf

21 / 57

Page 54: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Multiplication of multivariate polynomials

Multiplication of 2 multivariate polynomials h, f ∈ Cnd

f × h

= f × (h0 + h1 x1 + h2 x2 + . . . + hq xdhn )

= h0 f + h1 x1 f + h2 x2 f + . . .+ hq xdhn f

∼(h0 h1 h2 . . . hq

)

fx1 fx2 f

...xdh

n f

∼ h Mf

21 / 57

Page 55: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Multiplication of multivariate polynomials

Multiplication of 2 multivariate polynomials h, f ∈ Cnd

f × h

= f × (h0 + h1 x1 + h2 x2 + . . . + hq xdhn )

= h0 f + h1 x1 f + h2 x2 f + . . .+ hq xdhn f

∼(h0 h1 h2 . . . hq

)

fx1 fx2 f

...xdh

n f

∼ h Mf

21 / 57

Page 56: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Multiplication of multivariate polynomials

Multiplication Example

f = x1x2 − x2 and h = x21 + 2x2 − 9.

h Mf =(−9 0 2 1 0 0

)

f

x1f

x2f

x21f

x1x2f

x22f

.

22 / 57

Page 57: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Multiplication of multivariate polynomials

Multiplication Example

Mf =

0BBBBB@

1 x1 x2 x21 x1x2 x2

2 x31 x2

1x2 x1x22 x3

2 x41 x3

1x2 x21x

22 x1x

31 x4

2f 0 0 −1 0 1 0 0 0 0 0 0 0 0 0 0x1f 0 0 0 0 −1 0 0 1 0 0 0 0 0 0 0x2f 0 0 0 0 0 −1 0 0 1 0 0 0 0 0 0x21f 0 0 0 0 0 0 0 −1 0 0 0 1 0 0 0x1x2f 0 0 0 0 0 0 0 0 −1 0 0 0 1 0 0x22f 0 0 0 0 0 0 0 0 0 −1 0 0 0 1 0

1CCCCCA

hMf =

“1 x1 x2 x21 x1x2 x2

2 x31 x2

1x2 x1x22 x3

2 x41 x3

1x2 x21x

22 x1x

31 x4

20 0 9 0 −9 −2 0 −1 2 0 0 1 0 0 0

∼ 9x2 − 9x1x2 − 2x22 − x2

1x2 + 2x1x22 + x3

1x2

23 / 57

Page 58: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Multiplication of multivariate polynomials

Multiplication Example

Mf =

0BBBBB@

1 x1 x2 x21 x1x2 x2

2 x31 x2

1x2 x1x22 x3

2 x41 x3

1x2 x21x

22 x1x

31 x4

2f 0 0 −1 0 1 0 0 0 0 0 0 0 0 0 0x1f 0 0 0 0 −1 0 0 1 0 0 0 0 0 0 0x2f 0 0 0 0 0 −1 0 0 1 0 0 0 0 0 0x21f 0 0 0 0 0 0 0 −1 0 0 0 1 0 0 0x1x2f 0 0 0 0 0 0 0 0 −1 0 0 0 1 0 0x22f 0 0 0 0 0 0 0 0 0 −1 0 0 0 1 0

1CCCCCA

hMf =

“1 x1 x2 x21 x1x2 x2

2 x31 x2

1x2 x1x22 x3

2 x41 x3

1x2 x21x

22 x1x

31 x4

20 0 9 0 −9 −2 0 −1 2 0 0 1 0 0 0

∼ 9x2 − 9x1x2 − 2x22 − x2

1x2 + 2x1x22 + x3

1x2

23 / 57

Page 59: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Multiplication of multivariate polynomials

Multiplication Example

Mf =

0BBBBB@

1 x1 x2 x21 x1x2 x2

2 x31 x2

1x2 x1x22 x3

2 x41 x3

1x2 x21x

22 x1x

31 x4

2f 0 0 −1 0 1 0 0 0 0 0 0 0 0 0 0x1f 0 0 0 0 −1 0 0 1 0 0 0 0 0 0 0x2f 0 0 0 0 0 −1 0 0 1 0 0 0 0 0 0x21f 0 0 0 0 0 0 0 −1 0 0 0 1 0 0 0x1x2f 0 0 0 0 0 0 0 0 −1 0 0 0 1 0 0x22f 0 0 0 0 0 0 0 0 0 −1 0 0 0 1 0

1CCCCCA

hMf =

“1 x1 x2 x21 x1x2 x2

2 x31 x2

1x2 x1x22 x3

2 x41 x3

1x2 x21x

22 x1x

31 x4

20 0 9 0 −9 −2 0 −1 2 0 0 1 0 0 0

∼ 9x2 − 9x1x2 − 2x22 − x2

1x2 + 2x1x22 + x3

1x2

23 / 57

Page 60: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Multiplication of multivariate polynomials

Multiplication of Polynomials

Every possible multiplication of f lies in a vector space Mf

spanned by f, x1f, x2f, . . .

f

x1f ....

xdhn f

Mf

24 / 57

Page 61: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

Definition multivariate polynomials

Fix any monomial order > on Cnd and let F = (f1, . . . , fs) be a

s-tuple of polynomials in Cnd . Then every p ∈ Cn

d can be written as

p = h1f1 + . . .+ hsfs + r

where hi, r ∈ Cnd . For each i, hifi = 0 or LM(p) ≥ LM(hifi), and

either r = 0, or r is a linear combination of monomials, none ofwhich is divisible by any of LM(f1), . . . ,LM(fs).

Differences with division of numbers

Remainder r depends on the way we order monomials

Dividends h1, . . . , hs and remainder r depend on order ofdivisors f1, . . . , fs

25 / 57

Page 62: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

Definition multivariate polynomials

Fix any monomial order > on Cnd and let F = (f1, . . . , fs) be a

s-tuple of polynomials in Cnd . Then every p ∈ Cn

d can be written as

p = h1f1 + . . .+ hsfs + r

where hi, r ∈ Cnd . For each i, hifi = 0 or LM(p) ≥ LM(hifi), and

either r = 0, or r is a linear combination of monomials, none ofwhich is divisible by any of LM(f1), . . . ,LM(fs).

Differences with division of numbers

Remainder r depends on the way we order monomials

Dividends h1, . . . , hs and remainder r depend on order ofdivisors f1, . . . , fs

25 / 57

Page 63: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

Describing the quotient

p = h1f1 + . . .+ hsfs + r

(h10 h11 h12 . . . h1q

)

f1

x1 f1

x2 f1...

xd1n f1

26 / 57

Page 64: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

Describing the quotient

p = h1f1 + . . .+ hsfs + r

(h10 h11 h12 . . . h1q

)

f1

x1 f1

x2 f1...

xd1n f1

26 / 57

Page 65: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

Describing the quotient

p = h1f1 + . . .+ hsfs + r

(h10 h11 h12 . . . h1q

)

f1

x1 f1

x2 f1...

xd1n f1

26 / 57

Page 66: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

Describing the quotient

p = h1f1 + . . .+ hsfs + r

(hk0 hk1 hk2 . . . hkw

)

fk

x1 fk

x2 fk...

xdkn fk

27 / 57

Page 67: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

Describing the quotient

p = h1f1 + . . .+ hsfs + r

(hs0 hs1 hs2 . . . hsv

)

fs

x1 fs

x2 fs...

xdsn fs

28 / 57

Page 68: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

Describing the quotient

p = h1f1 + . . .+ hsfs + r

(h10 h11 h12 . . . h1q h20 h21 . . . hsv

)

f1

x1 f1

x2 f1...

xd1n f1

f2

x1 f2...

xdsn fs

29 / 57

Page 69: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

Divisor Matrix D

Given a set of polynomials f1, . . . , fs ∈ Cnd , each of degree di (i = 1 . . . s) and

a polynomial p ∈ Cnd of degree d then the divisor matrix D is given by

D =

0BBBBBBBBBBBBBBBBBB@

f1

x1f1

x2f1

...

xd1n f1

f2

x1f2

...

xdsn fs

1CCCCCCCCCCCCCCCCCCAwhere each polynomial fi is multiplied with all monomials xαi from degree 0up to degree ki = deg(p)− deg(fi) such that xαi LM(fi) ≤ LM(p).

30 / 57

Page 70: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

Example Divisor Matrix

To divide p = 4 + 5x1 − 3x2 − 9x21 + 7x1x2 by f1 = −2 + x1 + x2,

f2 = 3− x1:

D =

1 x1 x2 x21 x1x2

f1 −2 1 1 0 0x1f1 0 −2 0 1 1f2 3 −1 0 0 0x1 f2 0 3 0 −1 0x2 f2 0 0 3 0 −1

31 / 57

Page 71: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

D

32 / 57

Page 72: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

D

R

33 / 57

Page 73: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

D

R

p

34 / 57

Page 74: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Basis Operations in the Framework

Division of Multivariate Polynomials

D

R

p

h1f1 + . . .+ hsfs

r

35 / 57

Page 75: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Outline

1 Introduction

2 Basis Operations in the Framework

3 ”Advanced” Operations in the Framework

4 Conclusions and Future Work

36 / 57

Page 76: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Macaulay Matrix

”Advanced” operations on polynomials

Eliminate variables

Compute a least common multiple of 2 multivariatepolynomials

Compute a greatest common divisor of 2 multivariatepolynomials

One More Key Player:

Macaulay matrix

37 / 57

Page 77: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Macaulay Matrix

Macaulay Matrix

Given a set of multivariate polynomials f1, . . . , fs, each of degreedi(i = 1 . . . s) then the Macaulay matrix of degree d is given by

M(d) =

f1

x1f1

...

xd−d1n f1

f2

x1f2

...

xd−dsn fs

where each polynomial fi is multiplied with all monomials up todegree d− di for all i = 1 . . . s.

38 / 57

Page 78: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Macaulay Matrix

Row space of the Macaulay matrix

Md = {h1f1 + h2f2 + . . . + hsfs | for all possible h1, h2, . . . , hswith degrees d− d1, d− d2, . . . , d− ds respectively}

f1

x1f1 f2

xd−dsn fs

. . .

. . .

Md

39 / 57

Page 79: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Macaulay Matrix

Row space of the Macaulay matrix

Md = {h1f1 + h2f2 + . . . + hsfs | for all possible h1, h2, . . . , hswith degrees d− d1, d− d2, . . . , d− ds respectively}

f1

x1f1 f2

xd−dsn fs

. . .

. . .

Md

39 / 57

Page 80: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Macaulay Matrix

For the following polynomial system:{f1 : x1x2 − 2x2 = 0f2 : x2 − 3 = 0

the Macaulay matrix of degree 3 is

M(3) =

0BBBBBBBBBBB@

1 x1 x2 x21 x1x2 x2

2 x31 x2

1x2 x1x22 x3

2

f1 0 0 −2 0 1 0 0 0 0 0x1f1 0 0 0 0 −2 0 0 1 0 0x2f1 0 0 0 0 0 −2 0 0 1 0f2 −3 0 1 0 0 0 0 0 0 0x1 f2 0 −3 0 0 1 0 0 0 0 0x2 f2 0 0 −3 0 0 1 0 0 0 0x21 f2 0 0 0 −3 0 0 0 1 0 0

x1x2 f2 0 0 0 0 −3 0 0 0 1 0x22 f2 0 0 0 0 0 −3 0 0 0 1

1CCCCCCCCCCCA

40 / 57

Page 81: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Macaulay Matrix

Sparsity pattern M(10)

41 / 57

Page 82: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Elimination

Elimination Problem

Given a set of multivariate polynomials f1, . . . , fs andxe ( {x1, . . . , xn}. Find a polynomial g = h1f1 + . . .+ hsfs thatdoes not contain any of the xe variables.

Example

From the following polynomial system in 3 variables x1, x2, x3:f1 = x2

1 + x2 + x3 − 1,f2 = x1 + x2

2 + x3 − 1,f3 = x1 + x2 + x2

3 − 1,

we want to find a g = h1f1 + h2f2 + h3f3 only in x3.

42 / 57

Page 83: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Elimination

Elimination Problem

Given a set of multivariate polynomials f1, . . . , fs andxe ( {x1, . . . , xn}. Find a polynomial g = h1f1 + . . .+ hsfs thatdoes not contain any of the xe variables.

Example

From the following polynomial system in 3 variables x1, x2, x3:f1 = x2

1 + x2 + x3 − 1,f2 = x1 + x2

2 + x3 − 1,f3 = x1 + x2 + x2

3 − 1,

we want to find a g = h1f1 + h2f2 + h3f3 only in x3.

42 / 57

Page 84: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Elimination

Example

Since g = h1f1 + h2f2 + h3f3, it lies in

f1

x1f1 f2

xd−dsn fs

. . .

. . .

Md

for a certain degree d.

43 / 57

Page 85: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Elimination

Example

Also, since g only contains the variables x3, it is built up from themonomial basis

1

x3

x23

. . .

up to a certain degree d.

Example

We will call this vector space that is spanned by the variables x3

Ed:

Ed

44 / 57

Page 86: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Elimination

Example

We will call this vector space that is spanned by the variables x3

Ed:

Ed

44 / 57

Page 87: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Elimination

Example

g ∈Md and g ∈ Ed; hence g lies in the intersection Md ∩ Ed:

Ed

Md

g

for some particular degree d.

45 / 57

Page 88: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Elimination

Finding the intersection

θ2

v2

u2

Ed

Md

o

u1 = v1θ1 = 0

46 / 57

Page 89: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Elimination

Example

We revisit x2

1 + x2 + x3 = 1,x1 + x2

2 + x3 = 1,x1 + x2 + x2

3 = 1.

we eliminate both x1 and x2

d = 6,g(x3) = x2

3 − 4x33 + 4x4

3 − x63.

we eliminate x2:

d = 2,g(x1, x3) = x1 − x3 − x2

1 + x23.

47 / 57

Page 90: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Least Common Multiple

Least Common Multiple

A multivariate polynomial l is called a least common multiple(LCM) of 2 multivariate polynomials f1, f2 if

1 f1 divides l and f2 divides l.

2 l divides any polynomial which both f1 and f2 divide.

f1 f2

l =LCM(f1, f2)

48 / 57

Page 91: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Least Common Multiple

Least Common Multiple

A multivariate polynomial l is called a least common multiple(LCM) of 2 multivariate polynomials f1, f2 if

1 f1 divides l and f2 divides l.

2 l divides any polynomial which both f1 and f2 divide.

f1 f2 l =LCM(f1, f2)

48 / 57

Page 92: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Least Common Multiple

Finding the LCM

The LCM l of f1 and f2 satisfies:

LCM(f1, f2) , l = f1 h1 = f2 h2

Mf1

Mf2

LCM(f1, f2)

o

49 / 57

Page 93: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Least Common Multiple

Finding the LCM

The LCM l of f1 and f2 satisfies:

LCM(f1, f2) , l = f1 h1 = f2 h2

Mf1

Mf2

LCM(f1, f2)

o

49 / 57

Page 94: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Greatest Common Divisor

Greatest Common Divisor

A multivariate polynomial g is called a greatest common divisor of2 multivariate polynomials f1 and f2 if

1 g divides f1 and f2.

2 If p is any polynomial which divides both f1 and f2, then pdivides g.

f1 f2

g =GCD(f1, f2)

50 / 57

Page 95: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Greatest Common Divisor

Greatest Common Divisor

A multivariate polynomial g is called a greatest common divisor of2 multivariate polynomials f1 and f2 if

1 g divides f1 and f2.

2 If p is any polynomial which divides both f1 and f2, then pdivides g.

f1 f2 g =GCD(f1, f2)

50 / 57

Page 96: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Greatest Common Divisor

Finding the GCD

Remember that

LCM(f1, f2) , l = f1 h1 = f2 h2.

We also have thatf1 f2 = l g,

with g , GCD(f1, f2).

Answer:

g =f1 f2

l=

f1

h2=

f2

h1.

51 / 57

Page 97: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Greatest Common Divisor

Finding the GCD

Remember that

LCM(f1, f2) , l = f1 h1 = f2 h2.

We also have thatf1 f2 = l g,

with g , GCD(f1, f2).

Answer:

g =f1 f2

l=

f1

h2=

f2

h1.

51 / 57

Page 98: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Greatest Common Divisor

Blind Image Deconvolution

F1(z1, z2) = I(z1, z2)D1(z1, z2) +N1(z1, z2)F2(z1, z2) = I(z1, z2)D2(z1, z2) +N2(z1, z2)I(z1, z2) = τ -GCD(F1, F2)

F1(z1, z2) F2(z1, z2)

τ -GCD(F1, F2)

52 / 57

Page 99: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Greatest Common Divisor

Blind Image Deconvolution

F1(z1, z2) = I(z1, z2)D1(z1, z2) +N1(z1, z2)F2(z1, z2) = I(z1, z2)D2(z1, z2) +N2(z1, z2)I(z1, z2) = τ -GCD(F1, F2)

F1(z1, z2) F2(z1, z2) τ -GCD(F1, F2)

52 / 57

Page 100: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Greatest Common Divisor

Other Operations worked out in the thesis

Computing a Grobner basis of multivariate polynomialsf1, . . . , fs

Describing all syzygies of multivariate polynomials f1, . . . , fs

Removing multiplicities of solutions of f1, . . . , fs

Counting total number of affine solutions of f1, . . . , fs

Solving the ideal membership problem

53 / 57

Page 101: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Greatest Common Divisor

Other Operations worked out in the thesis

Computing a Grobner basis of multivariate polynomialsf1, . . . , fs

Describing all syzygies of multivariate polynomials f1, . . . , fs

Removing multiplicities of solutions of f1, . . . , fs

Counting total number of affine solutions of f1, . . . , fs

Solving the ideal membership problem

53 / 57

Page 102: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Greatest Common Divisor

Other Operations worked out in the thesis

Computing a Grobner basis of multivariate polynomialsf1, . . . , fs

Describing all syzygies of multivariate polynomials f1, . . . , fs

Removing multiplicities of solutions of f1, . . . , fs

Counting total number of affine solutions of f1, . . . , fs

Solving the ideal membership problem

53 / 57

Page 103: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Greatest Common Divisor

Other Operations worked out in the thesis

Computing a Grobner basis of multivariate polynomialsf1, . . . , fs

Describing all syzygies of multivariate polynomials f1, . . . , fs

Removing multiplicities of solutions of f1, . . . , fs

Counting total number of affine solutions of f1, . . . , fs

Solving the ideal membership problem

53 / 57

Page 104: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Greatest Common Divisor

Other Operations worked out in the thesis

Computing a Grobner basis of multivariate polynomialsf1, . . . , fs

Describing all syzygies of multivariate polynomials f1, . . . , fs

Removing multiplicities of solutions of f1, . . . , fs

Counting total number of affine solutions of f1, . . . , fs

Solving the ideal membership problem

53 / 57

Page 105: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

”Advanced” Operations in the Framework

Greatest Common Divisor

Other Operations worked out in the thesis

Computing a Grobner basis of multivariate polynomialsf1, . . . , fs

Describing all syzygies of multivariate polynomials f1, . . . , fs

Removing multiplicities of solutions of f1, . . . , fs

Counting total number of affine solutions of f1, . . . , fs

Solving the ideal membership problem

53 / 57

Page 106: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Conclusions and Future Work

Outline

1 Introduction

2 Basis Operations in the Framework

3 ”Advanced” Operations in the Framework

4 Conclusions and Future Work

54 / 57

Page 107: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Conclusions and Future Work

Conclusions

Conclusions

Numerical Linear Algebra Framework

Addition, Multiplication

Polynomial Division and oblique projections

Elimination and intersection of vector spaces

LCM and GCD’s

syzygy analysis, counting affine solutions, removingmultiplicities of solutions, . . .

55 / 57

Page 108: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Conclusions and Future Work

Conclusions

Future Research/Work

Exploit sparsity + structure matrices

Numerical Analysis:

Polynomial divisionIntersection of vector spacesNumerical rank

Open problems:

Modelling higher dimensional solution setsFull understanding of roots at infinity. . .

56 / 57

Page 109: A Numerical Linear Algebra Framework for Solving Problems

A Numerical Linear Algebra Framework for Solving Problems with Multivariate Polynomials

Conclusions and Future Work

Conclusions

57 / 57