1. For purposes of this problem, let us define a "checkerboard matrix" to be a square matrix A = [aij] such that
a Subscript i j Baseline equals Start Layout left-brace 1st Row 1st Column 1 if i+j is even 2nd Row 1st Column 0 if i+j is odd End Layout
Find the rank and nullity of the following checkerboard matrix.
The 6 × 6 checkerboard matrix.
a. Rank (A) =
b. nullity (A) =
2. For purposes of this problem, let us define a "checkerboard matrix" to be a square matrix Upper A equals left-bracket a Subscript i j Baseline right-bracket such that
a Subscript i j Baseline equals Star tLayout left-brace 1st Row 1st Column -2 if i plus j is even 2nd Row 1st Column 0 if i plus j is odd End Layout
Find the rank and nullity of the n times n checkerboard matrix for n greater-than-or-equal-to 2.
a. Rank (A) =
b. nullity (A) =
1
Expert's answer
2020-01-16T11:30:09-0500
1. A=⎣⎡101010010101101010010101101010010101⎦⎤ is the 6x6 checkerboards matrix.
Applying R6←R6−R2 ; R4←R4−R2 ; R5←R5−R1 and R3←R3−R1 ; we get;
2.A=⎣⎡−20−20−200−20−20−2−20−20−200−20−20−2−20−20−200−20−20−2⎦⎤ is the checkerboard matrix (for n=6).
Applying R6←R6−R2;R4←R4−R2;R5←R5−R1andR3←R3−R1 we get;
A=⎣⎡−2000000−20000−2000000−20000−2000000−20000⎦⎤ Clearly, rank(A)=2. Moreover this applies to all matrices A for n>2. As we can perform the same row transformations again and again.
Comments