Pure 1.6 - Matrices Flashcards

1
Q

What is a matrix?

A

A matrix is an array of elements set out in a pair of brackets

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

How can the size of a matrix described?

A

By saying the number of rows and columns, for example, a 2x2 matrix is one with 2 rows and 2 columns and a 2x4 matrix is one with 2 rows and 4 columns

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

What is a square matrix?

A

One where the number of rows is the same as the number of columns

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

What is a zero matrix?

A

One in which all of the elements are zero

The zero matrix is denoted by 𝟎

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

What is an identity matrix?

A

A square matrix in which the elements on the leading diagonal (top left to bottom right) are 1 and all the remaining elements are 0
Identity matrices are denoted by πˆβ‚–, where k represents size of the matrix

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

How would you add or subtract matrices?

A

You add or subtract the corresponding elements in each matrix
Only matrices of the same size may be added or subtracted and those which are the same size are said to be additively conformable

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

What notation is used normally to represent matrices?

A

Normally a bold capital letter such as 𝐀 or 𝐁

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

How would you multiply or divide a matrix by a scalar?

A

Multiply or divide each element within the matrix by the scalar

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

What is a scalar?

A

A number that isn’t a vector or a matrix, they are represented by non-bold letters and numbers

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

How would you multiply matrices together?

A

To find the product of two multiplicatively conformable matrices, you multiply the elements in each row in the left-hand matrix by the corresponding elements in each column in the right hand matrix, then add the results together`

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

What does it mean for a matrix to be multiplicatively conformable with another matrix?

A

If a matrix is multiplicatively conformable with another matrix, the two can be multiplied together
Matrices are multiplicatively conformable if the number of columns in the first matrix is the the same as the number of rows in the second matrix

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

What is a product matrix?

A

The product of the multiplication of two matrices

It will have the same number of rows as the first matrix and the same number of columns as the second matrix

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

Describe the importance of the order that you multiply matrices together in.

A

𝐀𝐁=𝐂
However it may be that 𝐁𝐀≠𝐂
In general 𝐀𝐁≠𝐁𝐀
And, if 𝐀𝐁 exists, 𝐁𝐀 doesn’t necessarily exist

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

What is a determinant?

A

A scalar value associated with that matrix, the determinant of matrix 𝐌 can be written as det𝐌 or |𝐌| (Also written as replacing the bracket’s around πŒβ€™s elements with |’s)
It is also sometimes written Ξ”

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

How would you calculate the determinant of a 2x2 matrix, 𝐌?
Where 𝐌=
(π‘Ž 𝑏)
(𝑐 𝑑)

A

The determinant of 𝐌 is π‘Žπ‘‘-𝑐𝑏

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
How would you calculate the determinant of a 3x3 matrix, 𝐌?
Where 𝐌=
(π‘Ž 𝑏 𝑐)
(𝑑 𝑒 𝑓)
(𝑔 𝘩 𝑖)
A

Reduce the 3x3 determinant to 2x2 determinants using the formula:
|π‘Ž 𝑏 𝑐|__|𝑒 𝑓|_ |𝑑 𝑓|__|𝑑 𝑒|
|𝑑 𝑒 𝑓|=π‘Ž|𝘩 𝑖 |-𝑏|𝑔 𝑖 |+𝑐|𝑔 𝘩|
|𝑔 𝘩 𝑖 |

17
Q

What does it mean for the determinant of a matrix to be 0?

A

The matrix is singular

18
Q

What does it mean for the determinant of a matrix to not be 0?

A

The matrix is non-singular

19
Q

What is the inverse of a matrix?

A

The inverse of a matrix 𝐌, written 𝐌⁻¹, is a matrix such that 𝐌𝐌⁻¹=𝐌⁻¹𝐌=𝐈

20
Q

How would you invert a 2x2 matrix, 𝐌?
Where 𝐌=
(π‘Ž 𝑏)
(𝑐 𝑑)

A

𝐌⁻¹= (1/det𝐌)(𝑑 -𝑏)

__________(-𝑐 π‘Ž )

21
Q

What does it mean if a matrix is non-singular?

A

The inverse of the matrix can be found

22
Q

For two non-singular, multiplicatively conformable matrices, 𝐀 and 𝐁, how would you find (𝐀𝐁)⁻¹?

A

𝐀⁻¹𝐁⁻¹

23
Q

What is the transpose of a matrix?

A

The transpose of a matrix is the matrix found by interchanging the rows and the columns
The transpose of a matrix 𝐌 is written πŒα΅€

24
Q

How would you find the inverse of a 3x3 matrix, 𝐀

A

1) Find the determinant of the matrix
2) Form the matrix of minors of the matrix
3) Form the matrix of cofactors by changing the signs of relevant elements according to the rule of alternating signs as illustrated:
(+ - +)
(- + - )
(+ - +)
4) Write down the transpose of the matrix of cofactors, 𝐂ᡀ
5)The inverse of the matrix is given by the formula
𝐀⁻¹=(1/det𝐀)𝐂ᡀ

25
Q

How can a matrix be used to solve a system of three simultaneous linear equation in three unknowns?

A
If 𝐀(π‘₯)=𝒗, then (π‘₯)=𝐀⁻¹𝒗
\_\_\_(𝑦) \_\_\_\_\_\_(𝑦)
\_\_\_(𝑧) \_\_\_\_\_\_(𝑧)
If 𝐀 is non-singular, a unique solution for
(π‘₯)
(𝑦)
(𝑧)
can be found for any vector 𝒗
26
Q

What does it mean if a system of linear equations is consistent?

A

A system of linear equation is consistent if there’s at least one set of values that satisfies all the equations simultaneously
Otherwise, it is inconsistent

27
Q

If a set of planes are formed from a system of three linear equations, what do the meeting points between these planes show?

A

If the planes meet at a point, the system is consistent and has exactly one set solution represented by this point
If the planes form a sheaf, the system is consistent, with infinitely many solutions represented by the line of intersection of the three planes
If the planes form a prism, the system is inconsistent and has no solutions
If two or more planes are parallel then the system is inconsistent and has no solutions
If all three equations can be represented by the same planes, then the system is consistent with infinitely many solutions