Introduction to Algorithms
Introduction to Algorithms
3rd Edition
ISBN: 9780262033848
Author: Thomas H. Cormen, Ronald L. Rivest, Charles E. Leiserson, Clifford Stein
Publisher: MIT Press
bartleby

Concept explainers

Question
Book Icon
Chapter D, Problem 2P

a.

Program Plan Intro

To prove that |R(A)|=2r and conclude that A defines a permutation on Sn only if A has full rank.

Given information:

  • r is the rank of matrix A.
  • Preimage of y is defined by P(A,y)={x:Ax=y} , for given n×n matrix A and given a value yR(A) .

Explanation:

It can be assumed without generality loss, that the first r columns of A are linearly independent.

Then for x1,x3Sn , it can be concluded that Ax1Ax2 based on following two conditions.

  • In the first r entries x1 and x2 are not identical. And x1 , x2
  • have 0’s in the remaining entries.

Now Ax1Ax2 is true since the first r entries of each are a linear combination of the first r rows of A , and it is impossible to have two different linear combinations that are equal of them because they are independent.

Now it is must that |R(A)|2r as there are at least 2r non-equivalent vectors xSn . Alternatively, x is a vector that doesn’t consists of 0’s in the coordinates that larger than r . Therefore Ax=xiai where ai is the ith column of A . Now as each of the last nr columns of A is in fact a linear combination of the first r columns of A , this can be rewritten as a linear combination of the first r columns of A .

Since all of these has been already, |R(A)|=2r . The range cannot include all 2n elements of Sn if A doesn’t have full rank so, permutation can be defined possible by A

b.

Program Plan Intro

To prove that |P(A,y)|=2nr if r is the rank of n×n matrix A and yR(A) .

c.

Program Plan Intro

To prove that |B(S',m)|=2r and that for each block in B(S',m) exactly 2mr numbers in S map to that block.

d.

Program Plan Intro

To show that number of linear permutations of Sn is much less than number of permutations of S using counting argument.

e.

Program Plan Intro

To provide an example of a value n and permutation of Sn that cannot be achieved by any linear permutation.

Blurred answer
Students have asked these similar questions
Python broadcasting. Rewrite the following code without for-loops using vectorization and python broadcasting. (a) Given a data matrix X and vector beta compute a vector yhat: n = X. shape [0] yhat = np.zeros(n) for i in range(n): yhat [i] = beta [0]*X[i, 0] + beta[1]*X[i,1] + beta[2]*X[i, 1]*X[i,2] yhat beta[0]*X[: ,0] + beta[1]*X[:,1] + beta[2]*X[:,1]*X[:,2]
Scalar Muitiplication Maltipfication of a matrix by a number is called as scalar. If A is a /x m matrtx & x is a scalar, e= xA is amatrix of six I x m, in c,xxa,
Consider the matrix A defined as: [1 0 1] A=[1 2 2] [1 2 1] 121 Compute the determinant of A. Detail each of the computation steps. Compute the inverse of A: A−1 (refer to ”Wiki: adjoint matrix” for the computation of the adjoint matrix A∗).
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education