Prepatory Materials Flashcards

1
Q

Diagonal matrix

A

A square matrix where the leading diagonal elements are non-zero but all the off diagonal elements are zero

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

Null matrix

A

All values are zero

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

When does matrix multiplication work?

A

When the number of columns in A equals the number of rows in B

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

What does taking a transpose do?

A

Converts the rows into columns

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

What is (A’)’ equal to?

A

A

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

What is (A+B)’ equal to?

A

A’ +B’

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

What is (AB)’ equal to?

A

B’A’

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

Symmetric matrix

A

One that is unchanged when transposed

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

Trace

A

The sum of the diagonal elements in a matrix

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

How do you find the determinant of higher order matrices?

A

Define the minor Mij as the determinant of the submatrix obtained by removing the ith row and the jth column from A, and define the corresponding cofactor. The determinant is given by the sum of all elements and cofactors

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

What is |A’| equal to?

A

|A|

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

What is |AB| equal to?

A

|A| x |B|

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

What is |In| equal to?

A

In

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

What is |kA|equal to?

A

|kA| = k^n|A|

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

Which matrices have an inverse?

A

All non singular matrices

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

What are the four equations a generalised inverse (Moore- Penrose inverse) must satisfy?

A
  • AA^(+)A=A
  • A^(+)AA^(+)=A^(+)
  • (AA^(+))’ = AA^(+)
  • (A^(+)A)’ = A^(+)A
17
Q

What is rank?

A

The concept of linear dependence among vectors. The rank of a matrix is equal to the maximum number of linearly independent rows or columns

18
Q

What happens to a square matrix’s determinant if it has less than full rank?

A

The determinant will be zero and therefore the matrix will be singular

19
Q

Orthogonal

A

Two vectors are orthogonal if their inner product is zero

20
Q

When does the multiple solution case of interest arise with eigenvalues?

A

Where A- lambda x identity matrix is singular

21
Q

What is the product of the eigenvalues equal to in a symmetric matrix?

A

The determinant

22
Q

What is the sum of the eigenvalues equal to in a symmetric matrix?

A

The trace of the matrix

23
Q

Idempotent matrix

A

A square matrix which reproduces itself under multiplication ie A=AA

24
Q

What do the eigenvalues of a symmetric idempotent matrix equal?

A

0 or 1

25
Q

What does the determinant of a symmetric idempotent matrix equal?

A

0 or 1

26
Q

What does the trace of a symmetric idempotent matrix equal?

A

The number of non zero eigenvalues

27
Q

Which symmetric idempotent matrices are singular?

A

All of them apart from the identity matrix

28
Q

When is A positive definite?

A

In a quadratic where if x’Ax >0 for all values of x apart from x =0

29
Q

When is A negative definite?

A

In a quadratic where if x’Ax <0 for all values of x apart from x =0

30
Q

When is A positive semi definite?

A

In a quadratic where if x’Ax >=0 for all values of x apart from x =0

31
Q

When is A negative semi definite?

A

In a quadratic where if x’Ax <=0 for all values of x apart from x =0

32
Q

What is E(ax+b) equal to?

A

aE(x) +b

33
Q

What is V(ax+b) equal to?

A

a^2 V(x)

34
Q

Equation for covariance

A

Cov(xi,xj) = E((xi-E(xi))(xj-E(xj)))

35
Q

When is the joint density of x given by the product of the marginal densities?

A

When the variables in x are independent

36
Q

What is the square of the t stat the same as?

A

An F stat with degrees of freedom 1 and v

37
Q

Chebychevs inequality

A

Pr(|x-E(x)| >=ę) =< V(x)/ę^2

Where x is any random variable