- #1
negation
- 818
- 0
Homework Statement
For each of the following statements, select whether the statement is true or false for all n × n matrices A, B , C. (Note that you are being asked whether the statement is true or false for all n × n matrices A, B, C, not just for some A, B, C.)
a) (-6 A - 4 B)2 = 48 AB + 36 A2 + 16 B2
b) (6 I + A2)(-4 I + A2) = (-4 I + A2)(6 I + A2)
c) A = ±8 B ⇒ A2 = 64 B2
d) (A(-4 I - 6 A))T = AT(-4 I - 6 A)T
The Attempt at a Solution
What I know is (b) and (d) are false.
(b) is false because AB is not equal to BA unless the matrix is invertible.
(d) is false because (AB)T = BTAT.