Exam prep Flashcards
Reflexive relation
A is reflexive if there is an existence of (a,a). (A->A)
Symmetric relation
A and B are symmetric if aRb and bRa. (A->B) and (B->A)
Transistive relation
A, B and C is transitive if there exists a relation aRb, bRc and aRc.
Linear equations - Consistent systems
Consistent if there is a solution which satisfies all of the equations. Minimum of one solution.
Linear equations - Inconsistent system
Not consistent if there is not a solution that satisfies all the equations in the system.
Linear (in)dependence
A vector is said to be linearly dependent if it can be defined as the combination of two other vectors in the set. If not, it is linearly independent. If a vector is adding another dimension to the span, it is linearly independent.
Inverse matrix
The inverse of A is A^-1 only when: AA^(-1)=A^(-1)A=I.
Multiplying a linear transformation by its inverse corresponds to “playing” the transformation backwards.
Determinant
The scale factor for the area (2D) or volume (3D) represented by the column vectors in a square matrix.
Span
Set of all linear combinations of vectors. We ask what are all the possible vectors we can reach using only vector addition and scalar multiplication.
Basis
Set of vectors with the characteristics that all other vectors in the space can be expressed as a linear combination of the vectors in the basis.
Set of linearly independent vectors that span the full space.
Null space
The null space of a matrix A consists of all the vectors x such that Ax = 0 and x is not zero.
Solution to Ax = 0.
Matrix dimension
Number of vectors in the basis. The basis needs to be linearly independent.
Rank
The rank of a matrix is the number of nonzero rows in any matrix that is in row echelon form.
The number of linearly independent rows or columns of the matrix.
Column space (range, image)
The columns space of matrix A is the span of its column vectors. Subspace of Rm.
Row space
The row space of matrix A is the span of its row vectors. Subspace of Rn.