M2: Matrix and Matrix algebra Flashcards
Rectangular collection of variables or scalars contained within a set of square[] or within round brackets
Matrix
CLASSIFICATION OF MATRIX:
Number of rows=number of column
Square matrix
CLASSIFICATION OF MATRIX:
Square matrix with all zero value except for aij where i=j
1 0 0
0 5 0
0 0 9
Diagonal Matrix
Diagonal matrix with all non-zero entry equal to one
1 0 0
0 1 0
0 0 1
Identity matrix
A diagonal matrix with all non-zero entry equal to some other constant
7 0 0
0 7 0
0 0 7
scaler matrix
MATRIX MODIFICATION:
Multiply a row by a non zero constant
Scale operation
MATRIX MODIFICATION:
Use the other row to modify the other. Example: R1=R1-2R2
Pivot operation
MATRIX MODIFICATION:
Exchange two rows of the matrix
Swap operation
How to add and subtract matrices
- Ensure that they have the same order (ex both are 3x3 Row x Column)
- Add/Subtract values of the same position
How to Multiply matrices
- Note that AB != BA
- Check if the #column of A matches the # rows in B. Otherwise, it cannot be multiplied
- The order or size can be determined by multiplying the row of a and the column of b
- Multiply values in first row a to every values in first column b nd add the product
How to divide
- Get the inverse of b
- Multiply
How to calculate determinants
- Get the minor
- Consider the cofactor sign using (-1)^(J+K)
- Perform 3X2-> 2x2 process of getting determinant (depends on the process)
- Multiply and add values
___ measures how much a vector space change in a matrix transformation
Determinants
The __ indicates that the the vector space was flip after matrix transformation
Negative determinants
PROPERTIES OF DETERMINANTS MATRIX
1. If one row or column are all zeroes, ___
it has zero determinant