Poole Flashcards

1
Q

solution of system of linear equations

A

a vector that is a solution to all the equations in the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

consistent

A

at least one solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

[matrix][column vector]=

A

[column vector]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

augmented matrix

A

[A|b]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

row echelon form if and only if

A

any all zero rows at bottom
in each non-zero row, leading entry is to the left of any leading entries below it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

reduced row echelon form if additionally

A

leading entry in each non-zero row is 1
each column containing a leading 1 has 0s everywhere else

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

elementary row operations

A

interchange two rows
multiply a row by a constant
add a multiple of a row to another

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

gaussian elimination

A

form augmented matrix
reduce to reduced row echelon form using EROs
if consistent, use back substitution to solve

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

homogeneous

A

if and only if the constant term in each equation is zero

solution will always be
[0,0,0]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

span

A

set of all possible linear combinations of vectors in S

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

system with augmented matrix [A|b] is consistent if and only if

A

b is linear combination of columns of A

i.e. b is in the span (s)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

spanning set

A

let s={v1,..,vk} be set of vectors in R^n

set is spanning set for R^n if span(s)=R^n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

if A has n rows, then columns are

A

vectors in R^n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

if S is spanning set for R^n then system is

A

consistent no matter what b is

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

system is consistent for every b in R^n if

A

S is a spanning set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

not a unique solution

A

redundancy

17
Q

linear independence

A

if and only if the only solution to

c1v1+…+ckvk=0 is

c1=c2…=ck=0

i.e. cam you add up to make zero without multiplying by zero

18
Q

linear dependence

A

if and only if at least one vector can be expressed as a linear combination of the others

19
Q

if m>n then any set of m vectors in R^n is

A

linearly dependent

20
Q

In

A

identity matrix

eg:
[10]
[01]

21
Q

matrix multiplication

A

has to be admissible

i.e. mxn nxp
n must be same

22
Q

matrix powers

A

A^0=identity
A^2=AA
A^k=AA…A (k times)

23
Q

transpose

A

mxn becomes nxm
A^T
“rows become columns”

24
Q

symmetric matrices

25
Q

matrix multiplication properties

A

A(BC)=(AB)C
K(AB)=(KA)B=A(KB)
ImA=A=AIn if A is mxn

26
Q

transpose properties

A

(A^T)^T=A
(A+B)^T=A^T+B^T
(KA)^T=K(A^T)
(AB)^T=B^TA^T
(A^M)^T=(A^T)^M for integers such that m is greater than or equal to 0

27
Q

if A is a square matrix then A+A^T is

28
Q

or any matrix A, AA^T and A^TA are

29
Q

trace of a matrix

A

sum of all the elements in the leading diagonal

30
Q

A^-1

A

inverse

AA^-1 = In = A^-1A

inverse is unique

31
Q

Ax=b implies

32
Q

invertible if

A

detA does not equal zero

33
Q

A^-1=

A

1/ad-bc [d -b / -c a]

34
Q

properties of inverse

A

(A^-1)^-1=A
If c does not =0 then (cA)^-1=1/cA^-1
if A and B same size (AB)^-1=B^-1A^-1
(A^T)^-1=(A^-1)^T

35
Q

If A is invertible and n greater than or =0, A^-n=

A

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