Topic 6 - Matrix Applications Flashcards

1
Q

What does it mean that matrix is singular?

How do you find out if a matrix is singular?

A

A singular matrix does not have a inverse.

If the determinant of a matrix is 0, it is singular.

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

What do you need to remember about substraction or addition in the guassian elimination process?

A

Make sure you subtract down columns only. You can’t subtract a value in one column from another. They need to be in the same column.

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

What sort of matrix is this?

A

Identity Matrix / Unit Matrix

All diagonal elements are 1 and all non-diagonal elements are 0.

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

What sort of matrix is this?

A

Upper triangular matrix

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

What sort of matrix is this?

A

Strictly Upper triangular

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

What sort of matrix is this?

A

Symmetric Matrix

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

How is the transpose found again?

A

Found by exchanging the rows with the columns.

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

What sort of matrix is this?

A

Anti-symmetric or Skew-symmetric

When the matrix is equal to the negative of the tranpose. This requires the middle diagonal to be zero (diagonal element zero).

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

What sort of matrix is this?

A

Hermitian matrix

A matrix is Hermitian when the tranpose of the conjugate of that matrix is equal to the original matrix.

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

What is a anti-hermitian or skew hermitian matrix?

A

This is when the matrix is equal to the negative of its conjugate transpose (i.e. the transpose of its conjugate).

. AH = -A, noting that this requires the diagonal elements to be zero

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

What is a Orthonormal or Orthogonal Matrix?

A

The product of the matrix with its transpose is equal to the identity matrix. i.e. ATA = A AT = I

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

What do you call it when the number of number of independent equations is equal to the number of unknowns and the equations are consistent?

A

The system is uniquely determined.

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

What do you call it when number of independent equations is less than the number of unknowns and the equations are consistent?

i.e. the number of equations is less than the unkowns

A

The system is underdetermined.

A non-unique solution is possible

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

What do you call it when independent equations is less than or equal to the number of unknowns and the equations are inconsistent?

A

No solution is possible.

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

What do you call it when the number of independent equations is greater than the number of unknowns, those equations cannot be consistent?

A

There is no solution. The system is overdetermined.

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

What does consistency mean in simultaneous equations?

What does it mean when a set of equations is inconsistent?

A

If any equations contradict each other. These equations are inconsistent

17
Q

Solve the system of simultaneous equations using standard Gaussian elimination.

A

No unique solution as underdetermined.

18
Q

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

A
19
Q

Determine the eigenvalues of this matrix.

A