Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Engineering Mathematics Expert

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}.

Engineering Mathematics, Engineering

  • Category:- Engineering Mathematics
  • Reference No.:- M91877780

Have any Question?


Related Questions in Engineering Mathematics

Problem -consider a closed convex set x sub rd a function h

Problem - Consider a closed convex set X ⊂ R d , a function H : X x Ξ ι→ R d , and a deterministic nonnegative sequence {α n } such that n=0 ∑ ∞ α n = ∞ and n=0 ∑ ∞ (α n ) 2 = ∞. Consider an inner product (·, ·) on R d , ...

1 this problem concerns of the proof of the np-completeness

(1) This problem concerns of the proof of the NP-completeness of 300L a) Convert the formula F into a 300L graph b) Find a solution for the 300L instance of F and verify that it is a solution for F F = (Z 1 V Z 2 ) ^ (z ...

Assignment -1 let t and or 0 1 be a boolean algebradefine

Assignment - 1. Let (T, ∧, ∨,', 0, 1) be a Boolean Algebra. Define ∗ : T × T → T and o : T × T → T as follows: x ∗ y := (x ∨ y)' x o y := (x ∧ y)' (a) Show, using the laws of Boolean Algebra, how to define x ∗ y using on ...

Assignment - lp problemsthe data for all the problems in

Assignment - LP problems The data for all the problems in this HW are included in the LP_problems_xlsx spreadsheet Problem 1: Cash Planning A startup investment project needs money to cover its cash flow needs. At the en ...

All these questions should be answered in matlab 1 generate

All these questions should be answered in MATLAB !!! 1. Generate a set of 3 random patterns of dimension 12 where each value is +1 or -1.(3 random 12*12 matrix) 2. Create a 12-unit Hopfield network (a 12x12 matrix) from ...

Question a signal starts at point x as it travels to point

Question : A signal starts at point X. As it travels to point Y, it loses 8 dB. At point Y, the signal is boosted by 10 bB. As the signal travels to point Z, it loses 7 dB. The dB strength of the signal at point Z is -5 ...

I have these questions for a homework assignment and have

I have these questions for a homework assignment and have to show work. This works with MIPS coding language and is the class Introduction to Computer Architecture. 1. Find the 2's complement representation (in 32-bit he ...

Question 1 - many spas many componentsconsider 4 types of

Question 1 - Many spas, many components Consider 4 types of spa tub: Aqua-Spa (or FirstSpa, or P1), Hydro-Lux (or SecondSpa, or P2), ThirdSpa (or P3) and FourthSpa (or P4), with the production of products P1, ..., P4 in ...

Question a suppose that you are given an instance of the

Question : (a) Suppose that you are given an instance of the MST problem on a graph G, with edge weights that are all positive and distinct. Let T be the minimum spanning tree for G returned by Kruskal's algorithm. Now s ...

Analytical methods for engineers assignment - calculusthis

ANALYTICAL METHODS FOR ENGINEERS ASSIGNMENT - CALCULUS This assignment assesses Outcome - Analyse and model engineering situations and solve problems using calculus. Questions - Q1. Differentiate the following functions ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As