Find a closed form for the generating function

Assignment Help Engineering Mathematics
Reference no: EM131120217

Combinatorics and Graph Theory 2004-

Part A- Combinatorics and Graph Theory

1. A subset S of the vertices of a simple graph G is called independent if no two vertices of S are adjacent in G. The independence number of G, α(G), is then the maximum of the sizes of the independent sets. Show that if G has n vertices, then

α(G) · χ(G) ≥ n,

where χ(G) is the chromatic number of G.

2. Let cn be the number of ways to distribute n (indistinguishable) pieces of candy among three children in such a way that the oldest child receives an even number of pieces, the middle child receives an odd number of pieces, and the youngest child receives a number of pieces that is congruent to 2 (mod 3). Find a closed form for the generating function

F(x) = n=0cnxn,

and find the radius of convergence.

3. Let (k1, . . . , kn) be a sequence of n ≥ 1 nonnegative integers such that n = k1 + 2k2 + 3k3 + · · · + nkn. Prove that the number of partitions of an n-element set into

1812_Figure.png

is

n!/t=1n[(t!)k_t · kt!].

4. Show that for any positive n and r:

2254_Figure1.png

where S(x, y) is the Stirling number of the second kind. (S(x, y) = 0 for x < y.)

5. Prove that the number of partititions of an integer n with at most two repeats of each part equals the number of partitions of n into parts none of which is divisible by three. For example, if n = 4, there are four partitions of each kind.

At most two repeats:                                                     No multiples of three:

4 = 4                                                                           4 = 4

4 = 3 + 1                                                                     4 = 2 + 2

4 = 2 + 2                                                                     4 = 2 + 1 + 1

4 = 2 + 1 + 1                                                               4 = 1 + 1 + 1 + 1

6. You are going to make a 12-bead bracelet. Each bead in your supply is either spherical or cubical, and each is one of k different colors. Your bracelet will have eight spherical and four cubical beads, with very third bead being cubical. How many different bracelets can you make? (Two bracelets are identified as the same if you can get the second one by either rotating the first one or flipping it over.)

7. There is a finite projective plane of order 2 (three points on each line; three lines through every point; a total of 7 lines and 7 points). The plane generates a graph: the vertices are the points, with an edge between two vertices/points if they are on a common line. Show that this graph is not planar.

Part B- Combinatorial Matrix Theory

1.For n, m ≥ 2, let G be a bipartite graph on the n + m vertices

X ∪ Y: X = {x1, . . . , xn}, Y = {y1, . . . , ym}, X ∩ Y = ∅

such that all edges connect vertices of X to vertices of Y . Show that a largest set S of edges such that no two edges in S are incident at a common vertex has the same size as a smallest set of vertices

A ∪ B: A ⊆ X and B ⊆ Y

such that every edge of G connects a vertex of A to a vertex of B.

2. Let A and B be nonnegative n × n matrices such that all lines in A sum to k and all lines in B sum to l. Show that all lines in AB must sum to kl.

3. Let q = pα, where p is prime and α ≥ 1. This problem outlines an independent proof that in the finite projective plane of order q constructed from the vector space

V = GF(q) × GF(q) × GF(q),

the number of "lines" is q2 + q + 1. Prove each statement.

[a]: The number of ordered pairs of independent vectors in V is (q3 - 1)(q3 - q).

[b]: For any two-dimensional subspace W ⊆ V, the number of ordered bases of W is (q2 - 1)(q2 - q).

[c]: The number of two-dimensional subspaces of V is q2 + q + 1.

4. Let A and B be n × n and m × m matrices respectively, with respective characteristic polynomials

φA(x) = (x - λ1)· · ·(x - λn) and φB(x) = (x - µ1)· · ·(x - µm).

Show that the charactistic polynomial of A ⊗ B is

φAB(x) = i=1nj=1m(x - λiµj).

5. Let A be an n × n matrix. Find necessary and sufficient conditions on the Jordan form of A so that the sequence (A, A2, A3, . . .) remains bounded but does not converge.

6. Let (X1, . . . , Xm) be a sequence of sets, and let x1 ∈ X1. Show that if for every choice 1 ≤ i1 < i2 <· · · < ik ≤ n we have

|Xi1 ∪ Xi2 ∪ · · · ∪ Xik| ≥ k + 1,

then (X1, . . . , Xm) has an SDR in which x1 represents X1.

7. Show how a (4t) × (4t) Hadamard matrix may be used to generate a (nonsymmetric) 2-(v, k, λ) design with v = 4t, k = 2t, and λ = 2t - 1.

8. Let A be a square, nonnegative, irreducible matrix. Show that the following are equivalent.

[a] k is the index of imprimitivity of A.

[b] k is the smallest positive integer for which [∃m] [Am(I + A + · · · + Ak-1) > 0].

[c] k is the smallest positive integer for which [∃N][∀m  ≥  N][Am(I + A + · · · + Ak-1) > 0].

Part C- Theory of Computation

1. Let

M1 = (K1, {a, b}, δ1, s1, F1)

and

M2 = (K2, {a, b}, δ2, s2, F2)

be two DFA's. Construct from them a DFA M3 for which L(M3) = L(M1) ∩ L(M2). Prove that your DFA works.

2. Co-N P is the set of languages

{L ⊆ Σ: L- ∈ NP}.

Suppose one had a language L0 that was both N P-complete and in co-N P. Show that this would imply that NP = co-N P.

3. Show that the following context-free grammar generates the language

{w ∈ {a, b}: w has the same number of a's and b's}.

V = {S, A, B}; Σ = {a, b}; and the rules are listed below.

S → aB | bA | ε

A → aS | bAA

B → bS | aBB

4. Show that the function

f(x) = xx^...^x (x times)

is primitive recursive.

5. Say you have a CFG G in Chomsky Normal Form (so that every rule has exactly two symbols to the right of the "→"). Describe an algorithm for deciding whether L(G) is finite or not.

6. Show that the language {anbn^2: n = 1, 2, 3 . . .} is not context free.

7. Let L ⊆ Σ be a language such that both L and L- are r.e. Show that L is recursive.

8. Describe a Turing machine that computes the function f(w) = wwR, for w ∈ {a, b}.

Reference no: EM131120217

Questions Cloud

Main arguments on each side of the debate : Outsourcing is fairly commonplace and is evidence of how interconnected our world is becoming. However, some people have very strong feelings against the outsourcing of jobs.
List and describe earth four major spheres : List and describe the sciences that collectively make up Earth science. Discuss the scales of space and time in Earth science. Discuss the nature of scientific inquiry and distinguish between a hypothesis and a theory.
Compare and contrast robert''s and claudia''s styles : Compare and contrast Robert's and Claudia's styles of communication. Next, speculate on three (3) ways that their communication styles impacted their handling of the situation. Provide support for your response.
Good news massage : Carefully read the scenario before writing your good news message.
Find a closed form for the generating function : Let cn be the number of ways to distribute n (indistinguishable) pieces of candy among three children in such a way that the oldest child receives an even number of pieces, the middle child receives an odd number of pieces, and the youngest child ..
Explain using one of the moral theories discussed : Consider the AIDS and River Blindness cases. Given that Merck is using corporate funds for this program, is Merck's donation of these drugs morally acceptable? Morally required? Explain using one of the moral theories discussed in Module 1.
Differences in lifestyle between then and now : Choosing two legacies, one from the past and the other from the present. Illustrate the differences in lifestyle between then and now. Remember to use APA format in your work.
Understanding laws and policies on a global scale : The idea of understanding laws and policies on a global scale, particularly in business can be daunting, even for the most seasoned professional. Sometimes, putting things on a more macro scale can help sort some of the more minute details.
Identify the situations in which expansionary fiscal policy : Begin by explaining fiscal policy. Describe expansionary and contractionary fiscal policies. Identify the situations in which expansionary fiscal policy and contractionary fiscal policy would be used.

Reviews

Write a Review

Engineering Mathematics Questions & Answers

  Problem as a linear program

Triumph Trumpet Company makes two styles each of both trumpets and comets deluxe and professional models. Its unit profit on deluxe trumpets is $80 and on deluxe comets is $60. The professional models realize twice the profit of the deluxe models.

  Set of possible rings for purchase

After searching the Internet, you come up with a set of possible rings for purchase. But you have also learned, pricing can vary considerably with diamond purchases. Not wanting to be ripped off, you remember 0S4680 and decide to do a regression a..

  Compute the temperature at the midpoint of the bar

Consider an iron bar, of diameter 4cm and length 1m, with specific heat c = 0.437 J/(g K), density ρ = 7.88 g/cm3, and thermal conductivity κ = 0.836 W/(cm K). Compute the temperature (accurate to 3 digits) at the midpoint of the bar after 20 minutes

  Participant-variable design and demonstrated

Study 1 utilized a participant-variable design and demonstrated that women perform more poorly, on average, than men perform on the mathematics section of the Scholastic Aptitude Test (SAT).

  Rolling on a rough slope without slipping

Use Newton's 2nd law to derive the equations of motion for the system shown in Figure 1 where the solid, uniform cylinder of mass m and radius R is rolling on a rough slope without slipping. The cylinder is connected to the fixed surface through t..

  Find the area bounded by the curves

Session :Area bounded by curves Question: Find the area bounded by the curves

  Find an equation for the speed of the liquid

Find an equation for the speed of the liquid as a function of the distance y it has fallen. Combining this with the equation of continuity, find an expression for the radius of the stream as a function of y.

  Find the dollar weighted yield rate

Find the dollar weighted (simple interest) yield rate and the time weighted yield of the account for this year.

  Suppose that the incubation times

The mean incubation time of fertilized chicken eggs keep at 100.5oF in a still-air incubator is 21 days. Suppose that the incubation times are approximately normally distributed with standard deviation of 1 day. If you are taking 400 random sample..

  Compare the force exerted on the toe and heel

Compare the force exerted on the toe and heel of a 120-lb woman when she is wearing regular shoes and stiletto heels. Assume all her weight is placed on one foot and the reactions occur at points A and B asshown.

  Define the hausdorff metric

Let (X, d) be a metric space, and let K(X) be the space of all nonempty compact subsets of X. We define the Hausdorff metric dH on K(X) as follows: for A, B ∈ K(X), dH(A, B) is the smallest ε such that for every point a in A

  Develop mass balance equations for the reactors

If the system is at a steady state, the transfer into each reactor will balance the transfer out. Develop mass balance equations for the reactors, and use Gaussian elimination to solve the three simultaneous linear algebraic equations for the unkn..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd