Prepatory Materials Flashcards
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