Matrices Flashcards

1
Q

How many rows does a 3x2 matrix have?

A

3

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

How many columns does a 3x2 matrix have?

A

2

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

How many rows does a 2x3 matrix have?

A

2

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

How many columns does a 2x3 matrix have?

A

3

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

Does AB = BA? Why?

A

No, because matrices are not commutative

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

State the 2x2 identity matrix

A

( 1 0 )
( 0 1 )

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

State the 3x3 identity matrix

A

( 1 0 0 )
( 0 1 0 )
( 0 0 1 )

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

Can you multiply a 3x2 matrix by a 2x1 matrix?

A

Yes

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

Can you multiply a 3x2 matrix by a 1x2 matrix?

A

No

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

How do you calculate the determinant of a 2x2 matrix?

A

△ = ad - bc

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

What is a singular matrix?

A

A matrix where the determinant is 0

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

What is a non singular matrix?

A

A matrix where the determinant is not 0

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

What is a minor of a matrix?

A

A section of a matrix used to find the determinant of a 3x3 matrix

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

How do you calculate the determinant of a 3x3 matrix?

A
  • Find the minors of the first 3 elements of the matrix
  • Find the determinants of each minor and multiply that by the element the determinant came from
  • Add each of the cofactors of the 3 solutions together
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you calculate the inverse of a 2x2 matrix?

A

M-1 = 1/det M ( d -c )
………………………( -b a )

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

M x M-1 = ???

A

M x M-1 = I

17
Q

Which of these is correct if A and B are non singular?

  • (AB)-1 = A-1B-1
  • (AB)-1 = B-1A-1
A

(AB)-1 = B-1A-1

18
Q

Transpose ( a b )
…………………( c d )

A

( a c )
( b d )

19
Q

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

A
  • Find the determinant (det A)
  • Find the matrix of minors (M)
  • Using M, find the matrix of cofactors (C)
  • Transpose C to get CT
  • Divide CT by det A
20
Q

Put these equations in matrix form:

x + y + z = 0
2x - 24z 13
y - x = 3

A

( 1 1 1 ) ( x ) = ( 0 )
( 2 0 -24 ) ( y ) = ( 13 )
( -1 1 0 ) ( z ) = ( 3 )

21
Q

What is the next step in solving:

( 1 1 1 ) ( x ) = ( 0 )
( 2 0 -24 ) ( y ) = ( 13 )
( -1 1 0 ) ( z ) = ( 3 )

A

Multiply both sides by:

( 1 1 1 )-1
( 2 0 -24 )
( -1 1 0 )

22
Q

What does it mean if a system is consistent?

A

It has either:

  • One solution
  • Infinite solutions
23
Q

What does it mean if a system is inconsistent?

A

There are no solutions

24
Q

What does it mean if an equation corresponding to a set of linear equations is non singular and has an inverse?

A
  • The system is consistent
  • There is a unique solution
25
Q

What does it mean if an equation corresponding to a set of linear equations is singular and doesn’t have an inverse?

A

The system is either:

  • Consistent with infinite solutions
  • Inconsistent with no solutions
26
Q

Describe the configuration of planes when a system is consistent with a unique solution

A

All 3 planes meet at a point

27
Q

Describe the configuration of planes when a system is consistent with infinite solutions

A

Either:

  • A sheaf where the planes meet across a line
  • Or the equations all represent the same plane
28
Q

Describe the configuration of planes when a system is inconsistent with no solutions

A

Either:

  • A prism where at least 2 planes meet, but they don’t all share a common point
  • Or where 2 or more of the planes are parallel