True/ False Flashcards
For a matrix A the (i, j)-entry of A in the entry in column i and row j. (1a)
F
Consider the matrix
(0 0 2)
C= (0 7 0)
(3 0 0)
Then C is diagonal with diagonal entries 2, 7 and 3. (1b)
F
Consider the matrix
(4 0 0)
D= (0 7 0)
(0 0 9)
Then D is diagonal with diagonal entries 4, 7 and 9. (1c)
T
For all matrices A and B of the same size, A + B = B + A. (1d)
T
For all square matrices A and B of the same size, AB = BA (1e)
F
The transpose of an m × n matrix is an n × m matrix. (1f)
T
The matrices C and D are both symmetric.
(0 0 2)
C= (0 7 0)
(3 0 0)
(4 0 0)
D= (0 7 0)
(0 0 9) (1g)
F
If the matrix A is symmetric then the matrix −A is symmetric.(1h)
T
If A is an m × n matrix, then the range of the transformation
x → Ax is R^m (2a)
F
The range of the transformation x → Ax is the set of all linear combinations of the columns of A (2b)
T
If A, B and C are n × n matrices and AB = AC then B = C. (2c)
F
If A and B are n × n matrices and AB = I then B = A^−1. (2d)
T
If A is an invertible matrix then the inverse of A can be written as 1/A. (2e)
F
If A is invertible then the system Ax = b has a unique solution. (2f)
T
Let
A = (a b)
(c d).
Then A is invertible if and only if ad-bc > 0. (2g)
F