Mathematical Models Flashcards
1
Q
how to multiply matrices?
A
- check to see if you can multiply by making there are the same number of rows in one as columns in the other
- take the value of the first row and column and multiply that value by the value by the 1nd column and then the 2nd and keep going
- multiply 1st row of A by 1st column of B and then by 2nd column of B and keep going and then go onto 2nd row
2
Q
how to calculate adjoint ( for bigger than square matrices
A
- calculate determinant of all the values in the matrix
- create an adjoint matrix by placing all of these values into the plus and minuses matrix
- transpose this matrix
3
Q
how to calculate inverse of 2x2 matrix
A
calculate determinant first
diagonally swap a and d around and b and c and put negative sings in front of b and c
equation on pinboard.
4
Q
how to calculate inverse of bigger square matrices
A
A^(-1) = 1/det(A) * adj(A)
5
Q
how to determine determinant of bigger matrices
A
- use the values in the first row only
- use the minuses and plus matrices to determine whether its a positive or negative value.
- calculate determinant of all of those values and add them up