Chapter 2: Matrix Algebra Flashcards
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
If A is a square matrix (not necessarily symmetric), then A + A^T is
a symmetric matrix.
Ordered n-tuple
An ordered sequence (a1, a2, . . . , an) of real numbers
Definition. Let R denote the set of all real numbers. The set of all ordered n-tuples from R is denoted by
R^n.
R^n = {(x1, x2, · · · , xn) : x1, · · · , xn ∈ R} .
If x, y ∈ R^n it is clear that their matrix sum x + y is also in R^n as is the scalar multiple kx for any real number k. We express this observation by saying that
R^n is closed under addition and scalar
multiplication.
Definition A vector v is a linear combination of vectors v1, · · · , vk if and only if
there are scalars c1, c2, · · · , ck such that
v = c1v1 + c2v2 + · · · + ckvk.
Theorem 2.2.1
a) Every system of linear equations has the form
Ax = b where A is the coefficient matrix, b is the constant matrix, and x is the matrix of variables.
Coefficients of the linear combination
The scalars c1, c2, · · · , ck in v = c1v1 + c2v2 + · · · + ckvk.
Theorem 2.2.1
b) The system Ax = b is consistent if and only if
b is a linear combination of the columns of A
Theorem 2.2.1
c) If a1, a2 . . . , an are the columns of A and if x = [x1,…xm] (as a column vector), then
x is a solution to the linear system Ax = b if and only if
x1, x2, . . . , xn are a solution of the vector equation x1a1 + x2a2 + · · · + xnan = b
Definition. A function or mapping or transformation T from R^m to R^n is a
rule that assigns to each vector x ∈ R^m a unique vector T(x) ∈ R^n