Question

In: Advanced Math

Denition: An orthogonal array OA(k, n) on n symbols is an n2 x k array such...

Denition:
An orthogonal array OA(k, n) on n symbols is an n2 x k array such that, in any two columns, each ordered pair of symbols occurs exactly once.
Prove that there exists an OA(k, n) if and only if there exist (k - 2) mutually orthogonal Latin squares of order n.

(combinatorics and design)

Solutions

Expert Solution

A Latin square of order n is an n × n array, with symbols in , such that each row and each column contains each of the symbols in exactly once.

1 2 3
3 1 2
2 3 1
1 3 2
3 2 1
2 1 3

Definition (Orthogonal Latin Squares)

Two Latin squares L1 and L2 of order n are said to be orthogonal if for every pair of symbols there exist a unique cell with and

L1 =

1 2 3
3 1 2
2 3 1

L2 =

1 3 2
3 2 1
2 1 3
(1,1) (2,3) (3,2)
(3,3) (1,2) (2,1)
(2,2) (3,1) (1,3)

Orthogonal Arrays - Redux

An orthogonal array of strength t, a is a array of v symbols, such that in any t columns of the array every one of the possible vt t-tuples of symbols occurs in exactly rows.

If all the rows of the OA are distinct we call it simple.

If the rows form a subspace of V the OA is said to be linear.


Related Solutions

Let A and B be orthogonal Latin squares of order n, with symbols 0, 1 …,...
Let A and B be orthogonal Latin squares of order n, with symbols 0, 1 …, n – 1. Let B’ be obtained from B by permuting the symbols in B. Show that A and B’ are still orthogonal.
You are given an array of length n that is filled with two symbols (say 0...
You are given an array of length n that is filled with two symbols (say 0 and 1); all m copies of one symbol appear first, at the beginning of the array, followed by all n − m copies of the other symbol. You are to find the index of the first copy of the second symbol in time O(logm). include: code,  proof of correctness, and runtime analysis  
Given an array A[1..n], with distinct values and k with 1 ≤ k ≤ n. We...
Given an array A[1..n], with distinct values and k with 1 ≤ k ≤ n. We want to return the k smallest element of A[1.....n], in non-decreasing order. For example: A = [5, 4, 6, 2, 10] and k = 4, the algorithm returns [2, 4, 5, 6]. There are at least the following four approaches: a. heapify A and then extract k elements one by one b. sort the array (e.g. using MergeSort or HeapSort) and then read the...
Find the family of curves orthogonal to: y4  =  k(x − 2)3.
Find the family of curves orthogonal to: y4  =  k(x − 2)3.
Algorithm1 prefixAverages1(X, n) Input array X of n integers Output array A of prefix averages of...
Algorithm1 prefixAverages1(X, n) Input array X of n integers Output array A of prefix averages of X A ← new array of n integers for i ← 0 to n − 1 do s ← X[0] for j ← 1 to i do s ← s + X[j] A[i] ← s / (i + 1) return A ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Algorithm2 prefixAverages2(X, n) Input array X of n integers Output array A of prefix averages of X A ← new array of...
Let X Geom(p). For positive integers n, k define P(X = n + k | X...
Let X Geom(p). For positive integers n, k define P(X = n + k | X > n) = P(X = n + k) / P(X > n) : Show that P(X = n + k | X > n) = P(X = k) and then briefly argue, in words, why this is true for geometric random variables.
Given a positive integer k and an array A[1..n] that contains the quiz scores of n...
Given a positive integer k and an array A[1..n] that contains the quiz scores of n students in ascending order, design a divide and conquer algorithm to efficiently count the number of students that have quiz scores in (100(i − 1)/k, 100i/k] for integers 1 ≤ i ≤ k. Let group i be the set of students with quiz scores in (100(i − 1)/k, 100i/k] for integers 1 ≤ i ≤ k. The counting result should be stored in G[1..k],...
At 2300 K the value of K of the following reaction is 1.5 x 10-3: N2(g)...
At 2300 K the value of K of the following reaction is 1.5 x 10-3: N2(g) + O2(g) ↔ 2NO(g) At the instant when a reaction vessel at 2300K contains 0.50M N2, 0.25M O2, and 0.0042M NO, by calculation of the reaction quotient (Q), is the reaction mixture at equilibrium? If not, in which direction will the reaction proceed to reach equilibrium?
Show that the eigenfunctions un(x) are orthogonal .
Show that the eigenfunctions un(x) are orthogonal .
What's Orthogonal Array and how to design Perfect Local Randomiser from this
What's Orthogonal Array and how to design Perfect Local Randomiser from this
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT