Module 1: Properties and Fundamental Operation of Matrices Flashcards
This deck's objective is to familiarize oneself with matrices and learn to distinguish each type.
is a rectangular array of elements (either numbers or symbols), which are arranged in orderly
rows and columns.
Matrix ( plural, Matrices)
The size of a matrix is specified by the number of 1.____ times the number of 2._______.
- rows
- columns
are generally identified by a double subscripted lowercase letter
Elements of a matrix
Elements of a matrix are generally identified by a double subscripted lowercase letter, for example, Aij, where the first subscript “i” identifies the 1.___ of the matrix and the second subscript “j” identifies the 2. ______ of the matrix.
- row
- column
is a matrix which has the same number of rows and columns, that is, m = n.
Square matrix, “S”
is a square matrix with all elements equal to zero except the elements on the major diagonal.
Diagonal matrix, “D”
is a diagonal matrix with unity diagonal elements.
Identity matrix, “I”
is the matrix equivalent of the scalar number unity.
Identity matrix, “I”
is a square matrix for which all elements on the main diagonal are equal.
Scalar matrix
is a square matrix wherein the elements about its main diagonal has similarities with their relative position
Symmetric matrix
a matrix wherein all its elements are zero
Zero or Null matrix, “O”
are a special type of matrix which has only one column or one row.
Vectors
a square matrix in which all the elements on one side of the major diagonal are zero.
Triangular matrix
is a square matrix in which all the elements are not on the major diagonal and the two diagonals surrounding the major diagonal are zero.
Tridiagonal matrix, “T”
has all zero elements except along particular diagonals.
Banded matrix, “B”