1 - Matrices Flashcards

1
Q

matrix

A

an array of numbers
used to
- represent linear transformations
- solve linear simultaneous equations

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

dimensions of a matrix

A

its size
rows then columns

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

adding/ subtracting matrices

A

add together the corresponding elements of each matrix

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

square matrix

A

same no. rows and columns

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

zero matrix

A

all elements are zero

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

identity matrix I

A

ones in the leading diagonal
100
010
001

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

multiplying by I

A

AI = IA = A

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

multiplying matrices

A

star with the first row and column and sum the products of each pair - repeat for next column - then repeat for all the rows
- dimensions have to agree eg 2 2 x 23 = 2*3

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

raising to power

A

only square matrices

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

determinant of a 2*2

A

a b
c d
det(A) = ad - bc
if = 0 then its singular (no inverse)
if != 0 then its non-singular (has inverse)

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

inversing a 2*2

A

a b
c d
A-1 = 1/det(A) (d -b
-c a)
if Ax = y then A-1y = x
AA-1 = I

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

determinant of a 3*3

A

a b c
d e f
g h I
det(A) = a(det(efhi) + b(det(fdig) + c(det(degh)

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

minors matrix

A

for each element find the determinant of the 2*2 after the row and column with that element have been crossed out

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

transposing a matrix

A

where the rows and columns are interchanged (rows become columns columns become rows)

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

inversing a 3*3

A
  • find det(A)
  • find the minors matrix
  • find matrix of co factors (+ - + etc)
  • transpose
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

using matrices to solve simultaneous eq

A
  • put the LHS into a matrix * by the x, y, z matrix = put the RHS into a matrix
  • and solve matrices
17
Q

consistency of linear eq

A

one point of intersection - consistent - 1 solution - non-singular matrix
parallel - inconsistent - no solutions - singular matrix
same line - consistent - infinite solutions - singular matrix

18
Q

consistency of 3 variable eq

A

planes meet at one point - consistent - 1 solution
sheaf - consistent - infinite solutions
prism - inconsistent
2 parallel one not - inconsistent
all the same - consistent - infinite solutions

19
Q
A