Matrices Flashcards
What is a matrix?
A matrix is a rectangular array of numbers arranged in rows and columns.
How is a matrix typically denoted?
A matrix is typically denoted by a capital letter, such as A, B, or C.
What is the order of a matrix?
The order of a matrix is defined by the number of rows and columns it has, expressed as ‘m x n’ where m is the number of rows and n is the number of columns.
True or False: A matrix can have different numbers of elements in each row.
False.
Fill in the blank: A matrix with only one row is called a _______.
row matrix.
Fill in the blank: A matrix with only one column is called a _______.
column matrix.
What is a square matrix?
A square matrix is a matrix that has the same number of rows and columns.
Define a zero matrix.
A zero matrix is a matrix in which all elements are zero.
What is the identity matrix?
The identity matrix is a square matrix with ones on the diagonal and zeros elsewhere.
True or False: The determinant of a 2x2 matrix can be calculated as ad - bc for a matrix [[a, b], [c, d]].
True.
What is the transpose of a matrix?
The transpose of a matrix is obtained by swapping its rows and columns.
How do you denote the transpose of a matrix A?
The transpose of a matrix A is denoted as A^T.
What is matrix addition?
Matrix addition is the operation of adding two matrices by adding their corresponding elements.
True or False: Matrices can only be added if they have the same dimensions.
True.
What is scalar multiplication in matrices?
Scalar multiplication involves multiplying each element of a matrix by a scalar (a single number).
What is matrix multiplication?
Matrix multiplication is the operation of multiplying two matrices by taking the dot product of rows and columns.
True or False: The order of multiplication matters in matrix multiplication.
True.
What is a diagonal matrix?
A diagonal matrix is a square matrix where all elements outside the main diagonal are zero.
What is an upper triangular matrix?
An upper triangular matrix is a square matrix where all the elements below the main diagonal are zero.
What is a lower triangular matrix?
A lower triangular matrix is a square matrix where all the elements above the main diagonal are zero.
Define an invertible matrix.
An invertible matrix, or non-singular matrix, is a square matrix that has an inverse, meaning there exists another matrix such that their product is the identity matrix.
What is the rank of a matrix?
The rank of a matrix is the maximum number of linearly independent row or column vectors in the matrix.
True or False: The rank of a matrix can be greater than the number of its rows.
False.
What is a singular matrix?
A singular matrix is a square matrix that does not have an inverse.