UNIT 3 Flashcards

1
Q

If a matrix is order 2x3 how many rows and colums does it have?

A

2 rows and 3 columns

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

What element does A12 refer to?

A

1st row second column

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

What is a square matrix?

A

Has the same number of rows as columns

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

Where does the main diagonal run?

A

Top left to bottom right

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

What is a zero matrix?

A

Each element is Zero

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

What is an equal matrix?

A

When the order and each element is equal

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

What is the transpose of a matrix?

A

When the rows become columns.

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

When is a matrix symmetric?

A

When matrix ‘A’ = The transpose of matrix ‘A’

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

When is a matrix skew-symmetric?

A

When the transpose of matrix ‘A’ = -A and the main diagonal consists of zeros.

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

What is the condition for adding matrices together?

A

They must be in the same order

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

How do you subtract matrices?

A

Use addition but add the negative of the matrix you are taking away. e.g A-B= A+ (-B)

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

How do you multiply a matrix by a real number?

A

Multiply each element by the number

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

What are the transpose properties?

A

(A’)’=A

(A+B)’=A’+B’

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

What is the condition for a product of two matrices to exist?

A

The number of columns in the first matrix has to equal the number of rows in the second matrix

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

When calculating the product of two vectors what do the outside numbers indicate? (3x2 and 2x4)

A

The order of the resulting matrix (3x4)

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

(AB)C=

A

A(BC)

17
Q

What does A(B+C) =

A

AB + AC

18
Q

PQ does not equal

A

QP

19
Q

What is the identity matrix? (I)

A

A square matrix where the main diagonal is 1’s and the rest of the numbers are zero’s

20
Q

If an inverse matrix exists what is AB?

A

=BA=I

21
Q

How can you determine the inverse of a 2x2 matrix?

A

1/(ad-bc) {d-b}

{-ca}

22
Q

What is the determinant for a 2x2 matrix?

A

ad-bc

23
Q

What does it mean if the determinant of a 2x2 matrix is 0?

A

It is called a singular matrix because it does not have an inverse

24
Q

What does it mean if the determinant of a 2x2 matrix is not 0?

A

It has an inverse and is called a non-singular matrix

25
Q

(AB)^-1=

A

(B^-1)(A^-1)

26
Q

det (AB) =

A

det A x det B

27
Q

What are the stages of finding the inverse to a matrix using E.R.O’s?

A

Make top left entry 1 and the entries below it 0
Make the second entry in the main diagonal 1 and the entry below it 0
Make the last entry of the main diagonal 1
Make the entries above this 1 zero
Make the last number that isn’t in the main diagonal a zero

28
Q

A(A)-1 =

A

I

29
Q

What is AX=B rearranged to? (when finding an inverse matrix)

A

X=A^-1 B

30
Q

How do you find the transpose of a 3x3 matrix?

A

Do the determinant calculation thing but for all rows to form a matrix, no co efficients. Signs are alternating, starting with positive.

31
Q

How do you calculate the inverse of a 3x3 matrix using the transpose and the determinant?

A

1/det A multiplied by the transpose.

32
Q

How do you find the solution of a 3x3 matrix using the inverse?

A

X=A^-1 B Where B is the column matrix consisting of the last values in the equations (solutions)