Matrices Mini Project

123456789101112131415
Across
  1. 3. not a row but...
  2. 5. a single numerical value which is used when calculating the inverse or when solving systems of linear equations
  3. 7. A ____ can be represented by an augmented matrix
  4. 8. can be found by dividing the adjugate of the given matrix by the determinant of the given matrix
  5. 10. an example is A[1,2]
  6. 13. a transformation representing a flip of a figure
  7. 14. can multiply matrices by this
  8. 15. not a column but...
Down
  1. 1. number of rows by number of columns
  2. 2. AB≠BA
  3. 4. the flipped version of the original matrix
  4. 6. a binary operation that produces a matrix from two matrices
  5. 9. the components of a matrix
  6. 11. a square matrix in which all the elements of principal diagonals are one, and all other elements are zeros
  7. 12. a transformation matrix that operates on a vector and produces a rotated vector such that the coordinate axes always remain fixed.