Linear Algebra Lecture Notes Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/38

flashcard set

Earn XP

Description and Tags

Comprehensive practice flashcards covering vocabulary and definitions from Linear Algebra lecture notes, including matrix types, properties, rank, eigenvalues, and algebraic structures.

Last updated 10:29 AM on 7/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

Matrix

A rectangular arrangement of numbers into mm rows and nn columns, where the numbers forming the matrix are called elements or entries.

2
New cards

Principal Diagonal

The diagonal line in a square matrix An×nA_{n \times n} formed by elements aiia_{ii} for 1in1 \le i \le n.

3
New cards

Super Diagonal Line

The line of elements in a square matrix located directly above the principal diagonal, denoted by elements ai,i+1a_{i, i+1}.

4
New cards

Sub Diagonal Line

The line of elements in a square matrix located directly below the principal diagonal, denoted by elements ai,i1a_{i, i-1}.

5
New cards

Diagonal Matrix

A square matrix in which all non-diagonal elements are zero.

6
New cards

Scalar Matrix

A diagonal matrix in which all elements along the principal diagonal are the same.

7
New cards

Unit Matrix

A scalar matrix in which every element on the principal diagonal is equal to 11.

8
New cards

Upper Triangular Matrix

A square matrix [aij]n×n[a_{ij}]_{n \times n} where all elements below the principal diagonal are zero, i.e., aij=0a_{ij} = 0 for all i>ji > j.

9
New cards

Lower Triangular Matrix

A square matrix where all elements above the principal diagonal are zero, i.e., aij=0a_{ij} = 0 for all i<ji < j.

10
New cards

Sub Matrix

A matrix obtained from a given matrix by deleting any number of rows and columns.

11
New cards

Total Submatrices (Distinct Entries)

For a matrix Am×nA_{m \times n} with all distinct entries, the total number of submatrices is (2m1)×(2n1)(2^m - 1) \times (2^n - 1), while for identical entries, it is m×nm \times n.

12
New cards

Consecutive Submatrix

A submatrix obtained from a given matrix by selecting only adjacent rows and adjacent columns.

13
New cards

Total Consecutive Submatrices

For a matrix Am×nA_{m \times n} with distinct entries, the total count is calculated as m(m+1)2×n(n+1)2\frac{m(m+1)}{2} \times \frac{n(n+1)}{2}, and if entries are the same, it is m×nm \times n.

14
New cards

Principal Submatrix

A square submatrix of a square matrix An×nA_{n \times n} in which the principal diagonal entries are also principal diagonal entries of the original matrix.

15
New cards

Trace

The sum of the principal diagonal elements of a square matrix, denoted as tr(A)=i=1naiitr(A) = \sum_{i=1}^n a_{ii}.

16
New cards

Similar Matrix

A matrix MM is similar to NN if there exists a non-singular matrix PP such that PMP1=NP M P^{-1} = N. Similar matrices share the same determinant, trace, and eigenvalues.

17
New cards

Adjoint of a Matrix

The transpose of the cofactor matrix of a square matrix AA, denoted as adj(A)adj(A). Key property: A×adj(A)=AIA \times adj(A) = |A| I.

18
New cards

Symmetric Matrix

A square matrix MM such that its transpose is equal to itself (MT=MM^T = M).

19
New cards

Skew-Symmetric Matrix

A square matrix MM such that its transpose is equal to its negative (MT=MM^T = -M). The principal diagonal elements of a skew-symmetric matrix must be zero.

20
New cards

Orthogonal Matrix

A square matrix MM that satisfies MMT=I=MTMM M^T = I = M^T M, meaning its inverse is equal to its transpose (M1=MTM^{-1} = M^T) and its determinant is ±1\pm 1.

21
New cards

Conjugate of a Matrix

A matrix Aˉ\bar{A} obtained by replacing every complex entry aij=x+iya_{ij} = x + iy in matrix AA with its complex conjugate aˉij=xiy\bar{a}_{ij} = x - iy.

22
New cards

Tranjugate

The transpose of the conjugate of a matrix (or conjugate of the transpose), denoted as AθA^{\theta}. It is also known as the conjugate transpose.

23
New cards

Hermitian Matrix

A square matrix MM such that Mθ=MM^{\theta} = M. The elements on the principal diagonal must be real.

24
New cards

Skew-Hermitian Matrix

A square matrix MM such that Mθ=MM^{\theta} = -M. The principal diagonal elements are either zero or purely imaginary.

25
New cards

Unitary Matrix

A square matrix MM such that MMθ=I=MθMM M^{\theta} = I = M^{\theta} M. The determinant of a unitary matrix has a modulus of 11.

26
New cards

Idempotent Matrix

A square matrix MM such that M2=MM^2 = M.

27
New cards

Involutory Matrix

A square matrix MM such that M2=IM^2 = I, meaning the matrix is its own inverse.

28
New cards

Nilpotent Matrix

A square matrix AA for which there exists a positive integer mm such that Am=0A^m = 0.

29
New cards

Index of Nilpotent Matrix

The smallest positive integer kk such that Ak=0A^k = 0 for a nilpotent matrix AA.

30
New cards

Rank of Matrix

The non-negative integer rr representing the order of the highest order non-zero minor in a matrix MM. It is also the number of non-zero rows in its Echelon form.

31
New cards

Elementary Matrix

A matrix obtained from an identity matrix by performing a single elementary row or column transformation.

32
New cards

Characteristic Equation

The equation AλI=0|A - \lambda I| = 0 used to find the eigenvalues (characteristic roots) of a square matrix AA.

33
New cards

Algebraic Multiplicity (AM)

The number of times a specific eigenvalue λi\lambda_i is repeated as a root of the characteristic equation.

34
New cards

Geometric Multiplicity (GM)

The number of linearly independent eigenvectors corresponding to a specific eigenvalue λ\lambda, calculated as nRank(AλI)n - Rank(A - \lambda I).

35
New cards

Cayley-Hamilton Theorem

The theorem stating that every square matrix satisfies its own characteristic equation.

36
New cards

Minimal Polynomial

The smallest degree monic polynomial MA(x)M_A(x) such that MA(A)=0M_A(A) = 0. It divides every polynomial that annihilates the matrix AA.

37
New cards

Algebraic Structure

A non-empty set GG equipped with one or more binary operations, denoted as (G,1,2)(G, \ast_1, \ast_2), such as (N,+)(N, +).

38
New cards

Field

A non-empty set FF 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.

39
New cards

Vector Space

A non-empty set VV of vectors over a field FF of scalars that is an abelian group under vector addition and is closed under scalar multiplication, following specific distributive and associative axioms.