Exercise 1.3.4

Answers

Suppose for matrix A, its rank is r, since N(A) = N(AT), we know that the dimension of N(A) and N(AT) spaces are equal, i.e. m r = n r, so we have m = n, A is a square matrix.

For any given vector x in the nullspace N(A), it is also in the left-nullspace N(AT), so we have Ax = 0 and ATx = 0, combine both equations, we have (A AT)x = 0, so unless x is zero, we have A = AT. So if the nullspace has dimension > 0, we can say A is symmetric.

If, however, the nullspace of A has dimension 0, i.e. r = m = n, then we may not have a symmetric matrix A.

For example, let A = [13 2 4 ], this matrix has a rank of 2, and row space = column space, since both span the full R2 plane, but clearly, A is not symmetric.

User profile picture
2020-03-20 00:00
Comments