Sei sulla pagina 1di 24

Sample presentation using Beamer

Delft University of Technology


Maarten Abbink
April 1, 2014

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

1 / 16

Outline

1 First Section

Section 1 - Subsection 1
Section 1 - Subsection 2
Section 1 - Subsection 3
2 Second Section

Section 2 - Subsection 1
Section 2 - Last Subsection

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

2 / 16

Next Subsection

1 First Section

Section 1 - Subsection 1
Section 1 - Subsection 2
Section 1 - Subsection 3
2 Second Section

Section 2 - Subsection 1
Section 2 - Last Subsection

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

3 / 16

Section 1 - Subsection 1 - Page 1


Example
u(n) 6
5
4
3
2
1
0

u(n) = [3, 1, 4]n

0 1 2 3 4 5 6 7 8
n

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

4 / 16

Section 1 - Subsection 1 - Page 2


Definition
Let n be a discrete variable, i.e. n Z. A 1-dimensional periodic
number is a function that depends periodically on n.

if n 0 (mod d)
u0

u1
if n 1 (mod d)
u(n) = [u0 , u1 , . . . , ud1 ]n = .
..

ud1 if n d 1 (mod d)

d is called the period.

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

5 / 16

Section 1 - Subsection 1 - Page 3


Example


f (n) = (
12 , 31 n n2 + 3n [1, 2]n
13 n2 + 3n 2 if n 0
=
21 n2 + 3n 1 if n 1
31 n2 + 3n 2

n2 + 3n [1, 2]n
1 1
,
2 3 n

f (n) =

5
4

(mod 2)
(mod 2)

3
2

1
2

12 n2 + 3n 1

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

6 / 16

Section 1 - Subsection 1 - Page 4


Definition
A polynomial in a variable x is a linear combination of powers of x:
f (x) =

g
X

ci x i

i=0

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

7 / 16

Section 1 - Subsection 1 - Page 4


Definition
A polynomial in a variable x is a linear combination of powers of x:
f (x) =

g
X

ci x i

i=0

Definition
A quasi-polynomial in a variable x is a polynomial expression with
periodic numbers as coefficients:
f (n) =

g
X

ui (n)ni

i=0

with ui (n) periodic numbers.

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

7 / 16

Next Subsection

1 First Section

Section 1 - Subsection 1
Section 1 - Subsection 2
Section 1 - Subsection 3
2 Second Section

Section 2 - Subsection 1
Section 2 - Last Subsection

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

8 / 16

Section 1 - Subsection 2 - Page 1


Example
7
6
5
y 4
3
2
1
0

p
3

0 1 2 3 4 5 6 7

f (p)
5

p =3

x +y p

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

9 / 16

Section 1 - Subsection 2 - Page 1


Example
7
6
5
y 4
3
2
1
0

p
3
4

0 1 2 3 4 5 6 7

f (p)
5
8

p =4

x +y p

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

9 / 16

Section 1 - Subsection 2 - Page 1


Example
7
6
5
y 4
3
2
1
0

p
3
4
5
0 1 2 3 4 5 6 7

f (p)
5
8
10

p =5

x +y p

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

9 / 16

Section 1 - Subsection 2 - Page 1


Example
7
6
5
y 4
3
2
1
0

p
3
4
5
6
0 1 2 3 4 5 6 7

f (p)
5
8
10
13

p =6

x +y p

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

9 / 16

Section 1 - Subsection 2 - Page 1


Example
7
6
5
y 4
3
2
1
0

p
3
4
5
6
0 1 2 3 4 5 6 7

f (p)
5
8
10
13



5
5
p + 2,
2
2 p

p =6

x +y p

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

9 / 16

Section 1 - Subsection 2 - Page 2

The number of integer points in a parametric polytope Pp of

dimension n is expressed as a piecewise a quasi-polynomial of


degree n in p (Clauss and Loechner).

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

10 / 16

Section 1 - Subsection 2 - Page 2

The number of integer points in a parametric polytope Pp of

dimension n is expressed as a piecewise a quasi-polynomial of


degree n in p (Clauss and Loechner).

More general polyhedral counting problems:

Systems of linear inequalities combined with , , , , or


(Presburger formulas).

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

10 / 16

Section 1 - Subsection 2 - Page 2

The number of integer points in a parametric polytope Pp of

dimension n is expressed as a piecewise a quasi-polynomial of


degree n in p (Clauss and Loechner).

More general polyhedral counting problems:

Systems of linear inequalities combined with , , , , or


(Presburger formulas).

Many problems in static program analysis can be expressed as

polyhedral counting problems.

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

10 / 16

Next Subsection

1 First Section

Section 1 - Subsection 1
Section 1 - Subsection 2
Section 1 - Subsection 3
2 Second Section

Section 2 - Subsection 1
Section 2 - Last Subsection

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

11 / 16

Section 1 - Subsection 3 - Page 1


A picture made with the package TiKz

Example

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

12 / 16

Next Subsection

1 First Section

Section 1 - Subsection 1
Section 1 - Subsection 2
Section 1 - Subsection 3
2 Second Section

Section 2 - Subsection 1
Section 2 - Last Subsection

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

13 / 16

Section 2 - subsection 1 - page 1


Alertblock
This page gives an example with numbered bullets (enumerate)
in an Example window:

Example
Discrete domain evaluate in each point
Not possible for
1

parametric domains

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

14 / 16

Section 2 - subsection 1 - page 1


Alertblock
This page gives an example with numbered bullets (enumerate)
in an Example window:

Example
Discrete domain evaluate in each point
Not possible for
1

parametric domains

large domains (NP-complete)

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

14 / 16

Next Subsection

1 First Section

Section 1 - Subsection 1
Section 1 - Subsection 2
Section 1 - Subsection 3
2 Second Section

Section 2 - Subsection 1
Section 2 - Last Subsection

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

15 / 16

Last Page

Summary
End of the beamer demo
with a tidy TU Delft lay-out.
Thank you!

Maarten Abbink (TU Delft)

Beamer Sample

April 1, 2014

16 / 16

Potrebbero piacerti anche