1/38
Comprehensive practice flashcards covering vocabulary and definitions from Linear Algebra lecture notes, including matrix types, properties, rank, eigenvalues, and algebraic structures.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Matrix
A rectangular arrangement of numbers into m rows and n columns, where the numbers forming the matrix are called elements or entries.
Principal Diagonal
The diagonal line in a square matrix An×n formed by elements aii for 1≤i≤n.
Super Diagonal Line
The line of elements in a square matrix located directly above the principal diagonal, denoted by elements ai,i+1.
Sub Diagonal Line
The line of elements in a square matrix located directly below the principal diagonal, denoted by elements ai,i−1.
Diagonal Matrix
A square matrix in which all non-diagonal elements are zero.
Scalar Matrix
A diagonal matrix in which all elements along the principal diagonal are the same.
Unit Matrix
A scalar matrix in which every element on the principal diagonal is equal to 1.
Upper Triangular Matrix
A square matrix [aij]n×n where all elements below the principal diagonal are zero, i.e., aij=0 for all i>j.
Lower Triangular Matrix
A square matrix where all elements above the principal diagonal are zero, i.e., aij=0 for all i<j.
Sub Matrix
A matrix obtained from a given matrix by deleting any number of rows and columns.
Total Submatrices (Distinct Entries)
For a matrix Am×n with all distinct entries, the total number of submatrices is (2m−1)×(2n−1), while for identical entries, it is m×n.
Consecutive Submatrix
A submatrix obtained from a given matrix by selecting only adjacent rows and adjacent columns.
Total Consecutive Submatrices
For a matrix Am×n with distinct entries, the total count is calculated as 2m(m+1)×2n(n+1), and if entries are the same, it is m×n.
Principal Submatrix
A square submatrix of a square matrix An×n in which the principal diagonal entries are also principal diagonal entries of the original matrix.
Trace
The sum of the principal diagonal elements of a square matrix, denoted as tr(A)=∑i=1naii.
Similar Matrix
A matrix M is similar to N if there exists a non-singular matrix P such that PMP−1=N. Similar matrices share the same determinant, trace, and eigenvalues.
Adjoint of a Matrix
The transpose of the cofactor matrix of a square matrix A, denoted as adj(A). Key property: A×adj(A)=∣A∣I.
Symmetric Matrix
A square matrix M such that its transpose is equal to itself (MT=M).
Skew-Symmetric Matrix
A square matrix M such that its transpose is equal to its negative (MT=−M). The principal diagonal elements of a skew-symmetric matrix must be zero.
Orthogonal Matrix
A square matrix M that satisfies MMT=I=MTM, meaning its inverse is equal to its transpose (M−1=MT) and its determinant is ±1.
Conjugate of a Matrix
A matrix Aˉ obtained by replacing every complex entry aij=x+iy in matrix A with its complex conjugate aˉij=x−iy.
Tranjugate
The transpose of the conjugate of a matrix (or conjugate of the transpose), denoted as Aθ. It is also known as the conjugate transpose.
Hermitian Matrix
A square matrix M such that Mθ=M. The elements on the principal diagonal must be real.
Skew-Hermitian Matrix
A square matrix M such that Mθ=−M. The principal diagonal elements are either zero or purely imaginary.
Unitary Matrix
A square matrix M such that MMθ=I=MθM. The determinant of a unitary matrix has a modulus of 1.
Idempotent Matrix
A square matrix M such that M2=M.
Involutory Matrix
A square matrix M such that M2=I, meaning the matrix is its own inverse.
Nilpotent Matrix
A square matrix A for which there exists a positive integer m such that Am=0.
Index of Nilpotent Matrix
The smallest positive integer k such that Ak=0 for a nilpotent matrix A.
Rank of Matrix
The non-negative integer r representing the order of the highest order non-zero minor in a matrix M. It is also the number of non-zero rows in its Echelon form.
Elementary Matrix
A matrix obtained from an identity matrix by performing a single elementary row or column transformation.
Characteristic Equation
The equation ∣A−λI∣=0 used to find the eigenvalues (characteristic roots) of a square matrix A.
Algebraic Multiplicity (AM)
The number of times a specific eigenvalue λi is repeated as a root of the characteristic equation.
Geometric Multiplicity (GM)
The number of linearly independent eigenvectors corresponding to a specific eigenvalue λ, calculated as n−Rank(A−λI).
Cayley-Hamilton Theorem
The theorem stating that every square matrix satisfies its own characteristic equation.
Minimal Polynomial
The smallest degree monic polynomial MA(x) such that MA(A)=0. It divides every polynomial that annihilates the matrix A.
Algebraic Structure
A non-empty set G equipped with one or more binary operations, denoted as (G,∗1,∗2), such as (N,+).
Field
A non-empty set F with two binary operations (addition and multiplication) that is an abelian group under addition, while the set excluding the additive identity is an abelian group under multiplication, satisfying distributive laws.
Vector Space
A non-empty set V of vectors over a field F of scalars that is an abelian group under vector addition and is closed under scalar multiplication, following specific distributive and associative axioms.