4. Matrices Flashcards

1
Q

For an element Amn, what does the m and n determine

A

M refers to the row of the element (height- think mountain)
N refers to column of the element (length- think Nile)

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

What is a vector?

A

A matrix with only one row or column

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

What is the trace?

A

It is the sum of the elements along the diagonal of a square matrix

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

Diagonal matrices

A

Square matrices with non zero entries only in the main diagonal and zero entries everywhere else

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

Identity matrix

A

A special type of diagonal matrix (In) with the number 1 in the main diagonal and zero everywhere else

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

Triangular matrix

A

Non zero entries in the positions above (below) the main diagonal and zero entries below (above) the main diagonal

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

Scalar

A

A matrix with a single entry (ie a real number)

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

When can you add and subtract matrices?

A

When they are of the same order

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

When can you multiply matrix Amxn and matrix Bpxq? And what dimensions will the new matrix have?

A

When n=p
The new matrix will have order m x q

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

What does B x In equal when B is a matrix?

A

B
Any matrix times by the identity matrix equals itself

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

What is a matrix transposition?

A

The rows and columns of the matrix are interchanged. It is essentially reflected in the line y=-x

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

Whet is the inverse matrix?

A

It is the matrix which satisfies the condition A x A^-1= A^-1A=In

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

What is 1/|A| x adj(A) equal to?

A

The inverse matrix A^-1

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

The determinant

A

|A| is a number which is a function of the entries of a square matrix

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

When can an inverse matrix be determined?

A

Only for a square matrix. Only if the determinant of the matrix doesn’t equal zero

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

What is the determinant of a matrix of order 1?

A

a11 (the only element available)

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

How is the determinant calculated?

A

By multiplying it’s elements by the corresponding cofactors and adding the products

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

Adjoint matrix

A

The transpose of the matrix obtained by replacing each element aij of matrix A with its corresponding cofactor

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

Does (AB)’ = B’A’

A

Yes

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

When is a matrix called singular?

A

When it doesn’t have an inverse

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

When are the inverses of matrices unique?

A

Always

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

What is (AB)^-1 equal to? Assuming AB is invertible

A

B^-1 x A^-1

23
Q

What is (cA)^-1 equal to assuming c is a number not equal to 0

A

c^-1 x A^-1

24
Q

What is the determinant used for?

A

To find the inverse matrix or determine if it exists

25
What is the sarrus rule?
A way of finding the determinant in a 3x3 matrix |A|= a11a22a33 + a12a23a31 + a13a21a32- a31a22a13- a32a23a11- a33a21a12
26
What is the minor of an element
|Aij| with deleted row i and column j is called the minor of element aij
27
What is the cofactor of an element?
The cofactor is the minor with the appropriate sign Cij= (-1)^(i+j) |Aij|
28
What is |A’| equal to?
|A|
29
What is |AB| equal to?
|A| x |B|
30
What is the way of finding the inverse of a particular element in a matrix?
Aij^-1= 1/|A| x Cij
31
What can be said about the equation system Ax=b if |A| is not equal to zero?
There is an unique inverse A^-1. The solution x=A^-1 x b is the only solution
32
When dealing with eigenvalues what is k?
An unknown n element column vector
33
What is r
An unknown scalar
34
When do we get the trivial solution k=0
When A-rI is non singular
35
When do we get a non trivial solution to k?
When A-rI is singular so the determinant of A-rI=0
36
Eigenvalues
The values of r that are a solution to det(A-rI)=0
37
Eigenvector
A nonzero vector ki which is a particular solution of the equation for a particular eigenvalue ri
38
Whet does the trace of matrix A equal?
The sum of the eigenvalues of A
39
What does the product of the eigenvalues of A equal?
The determinant of A
40
When is a quadratic form q(x) positive definite?
If q(x)>0 for all x=\ 0
41
When is a quadratic form q(x) positive semi definite?
If q(x)>= for all x =\0
42
When is a quadratic form q(x) negative definite?
If q(x)<0 for all x =\0
43
When is a quadratic form q(x) negative semi definite?
If q(x)<=0 for all x=\0
44
How can whether a quadratic form is +ve or -ve definite be checked
By looking at its leading principal minors I.e. the determinants of the leading principal is matrices of A
45
When is a symmetric matrix positive definite?
If every leading principal minor is positive
46
When is a symmetric matrix negative definite?
If the leading principal minors alternate in sign starting with negative
47
When is a symmetric matrix positive semi definite?
Determinants of all principal submatrices >=0
48
When is a symmetric matrix negative semi definite
Determinants of all principal submatrices of odd order <=0 and determinants of all principal submatrices of even order >=0
49
Using eigenvalues when is a symmetric matrix +ve definite?
If all eigenvalues are +ve
50
Using eigenvalues when is a symmetric matrix +ve semidefinite?
If all eigenvalues are non -ve
51
Using eigenvalues when is a symmetric matrix -ve definite?
If all eigenvalues are -ve
52
Using eigenvalues when is a symmetric matrix -ve semidefinite?
If all eigenvalues are non positive
53
Using eigenvalues when is a symmetric matrix indefinite?
If it has a +ve and -ve eigenvalues