Matrices Flashcards
define square matrix
A = B
(in terms of rows and columns)
how do you notate a matrices
with a bold π or a double underlined A
What is trace tr(A) in a matrix?
the sum of the diagonal elements of the matrix
a(11) + a(22) + a(33) + a(β¦)
Upper triangular matrix (π)
all elements below the leading diagonal are zero
Lower triangular matrix (π)
all elements above the leading diagonal are zero
Diagonal matrix (π)
all elements outside the leading diagonal are zero
unit matrix (π)
all the diagonal elements are equal to 1 and all the other elements are zero
zero matrix (π)
all its elements equal to zero
how do you transpose (π^T) a matrix
by interchanging rows into columns and vice versa
when is a matrix said to be symmetrical
when π^T = π
How do you know if multiplying rectangular matrices is possible
Write the dimensions of both matrices, if the number of columns in the first is equal to the number of rows in the second then it is possible.
[3x2] and [2x4] = possible (as 2s are the same)
[2x3] and [4x2] = not possible (as 3 and 4 are different)
Determine the relevant signs attached to the cofactor of a minor
|+ - + |
|- + - |
|+ - + |
Laplace Expansion
βSame as Cross productβ (look at rev card if forgotten)
How do you find the determinate of a matrice
laplace expansion
What are the requirements for a matrice to have an inverse
- Itβs must be a square matrice
- itβs determinant (laplace expansion) canβt equal zero A β 0