• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/29

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

29 Cards in this Set

  • Front
  • Back

consistent


inconsistent

system has solutions


system has no solutions

trivial solution

solution to all homogeneous matrices Ax=0

m x n matrix

m rows, n columns (i corresponding to rows, j corresponding to columns)

zero matrix

all elements equal 0

identity matrix

all elements equal 0 except those along the diagonal, which equal 1

matrix addition

A + B = C

scalar multiplication

C = cA

subtraction

A - B = A + (-1)B

summation notation

sum[(a + b)c] = sum[ac] + sum[bc]


sum[ca] = csum[a]


sum[sum[a]] = sum[sum[a]]

linear combination

sum[cA] = c1A1 + c2A2 + ... + ckAk

transpose

swapping rows for columns

matrix multiplication

AB = C where C = c where c = sum[aikbkj]

trace

the summation of the matrix's diagonal

addition properties

A + B = B + A


A + (B + C) = (A + B) + C


unique matrix 0 such that A + 0 = A


unique matrix D such that A + D = 0

multiplication properties

(AB)C = A(BC)


(A + B)C = AC + BC


C(A + B) = CA + CB

scalar multiplication

r(sA) = (rs)A


(r + s)A = rA + sA


r(A + B) = rA + rB


r(AB) = (rA)B

transposition

(A^T)^T = A


(A + B)^T = A^T + B^T


(rA)^T = r(A^T)


(AB)^T = (B^T)(A^T)

diagonal matrix

all elements equal 0, except those along the matrix's diagonal

scalar matrix

if A is diagonal and if every element along the matrix's diagonal equals one thing (e.g., the identity matrix)

exponential properties

A^0 = identity matrix


A^P is defined only if A is a square matrix


(A^P)^Q = A^(PQ)


(AB)^P = (A^P)(B^P) only if AB = BA

upper triangular


lower triangular

if aij = 0 for i > j


if aij = 0 for i < j

symmetric


skew symmetric

if A^T = A


if A^T = -A

nonsingular/invertible

A is a square matrix; A is nonsingular if there is a unique matrix A^(-1) such that A(A^(-1)) = (A^(-1))A = the identity matrix



A is singular if it is row equivalent to a matrix with a row of zeros

properties of inverse matrices

(A^(-1))^(-1) = A


(AB)^(-1) = (B^(-1))(A^(-1))


(A^T)^(-1) = (A^(-1))^T

the image of f

f(u) = Au is called the image of f/A, where A is a matrix, f is a relation from one real set to another, and u is some column vector. Au will also be a column vector.`

row reduced echelon form

1. all zero rows at bottom of matrix


2. first non-zero entry from left is a 1


3. leading ones appear to the right of and below leading ones in previous rows


4. all other entries in columns with leading ones are zeros

row equivalence

B is equivalent to A if one can get from B to A by a finite number of row operations

elementary matrix

E is an elementary matrix if it is one row operation away from the identity matrix and if it is a square matrix


equivalent statements

1. A is nonsingular


2. Ax = 0 has only the trivial solution


3. A is row equivalent to the identity matrix


4. rref(A) = the identity matrix


5. Ax = b has a unique solution


6. A is a product of elementary matrices