Matrices Flashcards

1
Q

Dimensions of a matrix

A

Written as x X y

No. of rows x no. of columns

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

Matrix vs column vector vs row vector

A

A matrix has 2+ rows and columns
A column vector has one column
A row vector has one row

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

If the value of a variable is a matrix

A

Use bold, capital letters

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

Adding/subtracting matrices

A

Must be the same dimensions

Add/subtract the elements in corresponding positions

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

Scalar multiplication

A

Multiply everything in the matrix by the scalar

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

Square matrix

A

Has the same amount of rows and columns

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

Zero matrix

A

A matrix where all the elements are zero

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

Identity matrix

A

A square matrix where the diagonal from the top left is filled with 1s, every other value is 0

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

How to find an element in a multiplied matrix?

A
  • Take the corresponding row from the first matrix
  • Take the corresponding column from the second matrix
  • Multiply first in row by first in column and so on
  • Sum the answers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What must be true to be able to multiply matrices

A

Columns in matrix 1 = rows in matrix 2

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

Does AB = BA

A

No

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

Dimensions of a multiplied matrix

A

Rows in a x columns in b

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

Determinant

A

Effectively the inverse of a function, multiplying by the determinant is the same as multiplying by the original

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

How to write determinant of matrix A

A

det(A) or |A|

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

If det(A) = 0

A

A is a singular matrix and doesn’t have an inverse

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

If det(A) is not equal to 0

A

A is non-singular and does have an inverse

17
Q

Determinant of matrix a b

c d

A

ad-bc

18
Q

Determinant of matrix a b c
d e f
g h i

A

a | e f | - b | d f | + c | d e |
| h i | | g i | | g h |

Do the 2x2 determinant of matrices not in the same row/column as the factor

19
Q

The minor of an element in a 3x3 matrix

A

The determinant of the matrix remaining when the row/column it is in are eliminated

20
Q

Inverse of a matrix

A

Written as M^-1, undoes the effect of a matrix

MM^-1 = M^-1M = I

21
Q

Inverse of a 2x2 matrix

A
  1. ( d -b)
    ———-
    det(A). ( -c a)
22
Q

What must you do when multiplying by an inverse

A

Do it to the front of both sides of the equation or the back of both
Write that MM^-1 = I before removing

23
Q

A^T

A

Transpose of matrix A, inverted rows and columns

24
Q

Inverting a general matrix

A

1) find det(A)
2) make a matrix of minors
3) use that matrix with each second sign reversed
4) transpose it
5) multiply by 1/det(A)

25
Q

Using matrices to solve simultaneous equations

A

Write the coefficients of x.y and z in a matrix with the top row the first equation ensuring the order (x,y,z)
That multiplied by column vector (x y z) gives you the column vector of the answers
Inverse the 3x3 matrix
Multiply that inverse by the answers to find x.y,z
Write out and apply to context if necessary

26
Q

What can you do for matrix simultaneous equations?

A

Use your calculator as long as you write the output of each step

27
Q

Matrix simultaneous equations when you have to form your own

A

State what each variable is
Find the equations from the information, leave 0 as a coefficient if one only contains 2 variables
write as ax + by + cz = d
Repeat the steps from when you are given equations

28
Q

What do 3 simultaneous equations with 3 unknowns form?

A

3 planes in 3d

29
Q

Consistent

A

If there are solutions that satisfy all of the equations

30
Q

First step to find the geometric representation of an equation

A

If the coefficients and answer one equation are all those of another raised by a factor then those two are the same (consistent with infinitely many solutions)
If the coefficients are raised by the same factor but not the answer then those two are parallel (inconsistent - no solutions)
Else: continue

31
Q

Second check to find the geometric representation

A

Non-singular: one unique solution, consistent

Singular: inconsistent or infinitely many solutions, continue

32
Q

What to do for the geometric representation if singular

A

Eliminate one variable by substitution
If one is a multiple of the other it is a sheaf, consistent, infinitely many solutions
If not it is inconsistent with no solutions, a prism