Matrices Flashcards

(26 cards)

1
Q

Name:

A

3x4

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

What is the leading diagonal of a matrix?

A

The diagonal of numbers starting in the top left corner and finishing in the bottom right corner.

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

What is an upper triangular matrix?

A

A square matrix with 0’s below the leading diagonal.

It is often denoted U.

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

What is a lower triangular matrix?

A

A square matrix where all the elements above the leading diagonal are 0.

This is denoted L.

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

What is a diagonal matrix?

A

A square matrix where all non-zero elements are along the leading diagonal.

It is denoted D.

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

What is the trace of a matrix?

A

The sum of all the elements in the leading diagonal.

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

What is the unit matrix/Identity matrix?

A

A diagonal matrix where all the elements in the leading diagonal are 1.

It is often denoted In or I.

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

What is a zero matrix/null matrix?

A

A matrix where all the elements are 0.

It is denoted as 0 no matter the size.

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

How do you transpose a matrix?

A

The rows become the columns.

It is denoted AT .

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

What makes a matrix symmetric?

A

If the transpose of the matrix is equal to the original matrix.

A = AT

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

Under what circumstances and matrices be added/subtracted?

A

If they are the same size.

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

How is matrix addition commutative?

A

A+B = B+A

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

How is matrix addition associative?

A

A + (B + C) = (A + B) + C

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

How does the distribution law hold when adding/subtracting matrices?

A

k ( A + B ) = kA + kB

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

What are the three properties of a transposed matrix?

A

( A + B )T = AT + BT

( A - B )T = AT - BT

( AT )T = A

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

What is significant about the I2 identity matrix?

A

It acts in the same way in matrix multiplication as the number 1 acts in number multiplication.

17
Q

What size matrix do you get if you multiply n x p by p x m

18
Q

What is the case is a matrix is singular?

A

It does not have an inverse

19
Q

9What facts can make finding determinants easier? (3)

A
  • If two rows are the same or are multiples of each other the determinant is 0
  • The transpose of a matrix has the same determinant as the original
  • For an upper/low/diagonal matrix, the determinant is the sum of the leading diagonal
20
Q

What are the properties of eigenvalues/eigenvectors?

A
  • Sum of values = trace(A)
  • Product of values = |A|
  • eigenvectors that correspond to distinct eigenvalues are linearly independent
21
Q

What is the modal matrix, P, of A?

A

The columns are the eigenvectors of the matrix A

22
Q

What is the fact about modal matrices?

A

P-1AP = D

This is a similarity transformation.

23
Q

How do you raise a matrix by a power?

A

Use the fact that P-1AP = D

Make A the subject

PP-1APP-1 = PDP-1

PP-1 = I

IAI = PDP-1

A = PDP-1

Ak = PDkP-1

For Dk each element of the diagonal is raised to the power of k

24
Q

When can an nxn matrix be diagonalised?

A

If it has n linearly independent eigenvectors

25
How do you diagonalise a matrix?
26