Prepatory Materials Flashcards
(37 cards)
Diagonal matrix
A square matrix where the leading diagonal elements are non-zero but all the off diagonal elements are zero
Null matrix
All values are zero
When does matrix multiplication work?
When the number of columns in A equals the number of rows in B
What does taking a transpose do?
Converts the rows into columns
What is (A’)’ equal to?
A
What is (A+B)’ equal to?
A’ +B’
What is (AB)’ equal to?
B’A’
Symmetric matrix
One that is unchanged when transposed
Trace
The sum of the diagonal elements in a matrix
How do you find the determinant of higher order matrices?
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
What is |A’| equal to?
|A|
What is |AB| equal to?
|A| x |B|
What is |In| equal to?
In
What is |kA|equal to?
|kA| = k^n|A|
Which matrices have an inverse?
All non singular matrices
What are the four equations a generalised inverse (Moore- Penrose inverse) must satisfy?
- AA^(+)A=A
- A^(+)AA^(+)=A^(+)
- (AA^(+))’ = AA^(+)
- (A^(+)A)’ = A^(+)A
What is rank?
The concept of linear dependence among vectors. The rank of a matrix is equal to the maximum number of linearly independent rows or columns
What happens to a square matrix’s determinant if it has less than full rank?
The determinant will be zero and therefore the matrix will be singular
Orthogonal
Two vectors are orthogonal if their inner product is zero
When does the multiple solution case of interest arise with eigenvalues?
Where A- lambda x identity matrix is singular
What is the product of the eigenvalues equal to in a symmetric matrix?
The determinant
What is the sum of the eigenvalues equal to in a symmetric matrix?
The trace of the matrix
Idempotent matrix
A square matrix which reproduces itself under multiplication ie A=AA
What do the eigenvalues of a symmetric idempotent matrix equal?
0 or 1