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

  Pitot-static arrangement to estimate

For the 20°C water flow of Fig, use the pitot-static arrangement to estimate (a) the centerline velocity and (b) the volume flow in the 5-indiameter smooth pipe. (c) What error in flow rate is caused by neglecting the 1-ft elevation difference?

  Effective consulting research methods report

You have been contracted by a company to hire the next chief executive officer (CEO). The company has given you ten potential candidates for the position of chief executive officer (CEO), but it wants you to first gather data on the executives to ..

  Providing unlimited free telephone technical support

Many software companies, after years of providing unlimited free telephone technical support for their products, began to charge for these services (typically after an initial start-up period of 90 days). Most companies offer two pricing plans.

  Implement the project within agreed procedures

Select a project and agree specifications and procedures and implement the project within agreed procedures and to specification.

  Ip problem and lp relaxation problem

x1, x2, x3, x4 belong to {0,1}, and the LP relaxation, which allows 0

  Find the fourier series

Math 054 Partial Differential Equations - HW Assignment 4, Find the Fourier Series for f(x) = x if -π

  Determine optimal product mix-profit contribution

Develop the objective function and constraints required for the problem. Determine optimal product mix and profit contribution. Please note that the profit contribution per pound of $1.65 for the Regular Mix, $2.00 for the Premier Mix, and $2.25 f..

  Managing ashland multicomm services

This question is asking you to compare the likelihood of your getting 4 or more subscribers in a sample of 50 when the probability of a subscription has risen from 0.02 to 0.06.]  Talk about the comparison of probabilities in your explanation.

  Problem 1 let fr-gtr be a function fxx if xgt0 x-1 if

problem 1 let fr-gtr be a function fxx if xgt0 x-1 if xlt0evaluate whether f isa u-u continuous.b c-c

  Development program encompassing eight research

The Texas Consolidate Electronic Company is contemplating a research and development program encompassing eight research project. The company is constrained from embarking on all project by the number of available management scientists (40) and th..

  Results from tests on job related data

Question 1: Several statistical tests have a way to measure effect size. What is this, and when might you want to use it in looking at results from these tests on job related data?

  Determine the average rate of ascent

The first successful ascent to the summit of K2, the world's second highest and most dangerous mountain was July 31, 1954. The distance (in meters) the climbers ascended K2 is modeled by the graph below. Determine the average rate of ascent from p..

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