Matrices - ACT Math
Card 1 of 30
Find the trace of $\begin{bmatrix} 3 & 0 \\ 0 & 7 \end{bmatrix}$.
Find the trace of $\begin{bmatrix} 3 & 0 \\ 0 & 7 \end{bmatrix}$.
Tap to reveal answer
- Sum the diagonal elements: $3 + 7 = 10$.
- Sum the diagonal elements: $3 + 7 = 10$.
← Didn't Know|Knew It →
Identify the order of a $3 \times 2$ matrix.
Identify the order of a $3 \times 2$ matrix.
Tap to reveal answer
3 rows and 2 columns. The first number is rows, second is columns.
3 rows and 2 columns. The first number is rows, second is columns.
← Didn't Know|Knew It →
What is a matrix?
What is a matrix?
Tap to reveal answer
A rectangular array of numbers arranged in rows and columns. Numbers organized in a grid format for mathematical operations.
A rectangular array of numbers arranged in rows and columns. Numbers organized in a grid format for mathematical operations.
← Didn't Know|Knew It →
How do you denote a matrix?
How do you denote a matrix?
Tap to reveal answer
Typically with uppercase letters, e.g., $A$, $B$, $C$. Standard mathematical convention for matrix notation.
Typically with uppercase letters, e.g., $A$, $B$, $C$. Standard mathematical convention for matrix notation.
← Didn't Know|Knew It →
What is the order of a matrix?
What is the order of a matrix?
Tap to reveal answer
The dimensions of a matrix, given as rows $\times$ columns. Specifies the size and shape of the matrix.
The dimensions of a matrix, given as rows $\times$ columns. Specifies the size and shape of the matrix.
← Didn't Know|Knew It →
What is a square matrix?
What is a square matrix?
Tap to reveal answer
A matrix with the same number of rows and columns. Equal dimensions create a special matrix type.
A matrix with the same number of rows and columns. Equal dimensions create a special matrix type.
← Didn't Know|Knew It →
What is a row matrix?
What is a row matrix?
Tap to reveal answer
A matrix with a single row. Also called a row vector in linear algebra.
A matrix with a single row. Also called a row vector in linear algebra.
← Didn't Know|Knew It →
What is a column matrix?
What is a column matrix?
Tap to reveal answer
A matrix with a single column. Also called a column vector in linear algebra.
A matrix with a single column. Also called a column vector in linear algebra.
← Didn't Know|Knew It →
Define a zero matrix.
Define a zero matrix.
Tap to reveal answer
A matrix where all elements are zero. Acts as the additive identity in matrix operations.
A matrix where all elements are zero. Acts as the additive identity in matrix operations.
← Didn't Know|Knew It →
What is a diagonal matrix?
What is a diagonal matrix?
Tap to reveal answer
A square matrix where all off-diagonal elements are zero. Non-zero elements only appear along the main diagonal.
A square matrix where all off-diagonal elements are zero. Non-zero elements only appear along the main diagonal.
← Didn't Know|Knew It →
What is an identity matrix?
What is an identity matrix?
Tap to reveal answer
A square matrix with 1s on the diagonal and 0s elsewhere. Acts as the multiplicative identity in matrix operations.
A square matrix with 1s on the diagonal and 0s elsewhere. Acts as the multiplicative identity in matrix operations.
← Didn't Know|Knew It →
What is a transpose of a matrix?
What is a transpose of a matrix?
Tap to reveal answer
Switching the rows and columns of a matrix. Rows become columns and columns become rows.
Switching the rows and columns of a matrix. Rows become columns and columns become rows.
← Didn't Know|Knew It →
What is a determinant?
What is a determinant?
Tap to reveal answer
A scalar value that is a function of a square matrix. Measures certain properties of square matrices.
A scalar value that is a function of a square matrix. Measures certain properties of square matrices.
← Didn't Know|Knew It →
What is the determinant of $\begin{bmatrix} a & b \\ c & d \end{bmatrix}$?
What is the determinant of $\begin{bmatrix} a & b \\ c & d \end{bmatrix}$?
Tap to reveal answer
$ad - bc$. Formula for $2 \times 2$ matrix determinant calculation.
$ad - bc$. Formula for $2 \times 2$ matrix determinant calculation.
← Didn't Know|Knew It →
What is an invertible matrix?
What is an invertible matrix?
Tap to reveal answer
A square matrix with a non-zero determinant. Non-zero determinant means the matrix has an inverse.
A square matrix with a non-zero determinant. Non-zero determinant means the matrix has an inverse.
← Didn't Know|Knew It →
Define the inverse of a matrix.
Define the inverse of a matrix.
Tap to reveal answer
A matrix that, when multiplied with the original, results in the identity matrix. Denoted as $A^{-1}$ where $A \cdot A^{-1} = I$.
A matrix that, when multiplied with the original, results in the identity matrix. Denoted as $A^{-1}$ where $A \cdot A^{-1} = I$.
← Didn't Know|Knew It →
What is matrix addition?
What is matrix addition?
Tap to reveal answer
Adding corresponding elements of two matrices of the same order. Both matrices must have identical dimensions.
Adding corresponding elements of two matrices of the same order. Both matrices must have identical dimensions.
← Didn't Know|Knew It →
Find the transpose of $\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}$.
Find the transpose of $\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}$.
Tap to reveal answer
$\begin{bmatrix} 1 & 3 \\ 2 & 4 \end{bmatrix}$. Each row becomes a column in the transposed matrix.
$\begin{bmatrix} 1 & 3 \\ 2 & 4 \end{bmatrix}$. Each row becomes a column in the transposed matrix.
← Didn't Know|Knew It →
Calculate $2 \times \begin{bmatrix} 1 & 2 \\ 3 & 4 \\ \end{bmatrix}$
Calculate $2 \times \begin{bmatrix} 1 & 2 \\ 3 & 4 \\ \end{bmatrix}$
Tap to reveal answer
$\begin{bmatrix} 2 & 4 \\ 6 & 8 \\ \end{bmatrix}$. Each element multiplied by $2$: $ (2 \cdot 1, 2 \cdot 2, 2 \cdot 3, 2 \cdot 4) $
$\begin{bmatrix} 2 & 4 \\ 6 & 8 \\ \end{bmatrix}$. Each element multiplied by $2$: $ (2 \cdot 1, 2 \cdot 2, 2 \cdot 3, 2 \cdot 4) $
← Didn't Know|Knew It →
Is $\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}$ symmetric?
Is $\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}$ symmetric?
Tap to reveal answer
No. Not symmetric because $a_{12} \neq a_{21}$ (2 ≠ 3).
No. Not symmetric because $a_{12} \neq a_{21}$ (2 ≠ 3).
← Didn't Know|Knew It →
What is scalar multiplication in matrices?
What is scalar multiplication in matrices?
Tap to reveal answer
Multiplying each element of a matrix by a scalar. Multiply every element by the same scalar value.
Multiplying each element of a matrix by a scalar. Multiply every element by the same scalar value.
← Didn't Know|Knew It →
What is matrix multiplication?
What is matrix multiplication?
Tap to reveal answer
Dot product of rows and columns from two matrices. Row elements multiplied by column elements, then summed.
Dot product of rows and columns from two matrices. Row elements multiplied by column elements, then summed.
← Didn't Know|Knew It →
What is the condition for matrix multiplication to be defined?
What is the condition for matrix multiplication to be defined?
Tap to reveal answer
Number of columns in the first matrix must equal the number of rows in the second. Inner dimensions must match for multiplication to work.
Number of columns in the first matrix must equal the number of rows in the second. Inner dimensions must match for multiplication to work.
← Didn't Know|Knew It →
What is an orthogonal matrix?
What is an orthogonal matrix?
Tap to reveal answer
A square matrix whose transpose is also its inverse. Special property where $A^T = A^{-1}$.
A square matrix whose transpose is also its inverse. Special property where $A^T = A^{-1}$.
← Didn't Know|Knew It →
What is the trace of a matrix?
What is the trace of a matrix?
Tap to reveal answer
The sum of the diagonal elements of a square matrix. Add all diagonal elements from top-left to bottom-right.
The sum of the diagonal elements of a square matrix. Add all diagonal elements from top-left to bottom-right.
← Didn't Know|Knew It →
What is a singular matrix?
What is a singular matrix?
Tap to reveal answer
A square matrix with a determinant of zero. Cannot be inverted due to zero determinant.
A square matrix with a determinant of zero. Cannot be inverted due to zero determinant.
← Didn't Know|Knew It →
Which matrix operation is not commutative?
Which matrix operation is not commutative?
Tap to reveal answer
Matrix multiplication. Order matters in matrix multiplication: $AB \neq BA$.
Matrix multiplication. Order matters in matrix multiplication: $AB \neq BA$.
← Didn't Know|Knew It →
What does the identity matrix do in multiplication?
What does the identity matrix do in multiplication?
Tap to reveal answer
Leaves any matrix unchanged when multiplied. Multiplicative identity property: $AI = IA = A$.
Leaves any matrix unchanged when multiplied. Multiplicative identity property: $AI = IA = A$.
← Didn't Know|Knew It →
Calculate the sum of $\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}$ and $\begin{bmatrix} 5 & 6 \\ 7 & 8 \end{bmatrix}$.
Calculate the sum of $\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}$ and $\begin{bmatrix} 5 & 6 \\ 7 & 8 \end{bmatrix}$.
Tap to reveal answer
$\begin{bmatrix} 6 & 8 \\ 10 & 12 \end{bmatrix}$. Add element-wise: $(1+5, 2+6, 3+7, 4+8)$.
$\begin{bmatrix} 6 & 8 \\ 10 & 12 \end{bmatrix}$. Add element-wise: $(1+5, 2+6, 3+7, 4+8)$.
← Didn't Know|Knew It →
What is matrix subtraction?
What is matrix subtraction?
Tap to reveal answer
Subtracting corresponding elements of two matrices of the same order. Subtract element-wise from corresponding positions.
Subtracting corresponding elements of two matrices of the same order. Subtract element-wise from corresponding positions.
← Didn't Know|Knew It →