Week 2 Flashcards

1
Q

What is a matrix?

A

A matrix is a rectangular array of numbers called the entries or elements of the matrix.

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

What is the transpose of a matrix?

A

The transpose of a mxn matrix A is the nxm matrix A^T obtained by interchanging the rows and columns of A.

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

What is a symmetric matrix?

A

A square matrix is symmetric if A^T=A. That is, A is equal to its own transpose.

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

What is linear combination for matrices?

A

If A1,…,An are mxn matrices and c1,…,ck are scalars, we may form the linear combination
c1A1+c2A2+…+ckAk

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

What is a span of a matrix?

A

If S={A1,…,Ak} is a set of mxn matrices, then the span of S is the set of all linear combinations of the elements of S. That is,
Span S= {c1A1+…+ckAk: c1,…,ck are scalars}

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

What are linear independent matrices?

A

A collection {A1,…,Ak} of mxn matrices is linearly independent if the only solution to the equation
c1A1+c2A2+…+ckAk=0
for scalars c1,…,ck is c1=c2=…=ck=0. If there are non trivial coefficients which satisfy this equation then the set {A1,…,Ak} is linearly dependent.

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

What is the inverse of a matrix?

A

If A is an nxn matrix, the inverse of A is an nxn matrix A’ such that
AA’=In & A’A=In
If A’ exists we say A is invertible. If no inverse exists, we say A is not invertible.

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

What is theorem 3.6?

A

If an nxn matrix A is invertible then its inverse is unique

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

What is theorem 3.7?

A

If A is an invertible nxn matrix then the system of linear equations given by Ax=b has the unique solution given by x=A^-1b

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

What is theorem 3.8?

A
If A= [a b]
         [c d]
Then A is invertible if ad-bc≠0, in which case
A-1= 1/(ad-bc) [d -b]
                          [-c a]
If ad-bc=0 then A is not invertible.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the determinant?

A
For a 2x2 matrix
A= [a b]
      [c d]
We call ab-bc the determinant so that
ad-bc=0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly