Week 8 Linear Algebra 1 Flashcards

1
Q

what is the compact vector form for the matrix of two separate equations of x and y

A

Ax = v

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

what is the 2x2 identity matrix in column vector form

A

1 0

0 1

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

what is the general form for stretching a 2x2 matrix in column vector form

A

k 0

0 k

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

what is the general form for reflecting a 2x2 matrix in column vector form

A

1 0

0 -1

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

what is the general form for rotating a 2x2 matrix about an angle θ in column vector form

A

cos θ -sinθ

sin θ cosθ

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

what is the condition in order for two matrices to be equal

A

all their matrix elements must be equal

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

how do you add two matrices

A

add all of their elements that are in the same relative position together
eg
1 2 4 3 5 5
3 4 + 2 1 = 5 5

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

what is the rule for multiplying a matrix by a scalar

A

multiply all of the terms by the scalar

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

what is the rule for multiplying two matrices in the form of A x B

A

the number of columns in A = the number of rows in B otherwise it is not possible

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

define the transpose of a matrix A

A

it is the matrix obtained by swapping the rows and columns of A

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

give the equation that defines the inverse of a matrix

A

AA^-1 = Identity matrix

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

what is the main condition that means that a matrix can’t have an inverse

A

the determinant of the matrix = 0

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

what are the two possible outcomes if Ax = v has no unique solutions

A

1 the equation is inconsistent so you have straight parallel lines
2 the equation is degenerate so you have one equation that is a multiple of the other

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

what is the equation for the inverse of a 3x3 matrix A

A

A^-1 = 1/detA x transpose of C

C is the matrix of cofactors

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