1
What is a matrix?
A rectangular array of numbers arranged in rows and columns.
2
What is a matrix?
A rectangular array of numbers arranged in rows and columns.
3
What is a vector?
A quantity with both magnitude and direction, often represented as an ordered list of numbers.
4
What is a vector?
A quantity with both magnitude and direction, often represented as an ordered list of numbers.
5
What is the dimension of a matrix?
The number of rows by the number of columns.
6
What is the dimension of a matrix?
The number of rows by the number of columns.
7
What is a square matrix?
A matrix with the same number of rows and columns.
8
What is a square matrix?
A matrix with the same number of rows and columns.
9
What is an identity matrix?
A square matrix with 1s on the diagonal and 0s elsewhere.
10
What is an identity matrix?
A square matrix with 1s on the diagonal and 0s elsewhere.
11
What is a zero matrix?
A matrix in which all elements are zero.
12
What is a zero matrix?
A matrix in which all elements are zero.
13
What is matrix addition?
Adding corresponding elements of two matrices of the same dimension.
14
What is matrix addition?
Adding corresponding elements of two matrices of the same dimension.
15
Can you multiply any two matrices together?
No, the number of columns in the first must equal rows in the second.
16
Can you multiply any two matrices together?
No, the number of columns in the first must equal rows in the second.
17
What is the transpose of a matrix?
A matrix formed by swapping its rows and columns.
18
What is the transpose of a matrix?
A matrix formed by swapping its rows and columns.
19
What is the determinant of a matrix?
A scalar value that indicates certain properties, like invertibility.
20
What is the determinant of a matrix?
A scalar value that indicates certain properties, like invertibility.
21
What is an invertible matrix?
A matrix with a nonzero determinant that has an inverse.
22
What is an invertible matrix?
A matrix with a nonzero determinant that has an inverse.
23
What is the inverse of a matrix?
A matrix that when multiplied by the original gives the identity matrix.
24
What is the inverse of a matrix?
A matrix that when multiplied by the original gives the identity matrix.
25
What is a system of linear equations?
A set of equations with the same variables solved simultaneously.
26
What is a system of linear equations?
A set of equations with the same variables solved simultaneously.
27
What method uses row operations to solve linear systems?
Gaussian elimination.
28
What method uses row operations to solve linear systems?
Gaussian elimination.
29
What is a linear combination?
A sum of vectors multiplied by scalar coefficients.
30
What is a linear combination?
A sum of vectors multiplied by scalar coefficients.
31
What is linear independence?
A set of vectors where no vector can be written as a combination of the others.
32
What is linear independence?
A set of vectors where no vector can be written as a combination of the others.
33
What is a basis of a vector space?
A linearly independent set of vectors that spans the space.
34
What is a basis of a vector space?
A linearly independent set of vectors that spans the space.
35
What is the rank of a matrix?
The number of linearly independent rows or columns.
36
What is the rank of a matrix?
The number of linearly independent rows or columns.
37
What is an eigenvalue?
A scalar such that Av = λv for a matrix A and vector v.
38
What is an eigenvalue?
A scalar such that Av = λv for a matrix A and vector v.
39
What is an eigenvector?
A nonzero vector that only scales when a linear transformation is applied.
40
What is an eigenvector?
A nonzero vector that only scales when a linear transformation is applied.
41
What is a scalar?
A single numerical value, as opposed to a vector or matrix.
42
What is a scalar?
A single numerical value, as opposed to a vector or matrix.
43
What is the dot product of two vectors?
The sum of the products of corresponding components.
44
What is the dot product of two vectors?
The sum of the products of corresponding components.
45
What is the cross product used for?
Finding a vector perpendicular to two given vectors in 3D.
46
What is the cross product used for?
Finding a vector perpendicular to two given vectors in 3D.
47
What is a diagonal matrix?
A matrix with nonzero entries only on the main diagonal.
48
What is a diagonal matrix?
A matrix with nonzero entries only on the main diagonal.
49
What is a symmetric matrix?
A matrix equal to its own transpose.
50
What is a symmetric matrix?
A matrix equal to its own transpose.
51
What does it mean for a matrix to be singular?
It has a determinant of zero and no inverse.
52
What does it mean for a matrix to be singular?
It has a determinant of zero and no inverse.
53
What is a vector space?
A set of vectors closed under addition and scalar multiplication.
54
What is a vector space?
A set of vectors closed under addition and scalar multiplication.
55
What is the span of a set of vectors?
All possible linear combinations of those vectors.
56
What is the span of a set of vectors?
All possible linear combinations of those vectors.
57
What is a linear transformation?
A function between vector spaces that preserves addition and scalar multiplication.
58
What is a linear transformation?
A function between vector spaces that preserves addition and scalar multiplication.
59
What is the trace of a matrix?
The sum of the elements on its main diagonal.
60
What is the trace of a matrix?
The sum of the elements on its main diagonal.