MA-351 Homework 1 (FINAL VERSION: 3 PROBLEMS)
Due at 9:50 in class, Tuesday, August 31, 1999
Calculations necessary for these problems may be done either by
hand or with Maple.
Solutions may be submitted in person in class,
or you may email an ASCII text,
Maple Worksheet (.mws),
html, or postscipt/pdf-formatted document to
me (kaltofen@math.ncsu.edu).
Note my office hours on my schedule. I will also be available tomorrow from 12:00-13:00.
-
- Derive the linear recurrence for Fibonacci's rabbits' problem
with the change that each pair of rabbits gives birth to
two pairs of rabbits instead of one.
- Derive a "closed form" solution for the above
recurrence.
- Prove that the number of edges in the n-dimensional
hypercube is n 2n-1.
- Consider the following graph: V = {vi,a,b,c},
where i = 0,1,2,3 (the level) and a,b,c is
either 0 or 1. There are the following edges in the graph:
- {vi,a,b,c, vi+1,a,b,c}
for i = 0,1,2 and all a,b,c.
- {v0,0,b,c, v1,1,b,c},
{v0,1,b,c, v1,0,b,c}
for all b,c.
- {v1,a,0,c, v2,a,1,c},
{v1,a,1,c, v2,a,0,c}
for all a,c.
- {v2,a,b,0, v3,a,b,1},
{v2,a,b,1, v3,a,b,0}
for all a,b.
- Draw a nice picture of the graph. [Hint: on each level
show the nodes of subscript abc in the order
000, 001, 010, 011, 100, 101, 110, 111. The graph is
called a butterfly.]
- Prove that any two vertices
v0,a,b,c and v3,a',b',c',
where a,b,c,a',b',c' in {0,1},
are connected by a unique shortest path
of length 3.