Week 1 matrices Flashcards
3x2 matrix what is the no. of rows?
3 rows
2 columns
what is a column/ row vector?
c- only has 1 column
r- only has 1 row
what is the main diagonal?
the elements in the matrix, starting from the top left, then second row and second column
what is an identity matrix?
How do you find it using inverse?
where all elements along the main diagonal = 1
find it by: matrix A * inverse matrix A^-1 = identity matrix
what is a zero/null matrix?
matrix = 0
what is a skew-symmetric matrix?
where elements along the main diagonal = 0
P1
What does this mean for the determinant?
If matrix has identical rows then the determinant = 0
A+B?
SUBTRACT?
SUBTRACT- Same as addition but subtract corresponding no. instead
D-A?
Not possible as it’s 3x2 and 3x3
HAVE TO BE SAME SIZE
3D
Multiply all no. by multiplying factor outside matrix
2A - 3B
Multiply all the scalar factors with their respective matrix, then subtract with corresponding no.
Multiply +3 with matrix B, then leave the -ve last
What does transpose do?
Switches rows and columns
First column now = first row
What is a symmetric matrix?
Where if you try to transpose the matrix it = original matrix
E.G.
What does finding a trace of a matrix mean?
Trace A
Matrix multiplication
AC
1) Check if possible
ONLY WORKS WHERE: axb and cxd, where b and c must be same
2)Multiply A’s first row with C’s first column