Core Pure 6: Matrices Flashcards

1
Q

Method of how to find the Inverse of a 3x3 Matrix

A

Step 1:
Find the value of det A

Step 2:
Replace each element A with its minor (sub-determinant)

Step 3:
Use this pattern to change the signs of the elements of the matrix of minors:

(+ - +)
(- + -)
(+ - +)

This then becomes the matrix of co-factors.

Step 4:
Transpose this matrix of co-factors.

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

When Solving 3x3 Simultaneous Equations,

How do the planes intersect if detA ≠ 0

A

The equations are consistent and have one unique solution.

The planes meet at a point. The system of equations is consistent and has one solution represented by the point. This is the only case when the corresponding matrix is non-singular.

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

When Solving 3x3 Simultaneous Equations,

How do the planes intersect if detA = 0

A

a)
The equations are consistent, but meet in a line with indefinitely many solutions. This is called a SHEAF.

(If the 2 equations are multiples of each other)

The planes form a sheaf. The system of equations is consistent and has indefinitely many solutions represented by the line of intersection of the three planes.

b)
The equations are inconsistent - i.e they have no solutions. This can happen in 2 ways:

  • i)
    They meet in a PRISM
    (If the 2 equations are not multiples of each other)
    The planes form a prism. The system of equations is inconsistent and has no solutions.
  • ii)
    Two or more of the planes are parallel
    (i.e multiples of each other)
    Two or more planes are parallel and non-identical. The system of equations is inconsistent and has no solutions.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly