Chapter 2: Matrix Algebra Flashcards
(86 cards)
Matrix
a rectangular array of numbers called
the entries or elements of the matrix.
For a matrix A we write the entry in row i, column j as …
a_ij
if A is an m × n matrix then A has …
m rows and n columns
Square matrix
if m=n
diagonal matrix
iff its off-diagonal elements are zero (for i 6= j, aij = 0)
The n × n identity matrix In is the diagonal
matrix with all diagonal entries equal to …
1
Two matrices are equal if and only if
they have the same number of rows and the same number of columns and the corresponding entries are equal.
If A = (aij) and B = (bij) are m × n matrices, then we define the new m × n matrix A + B componentwise:
A + B = (aij) + (bij) = (aij + bij);
If A = (aij) is an m × n matrix and c is a scalar then we define the new m × n matrix cA componentwise:
cA = c(aij) = (caij).
Theorem 2.1.1 Let A, B and C be m × n matrices and c, d ∈ R.
Then
(a) A + B =
B + A
Theorem 2.1.1 Let A, B and C be m × n matrices and c, d ∈ R.
Then
(b) (A + B) + C =
A + (B + C).
Theorem 2.1.1 Let A, B and C be m × n matrices and c, d ∈ R.
Then
(c) There is an m × n matrix 0 such that
A + 0 = A, for each A
Theorem 2.1.1 Let A, B and C be m × n matrices and c, d ∈ R.
Then
(d) For each A there is an m × n matrix, −A such that
A + (−A) = 0.
Theorem 2.1.1 Let A, B and C be m × n matrices and c, d ∈ R.
Then
(e) c(A + B) =
cA + cB
Theorem 2.1.1 Let A, B and C be m × n matrices and c, d ∈ R.
Then
(f) (c + d)A =
cA + dA
Theorem 2.1.1 Let A, B and C be m × n matrices and c, d ∈ R.
Then
(g) c(dA) =
(cd)A.
Theorem 2.1.1 Let A, B and C be m × n matrices and c, d ∈ R.
Then
(h) 1A =
A
Transpose of an m × n matrix A. written A^T
the n × m matrix whose rows are the columns of A in the same order.
If A = [aij] then A^T =
[aji].
Theorem 2.1.2 Let A and B be matrices of the same size, and let k ∈ R
(a) (A^T)^T =
A
Theorem 2.1.2 Let A and B be matrices of the same size, and let k ∈ R
(b) (A + B)^T =
A^T + B^T
Theorem 2.1.2 Let A and B be matrices of the same size, and let k ∈ R
(c) (kA)^T =
k(A^T)
Symmetric square matrix
if A^T = A.
(That is, A is equal to its own transpose)
If A and B are square symmetric matrices, then A + B is
symmetric