Matrices Flashcards
What is a matrix?
A rectangular array of elements arranged in rows and columns to represent some specific information
Describe how a matrix A with three rows and four columns is generalized
𝐴 = (𝑎𝑖𝑗) 𝑖[𝑟𝑜𝑤𝑠] = 1,2,3; 𝑗[𝑐𝑜𝑙𝑢𝑚𝑛𝑠] = 1,2,3,4
Define Equal Matrices
Two matrices A and B are said to be equal if they have the same order and if aij=bij for every i and j. ie elements in the corresponding locations in the two matrices are the same
Describe how a transpose of a matrix is obtained
A transpose of a matrix is obtained by interchanging the rows and columns of the given matrix
Describe diagonal matrices
A matrix whose elements are 0 except for at least one element in the principal diagonal
Describe an identity or unity matrix
A diagonal matrix in which all of the diagonal elements are positive one
Describe a sub matrix
A matrix obtained by deleting row(s) and/or column(s) of a given matrix
Describe a singular matrix
A matrix whose determinant is zero
Define the inverse of a matrix
If A is a non-singular, square matrix and there exists another square matrix denoted by A-1 for which the product of A-1 and is an identity matrix, then A-1 is said to be the inverse of A and vice versa
What is a matrix of minors
A matrix whose elements are the determinants of all 2*2 matrices obtained from a given matrix
What is a cofactor matrix
A matrix whose elements are signed elements of the matrix of minors. The signs alternate both vertically and horizontally from + to - form m11