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

  Assignment to five commercial banks

Five analyst have recently been hired for assignment to five commercial banks on one-to-one basis. The cost of each analyst in each bank is given in the following table. Determine the lowest cost of assignment.

  Probability that first or the second products are failures

a. If the two products are introduced to the market, what is the probability that both are failures? b. What is the probability that first or the second products are failures? c. What is the probability that neither is a failure?

  Suitable method for generating the number

In Excel, use a suitable method for generating the number of days needed to repair the copier, when it is out of service, according to the discrete distribution shown.

  Discussion of the controls on the climate

Analysis of the climograph, identifying the climate zone by name and Koppen-Geiger classification and a discussion of the controls on the climate that produce this pattern.

  Numerical mathematics problems on matlab

Question 1: Draw a free form curve on graph paper, making certain that the curve a function. Then read values of your function at a reasonable number 10-5, and compute the cubic spine that takes those value freely drawn curve to the graph of the c..

  Accept a higher level

Researchers routinely choose an alpha level of 0.05 for testing their hypotheses. What are some experiments for which you might want a lower alpha level (e.g., 0.01)? What are some situations in which you might accept a higher level (e.g., 0.1)?

  Sketch a graph of function in the given interval

Sketch a graph of f (x) in the interval -2Π

  Calculate the number of integers divisible by four

Calculate the number of integers divisible by 4 between 50 and 500, inclusive. Assume the domain and co-domain is Z, the integers. Explain your answers.

  Excel and the marketing pricing study data

Utilizing Excel and the Marketing Pricing Study Data (MPS.CSV), create a two-way contingency table of Group Name to Internet Usage (Q18). Conduct a chi-square Test of Independence (use percentages of total option). Answer the following question:

  State the appropriate hypotheses for significance test

State the appropriate hypotheses for your significance test. Use the sample results to compute the test statistic and the p-value.

  The managerial implications of a correlation

How could you verify this? Create a null and alternate hypothesis for one of these issues.

  Show the properties of matrix multiplication

Matrix multiplication is distributive. That is, for any four matrices A, B, C and D of appropriate size, the following two matrix multiplication equalities

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