Explore tens of thousands of sets crafted by our community.
Linear Algebra Basics
20
Flashcards
0/20
Vector addition
Vector addition is the operation of adding two vectors together into a third vector, which is the graphical equivalent of placing the tail of the second vector at the head of the first. Example: where and .
Determinant
The determinant is a scalar value that is a function of the entries of a square matrix. It can be viewed as the scaling factor of the transformation described by the matrix, and its sign indicates the orientation. Example: The determinant of is .
Rank of a matrix
The rank of a matrix is the dimension of the vector space spanned by its columns (or rows), which is the same as the maximum number of linearly independent column (or row) vectors in the matrix. Example: Matrix has rank 2.
Column space
The column space of a matrix is the set of all possible linear combinations of its column vectors. Example: For matrix , its column space is the entire plane.
Subspace
A subspace is a subset of a vector space that is a vector space in its own right under the same addition and scalar multiplication. Example: The set of all vectors in that lie on a given plane through the origin is a subspace.
Matrix
A matrix is a rectangular array of numbers, symbols, or expressions, arranged in rows and columns. Example: A 2x2 matrix:
Diagonal matrix
A diagonal matrix is a matrix in which the entries outside the main diagonal are all zero. The main diagonal itself may have non-zero elements. Example:
Span
The span of a set of vectors is the set of all linear combinations of those vectors. Example: Vectors and span a plane in if any vector in that plane can be written as .
Dot product
The dot product of two vectors is an algebraic operation that returns a scalar and is the product of their magnitudes and the cosine of the angle between them. Example: For and , the dot product is .
Eigenvector
An eigenvector is a non-zero vector that changes only by a scalar factor when a linear transformation is applied to it, corresponding to its eigenvalue. Example: For , the vector is an eigenvector.
Cross product
The cross product of two vectors in three-dimensional space is a vector that is perpendicular to both and has a magnitude equal to the area of the parallelogram that the vectors span. Example: For and , the cross product is .
Gram-Schmidt process
The Gram-Schmidt process is a method for orthogonalizing a set of vectors in an inner product space, leading to an orthogonal set. Example: Applying it to vectors and in will result in orthogonal vectors.
Linear independence
A set of vectors is linearly independent if no vector in the set is a linear combination of the others. Example: In , the vectors and are linearly independent.
Eigenvalue
An eigenvalue of a matrix is a scalar such that there exists a non-zero vector for which , where is the matrix. Example: For matrix , 2 and 3 are its eigenvalues.
Linear transformation
A linear transformation is a function between two vector spaces that preserves vector addition and scalar multiplication. Example: where is a matrix and is a vector.
Scalar multiplication
Scalar multiplication refers to the multiplication of a vector by a single number, or scalar, scaling its magnitude without changing its direction (in the absence of a rotation). Example: scales the vector by the factor of 3.
Vector
A vector is an element of a vector space, which may be thought of as a quantity with both magnitude and direction. Example: The vector represents a direction and distance in 2-dimensional space.
Basis
A basis of a vector space is a set of linearly independent vectors that span the entire space. Example: The set forms a basis for .
Null space
The null space of a matrix is the set of all vectors that, when multiplied by the matrix, result in the zero vector. Example: For matrix , any scalar multiple of the vector is in the null space.
Orthogonal vectors
Two vectors are orthogonal if their dot product is zero, which geometrically means they are at right angles to each other. Example: Vectors and are orthogonal in .
© Hypatia.Tech. 2024 All rights reserved.