Mathematical Models Flashcards

1
Q

how to multiply matrices?

A
  1. check to see if you can multiply by making there are the same number of rows in one as columns in the other
  2. 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
  3. 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how to calculate adjoint ( for bigger than square matrices

A
  1. calculate determinant of all the values in the matrix
  2. create an adjoint matrix by placing all of these values into the plus and minuses matrix
  3. transpose this matrix
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how to calculate inverse of bigger square matrices

A

A^(-1) = 1/det(A) * adj(A)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

how to determine determinant of bigger matrices

A
  1. use the values in the first row only
  2. use the minuses and plus matrices to determine whether its a positive or negative value.
  3. calculate determinant of all of those values and add them up
How well did you know this?
1
Not at all
2
3
4
5
Perfectly