INDUMAT Definitions (Quiz 2) Flashcards
Rectangular array of numbers
Matrix
Ordered list of n numbers
Vector
Matrix where the number of rows equals the number of columns (m = n)
Square Matrix
m
Number of Rows
n
Number of Columns
Square matrix for which every term off the main diagonal is zero
Diagonal Matrix
Diagonal matrix for which all elements of the main diagonal are equal
Scalar Matrix
Scalar Matrix for which all elements of the main diagonal are 1
Identity Matrix
A matrix where elements below the main diagonal are all zeroes
Upper Triangular Matrix (Right Triangular Matrix)
A matrix where the elements above the main diagonal are all zeroes
Lower Triangular Matrix (Left Triangular Matrix)
Matrix where all elements are zeroes
Null Matrix
i
Row
j
Column
Matrix with only one row
Row Vector
Matrix with only one column
Column Vector
True or False. A matrix is symmetrical if A = A^T.
True
A matrix is considered to be in Reduced Row Echelon Form when:
- The first non-zero entry in any row is the number 1, called pivots. (So each row can have zero or one pivot).
- A pivot is the only non-zero entry in its column (so each column can have zero or one pivot)
- Rows are ordered such that rows of all zeros are at the bottom and the pivots are in column order.
Type of matrix that has a determinant value of zero and does not have an inverse.
Singular Matrix
Type of matrix that has a determinant value and has an inverse.
Non-Singular Matrix (Standard Matrix)
True or False. Identity matrices are nonsingular.
True
In iteration methods, if the error is decreasing, then _________.
It is converging towards an answer.
If a matrix undergoing an iterative method is not diagonally dominant, then _________.
You must interchange the rows such that the diagonal consists of the highest coefficients of the matrix.
In special cases, when no solution exists, we have an _________ System of Equations.
Inconsistent
In special cases, we have an _________ System of Equations if an infinite number of solutions exist.
Over-determined