1. For purposes of this exercise, let us define an " X -matrix" to be a square matrix with an odd number of rows and columns that has 0's everywhere except on the two diagonals, where it has 1's. Find the rank and nullity of the following X -matrix.
close and open parenthesis 1 0 1
0 1 0
1 0 1
rank (X) =
nullity (X) =
1
Expert's answer
2020-01-10T11:09:29-0500
LetA=⎣⎡101010101⎦⎤ be the given matrix. Performing the operation R3←R3−R1 we get;
A=⎣⎡100010100⎦⎤ Clearly, the largest sub matrix with non-zero determinant is of order 2X2 .
⟹rank(A)=2(Answer)
Null space of a matrix A is x given by the equation Ax=0
Comments