Nusc
- 752
- 2
Prove that, if AA^T = A^TA = I_n, then \det{A} = \pm 1.
This is daunting.
This is daunting.
Last edited:
Nusc said:Prove that any scalar multiple of a symmetric matrix is symmetric.
Let A = (a_i_j)
Since A is symmetric, A = A^T.
Then A^T = (a_i_j).
Therefore, (cA) = c(A) = c(A^T) = (cA^T)
Was it necessary to show that A = (a_i_j) and A^T = (a_i_j)? Is A^T = (a_i_j) even right? I can't express myself mathematically
Nusc said:Prove that, if A and B are two matrices such that A + B and AB are defined, then both A and B are square matrices.
- Let A be an m x r matrix and B an r x n matrix such that,
A_m_x_rB_r_x_n = (AB)_m_x_n
- We know that the sum A + B of the two matrices is the m x n matrix
How do I express them together to show that they are square?
Palindrom said:Since AB is defined, as you yourself wrote, we must have m=n. (Because the product is an mxn*mxn, which is only defined when m=n).
Both matrices are therefor nxn, square matrices!
Nusc said:The r in A is the jth column and in B it's the ith row. So when you say m=n, are you referring to the r's?
And if I were to prove that any scalar multiple of a diagonal matrix is a diagonal matrix, how is that different from, say, letting A = (a_i_j) be any m x n matrix and c any real number?
A diagonal matrix is a square matrix that all of its nonzero entries are on the diagonal.
Then cA = c(a_i_j) = (ca_i_j) but it may not be diagonal.