Linear Algebra
Introduction to Linear Algebra
Linear algebra is a field of mathematics that focuses on studying vectors, matrices, and the relationships between them, forming the mathematical framework for analyzing structures and transformations in multidimensional spaces. It introduces powerful tools to understand and solve problems where quantities interact linearly, making it fundamental to numerous disciplines.This field begins with vectors—quantities that have both magnitude and direction—and their operations, such as addition and scaling. It extends to matrices, which are grid-like arrangements of numbers used to represent systems of equations or transformations. Learning how to manipulate matrices and understand their properties is a key part of linear algebra.
Students also explore vector spaces, the environments in which vectors live, and subspaces, which reveal structure and constraints within these spaces. Concepts like linear independence, span, and basis give insight into how vectors relate and interact. The study of linear transformations, which describe how vectors change under operations like rotations or scaling, helps build a deeper understanding of the subject.
To help students navigate these foundational concepts, we created a dedicated Matrix Theory section that provides an in-depth exploration of matrices - from basic definitions and notations to various matrix types and properties. This interactive guide covers matrix structure, indexing, special cases of square matrices, and key matrix properties, with clear mathematical notation and visual examples throughout. The section serves as both a comprehensive learning resource and a quick reference for understanding these essential building blocks of linear algebra.
Eigenvalues and eigenvectors, pivotal concepts in linear algebra, allow students to uncover hidden properties of transformations. Techniques like solving systems of equations, matrix decomposition, and understanding projections or orthogonality are practical outcomes of this study.
Ultimately, linear algebra provides a foundation for solving abstract and applied problems, developing skills to think logically, recognize patterns, and simplify complex systems. It equips students with a versatile toolkit for further studies in mathematics, sciences, engineering, and beyond.
Linear Algebra Formulas
Navigate through an essential collection of linear algebra formulas that power mathematical analysis and transformations. This guide presents key formulas across vector operations, matrix calculations, eigenvalues, and linear transformations - each equipped with clear notation, detailed explanations, and practical examples. You will find precise mathematical representations, component breakdowns, and specific use cases for over 15 fundamental formula categories. The organized structure helps you quickly locate and understand the tools you need, whether for solving equations, analyzing transformations, or applying linear algebra concepts in real-world scenarios. Perfect for students needing formula clarification, researchers requiring quick mathematical reference, or practitioners applying linear algebra in their work.
Vector Component Form
v=(v1,v2,…,vn)∈Rn
Standard Basis Decomposition
v=v1e1+v2e2+⋯+vnen
Direction Cosines
cosα=∥v∥v1,cosβ=∥v∥v2,cosγ=∥v∥v3
Direction Cosines Identity
cos2α+cos2β+cos2γ=1
Vector Addition
a+b=(a1+b1, a2+b2, …, an+bn)
Vector Subtraction
a−b=a+(−b)=(a1−b1, a2−b2, …, an−bn)
Scalar Multiplication of Vectors
ca=(ca1, ca2, …, can)
Linear Combination
c1v1+c2v2+⋯+ckvk
Span
Span{v1,…,vk}={c1v1+⋯+ckvk∣ci∈R}
Euclidean Norm
∥v∥=v12+v22+⋯+vn2=∑i=1nvi2
Distance Formula
d(a,b)=∥a−b∥=(a1−b1)2+(a2−b2)2+⋯+(an−bn)2
Vector Normalization
v^=∥v∥v
Norm Scaling Property
∥cv∥=∣c∣∥v∥
Triangle Inequality
∥a+b∥≤∥a∥+∥b∥
Cauchy-Schwarz Inequality
∣a⋅b∣≤∥a∥∥b∥
Dot Product (Algebraic)
a⋅b=a1b1+a2b2+⋯+anbn=∑i=1naibi
Dot Product (Geometric)
a⋅b=∥a∥∥b∥cosθ
Angle Between Vectors
cosθ=∥a∥∥b∥a⋅b
Self Dot Product
v⋅v=v12+v22+⋯+vn2=∥v∥2
Orthogonality Condition
a⋅b=0⟺a⊥b
Scalar Projection
compba=∥b∥a⋅b
Vector Projection
projba=∥b∥2a⋅bb=b⋅ba⋅bb
Orthogonal Decomposition
a=projba+a⊥,a⊥=a−projba
Cross Product (Component Form)
a×b=(a2b3−a3b2, a3b1−a1b3, a1b2−a2b1)
Cross Product (Determinant Form)
a×b=ia1b1ja2b2ka3b3
Cross Product Magnitude
∥a×b∥=∥a∥∥b∥sinθ
Standard Basis Cross Products
i×j=k,j×k=i,k×i=j
Cross Product Anti-Commutativity
a×b=−(b×a)
Parallelism Test (Cross Product)
a×b=0⟺a∥b
Vector Triple Product
a×(b×c)=(a⋅c)b−(a⋅b)c
Lagrange Identity
(a×b)⋅(c×d)=(a⋅c)(b⋅d)−(a⋅d)(b⋅c)
Scalar Triple Product
a⋅(b×c)=a1b1c1a2b2c2a3b3c3
Parallelogram Area
Area=∥a×b∥
Parallelepiped Volume
V=∣a⋅(b×c)∣
Pyramid Volume
V=61∣a⋅(b×c)∣
Vector Space Axioms
For all u,v,w∈V and all c,d∈F:(1) u+v∈V(2) u+v=v+u(3) (u+v)+w=u+(v+w)(4) ∃0∈V:v+0=v(5) ∃−v∈V:v+(−v)=0(6) cv∈V(7) c(dv)=(cd)v(8) c(u+v)=cu+cv(9) (c+d)v=cv+dv(10) 1v=v
Scalar-Zero Property
0v=0,c0=0
Negative One Scalar
(−1)v=−v
Subspace Test
W⊆V is a subspace⟺⎩⎨⎧W=∅u,v∈W⇒u+v∈Wv∈W, c∈F⇒cv∈W
Subspace Test Combined
W⊆V is a subspace⟺W=∅ and cu+dv∈W for all u,v∈W, c,d∈F
Span (Set Definition)
Span{v1,…,vk}={c1v1+c2v2+⋯+ckvk∣ci∈F}
Span Membership Criterion
b∈Span{v1,…,vk}⟺Ac=b is consistent
Span Is Smallest Subspace
Span(K)=⋂W subspaceK⊆WW
Linear Independence Equation
{v1,…,vk} is independent⟺(c1v1+⋯+ckvk=0⇒c1=⋯=ck=0)
Linear Independence Matrix Test
{v1,…,vk}⊂Rm is independent⟺Ac=0 has only the trivial solution
Linear Independence Determinant Test
{v1,…,vn}⊂Rn is independent⟺det[v1 ⋯ vn]=0
Max Independent Set Size
∣S∣>dimV⇒S is dependent
Wronskian Test
W(f1,…,fn)(x)=detf1(x)f1′(x)⋮f1(n−1)(x)⋯⋯⋱⋯fn(x)fn′(x)⋮fn(n−1)(x)
Basis Definition
B={v1,…,vn} is a basis for V⟺{B is linearly independentSpan(B)=V
Unique Basis Representation
∀v∈V, ∃!(c1,…,cn):v=c1v1+c2v2+⋯+cnvn
Coordinate Vector
[v]B=c1c2⋮cnwhere v=c1v1+⋯+cnvn
Standard Basis (Rn)
ei=(0,…,0,i-th1,0,…,0),i=1,…,n
Change of Basis Formula
[v]C=PC←B[v]B
Change of Basis Inverse
PB←C=(PC←B)−1
Coordinate Map Linearity
[u+v]B=[u]B+[v]B,[cv]B=c[v]B
Dimension Definition
dim(V)=∣B∣for any basis B of V
Subspace Dimension Inequality
W⊆V⇒dim(W)≤dim(V),with equality⟺W=V
Dimension Sum Formula
dim(W1+W2)=dim(W1)+dim(W2)−dim(W1∩W2)
Direct Sum Criterion
V=W1⊕W2⟺V=W1+W2 and W1∩W2={0}
Direct Sum Dimension
V=W1⊕W2⇒dim(V)=dim(W1)+dim(W2)
Rank-Nullity Theorem (Matrix Form)
dim(ColA)+dim(NullA)=n
Four Fundamental Subspaces Dimensions
dim(ColA)dim(NullA)=r=n−rdim(RowA)dim(NullAT)=r=m−r
Row Rank Equals Column Rank
dim(RowA)=dim(ColA)=rank(A)
Matrix Equality
A=B⟺aij=bij for all i,j
Matrix Addition
(A+B)ij=aij+bij
Matrix Subtraction
(A−B)ij=aij−bij
Scalar Multiplication of Matrices
(cA)ij=c⋅aij
Matrix Multiplication
(AB)ij=∑k=1naikbkj
Matrix-Vector Product (Column Form)
Ax=x1a1+x2a2+⋯+xnan
Matrix Multiplication Associativity
(AB)C=A(BC)
Matrix Multiplication Distributivity
A(B+C)=AB+AC,(A+B)C=AC+BC
Matrix Multiplication Non-Commutativity
AB=BAin general
Matrix Power
A0=I,Ak=k factorsA⋅A⋯A,A−k=(A−1)k
Transpose Definition
(AT)ij=aji
Transpose Involution
(AT)T=A
Transpose of Sum
(A+B)T=AT+BT
Transpose of Scalar Multiple
(cA)T=cAT
Transpose of Product
(AB)T=BTAT
Symmetric Matrix Definition
A=AT⟺aij=aji for all i,j
Skew-Symmetric Matrix Definition
AT=−A⟺aij=−aji
Symmetric Skew Decomposition
A=21(A+AT)+21(A−AT)
Gram Matrix Symmetry
(ATA)T=ATA,(AAT)T=AAT
Identity Matrix Definition
In=[δij],δij={10i=ji=j
Identity Matrix Property
AI=IA=A
Diagonal Matrix Definition
D=diag(d1,d2,…,dn)⟺dij=0 for i=j
Diagonal Matrix Power
Dk=diag(d1k,d2k,…,dnk)
Diagonal Matrix Determinant
det(diag(d1,…,dn))=d1d2⋯dn
Triangular Matrix Determinant
det(T)=t11t22⋯tnn
Orthogonal Matrix Definition
QTQ=QQT=I
Orthogonal Matrix Determinant
det(Q)=±1
Idempotent Matrix Definition
A2=A
Idempotent Rank Trace
A2=A⟹rank(A)=tr(A)
Nilpotent Matrix Definition
Ak=Ofor some k≥1
Neumann Series Nilpotent
Ak=O⟹(I−A)−1=I+A+A2+⋯+Ak−1
Involutory Matrix Definition
A2=I
Cross Product Skew Matrix
a×b=[a]×b,[a]×=0a3−a2−a30a1a2−a10
Inverse Definition
AA−1=A−1A=I
Inverse 2x2 Formula
(acbd)−1=ad−bc1(d−c−ba)
Inverse via Adjugate
A−1=det(A)1adj(A)
Inverse via Row Reduction
[A∣I]row ops[I∣A−1]
Inverse Involution
(A−1)−1=A
Inverse of Product
(AB)−1=B−1A−1
Inverse of Transpose
(AT)−1=(A−1)T
Inverse of Scalar Multiple
(cA)−1=c1A−1
Inverse of Power
(Ak)−1=(A−1)k=A−k
Determinant of Inverse
det(A−1)=det(A)1
Diagonal Matrix Inverse
diag(d1,…,dn)−1=diag(d11,…,dn1)
Orthogonal Matrix Inverse
Q−1=QT
Solve System via Inverse
Ax=b⟹x=A−1b
Invertible Matrix Theorem
For A∈Rn×n, the following are equivalent:(1) A is invertible(2) det(A)=0(3) rank(A)=n(4) columns of A are linearly independent(5) rows of A are linearly independent(6) columns of A span Rn(7) columns form a basis of Rn(8) Ax=0 has only the trivial solution(9) Ax=b has a unique solution for every b(10) Null(A)={0}(11) rref(A)=I(12) A is a product of elementary matrices(13) 0 is not an eigenvalue of A
Singular Matrix Definition
A singular⟺det(A)=0⟺rank(A)<n
Rank Bounds
0≤rank(A)≤min(m,n)
Rank of Transpose
rank(AT)=rank(A)
Rank Product Inequality
rank(AB)≤min(rank(A),rank(B))
Sylvester Rank Inequality
rank(A)+rank(B)−n≤rank(AB)
Rank Sum Inequality
rank(A+B)≤rank(A)+rank(B)
Rank Invariance Invertible
rank(PAQ)=rank(A)
Gram Rank Identity
rank(ATA)=rank(AAT)=rank(A)
Rank-One Outer Product
A=uvT⟹rank(A)=1(u,v=0)
Trace Definition
tr(A)=∑i=1naii=a11+a22+⋯+ann
Trace Linearity
tr(cA+dB)=ctr(A)+dtr(B)
Trace of Transpose
tr(AT)=tr(A)
Trace Cyclic Property
tr(AB)=tr(BA)
Trace Sum of Eigenvalues
tr(A)=∑i=1nλi
Trace Similarity Invariance
tr(P−1AP)=tr(A)
Trace of Commutator
tr(AB−BA)=0
Trace Symmetric Skew Product
tr(SK)=0(ST=S,KT=−K)
Trace Orthonormal Basis
tr(A)=∑i=1nqiTAqi
Frobenius Inner Product
⟨A,B⟩F=tr(ATB)=∑i,jaijbij
Frobenius Norm
∥A∥F=tr(ATA)=∑i,jaij2
Determinant 2x2
det(acbd)=ad−bc
Determinant 3x3
det(A)=a11(a22a33−a23a32)−a12(a21a33−a23a31)+a13(a21a32−a22a31)
Determinant Recursive Definition
det(A)=⎩⎨⎧a11j=1∑n(−1)1+ja1jM1jn=1n≥2
Determinant Permutation Formula
det(A)=∑σ∈Snsgn(σ)aσ(1),1aσ(2),2⋯aσ(n),n
Minor Definition
Mij=det(A(i,j))
Cofactor Definition
Cij=(−1)i+jMij
Cofactor Matrix Definition
cof(A)=[Cij]n×n
Adjugate Definition
adj(A)=cof(A)T
Laplace Row Expansion
det(A)=∑j=1naijCijfor any fixed row i
Laplace Column Expansion
det(A)=∑i=1naijCijfor any fixed column j
Determinant Row Swap
det(B)=−det(A)
Determinant Row Scaling
det(B)=kdet(A)
Determinant Row Addition
det(B)=det(A)
Determinant of Transpose
det(AT)=det(A)
Determinant of Product
det(AB)=det(A)det(B)
Determinant of Scalar Multiple
det(kA)=kndet(A)
Determinant of Power
det(Ak)=(det(A))k
Determinant of Identity
det(In)=1
Block Triangular Determinant
det(A110A12A22)=det(A11)det(A22)
Vandermonde Determinant
det(V)=∏1≤i<j≤n(xj−xi)
Adjugate Identity
A⋅adj(A)=adj(A)⋅A=det(A)I
Cramers Rule
xi=det(A)det(Ai)
Determinant Signed Area 2D
signed area(u,v)=det(uv)=ad−bc
Determinant Signed Volume 3D
signed volume(a,b,c)=det(abc)=a⋅(b×c)
Determinant Volume Scaling Factor
vol(A(S))=∣det(A)∣⋅vol(S)
Triangle Area via Determinant
Area=21det(x2−x1y2−y1x3−x1y3−y1)
Tetrahedron Volume via Determinant
V=61det(e1e2e3)
Determinant Product of Eigenvalues
det(A)=λ1λ2⋯λn
Linear Equation Standard Form
a1x1+a2x2+⋯+anxn=b
Linear System Matrix Form
Ax=b
Vector Equation Form
x1a1+x2a2+⋯+xnan=b
Augmented Matrix Construction
[A∣b]=a11a21⋮am1a12a22⋮am2⋯⋯⋱⋯a1na2n⋮amnb1b2⋮bm
Row Echelon Form Definition
REF: ∗000∙∗00∙∙00∙∙∗0∙∙∙0
Reduced Row Echelon Form Definition
RREF: 10000100∙∙000010∙∙∙0
RREF Uniqueness
RREF(A) is unique
Pivot Definition
pivot=leading nonzero entry of a row in echelon form
Elementary Row Operations
RikRiRi+cRj↔Rj(swap)→Ri,k=0(scaling)→Ri(addition)
Row Equivalence Preserves Solutions
[A∣b]∼[A′∣b′]⟹Sol(Ax=b)=Sol(A′x=b′)
Free Variables Count
(number of free variables)=n−rank(A)
Solvability Rank Criterion
Ax=b is consistent⟺rank(A)=rank([A∣b])
Solution Structure Decomposition
x=xp+xh,xh∈Null(A)
Homogeneous Solution Space Dimension
dimNull(A)=n−rank(A)
Underdetermined Homogeneous Has Nontrivial
n>m⟹Ax=0 has a nontrivial solution
Linear Transformation Definition
T(cu+dv)=cT(u)+dT(v)
Zero Vector Preservation
T(0V)=0W
Composition Is Linear
(S∘T)(u)=S(T(u)),[S∘T]=[S][T]
Standard Matrix
A=[T(e1)T(e2)⋯T(en)]
Linear Map as Matrix Multiplication
T(x)=Axfor every x∈Rn
Matrix Representation Abstract Bases
[T]C←B=[[T(v1)]C⋯[T(vn)]C]
Image Definition
Im(T)={T(v):v∈V}⊆W
Kernel Definition
ker(T)={v∈V:T(v)=0}⊆V
Injectivity Kernel Criterion
T injective⟺ker(T)={0}
Rank-Nullity for Maps
dimIm(T)+dimker(T)=dimV
Bijectivity Equal Dim Case
dimV=dimW⇒(T injective⟺T surjective⟺T bijective)
Similarity Relation
A′=P−1AP
Similarity Invariants
A′=P−1AP⇒⎩⎨⎧det(A′)=det(A)tr(A′)=tr(A)rank(A′)=rank(A)eigenvalues(A′)=eigenvalues(A)
Diagonalization Formula
A=PDP−1,D=diag(λ1,…,λn),P=[v1⋯vn]
Rotation Matrix 2D
Rθ=(cosθsinθ−sinθcosθ)
Rotation Matrices 3D
Rx(θ)=1000cosθsinθ0−sinθcosθ,Ry(θ)=cosθ0−sinθ010sinθ0cosθ,Rz(θ)=cosθsinθ0−sinθcosθ0001
Reflection Across Line 2D
Hα=(cos2αsin2αsin2α−cos2α)
Householder Reflection
H=I−2nnT
Projection onto Line
P=uTuuuT
Projection onto Plane
P=I−nTnnnT
Shear Matrix
Shearx=(10k1),Sheary=(1k01)
Eigenvalue Definition
Av=λv,v=0
Characteristic Equation
det(A−λI)=0
Eigenspace
Eλ=Null(A−λI)={v:Av=λv}
Characteristic Polynomial
p(λ)=det(A−λI)
Characteristic Polynomial 2x2
p(λ)=λ2−tr(A)λ+det(A)
Cayley-Hamilton
p(A)=O
Multiplicity Inequality
1≤mg(λ)≤ma(λ)
Independence of Distinct Eigenvectors
λ1,…,λk distinct⇒{v1,…,vk} linearly independent
Eigenvalue of Power
Av=λv⇒Akv=λkv
Eigenvalue of Inverse
Av=λv⇒A−1v=λ1v
Eigenvalue of Polynomial
q(A)v=q(λ)v
Eigenvalue Shift
Av=λv⇒(A+cI)v=(λ+c)v
Diagonalizability Condition
A diagonalizable⟺mg(λ)=ma(λ) for every eigenvalue λ
Distinct Eigenvalues Imply Diagonalizable
A has n distinct eigenvalues⇒A is diagonalizable
Special Matrix Eigenvalue Restrictions
symmetric (real):skew-symmetric (real):orthogonal:idempotent:nilpotent:involutory:positive definite:λ∈Rλ=0 or λ∈iR∣λ∣=1λ∈{0,1}λ=0λ∈{−1,+1}λ>0
Spectral Theorem
A=AT⇒A=QDQT,QTQ=I,D=diag(λ1,…,λn)∈Rn×n
Spectral Decomposition
A=∑i=1nλiqiqiT
Matrix Exponential
eAt=PeDtP−1=Pdiag(eλ1t,…,eλnt)P−1
Complex Conjugate Pairs
A∈Rn×n,Av=λv⇒Avˉ=λˉvˉ
Discriminant Classification 2x2
Δ=tr(A)2−4det(A)⎩⎨⎧Δ>0:Δ=0:Δ<0:two distinct real eigenvaluesone repeated real eigenvaluecomplex conjugate pair
Real Canonical Form 2x2
λ=a±bi⇒P−1AP=(ab−ba)=r(cosθsinθ−sinθcosθ)
Cauchy-Schwarz Inequality (General)
∣u⋅v∣≤∥u∥∥v∥
Triangle Inequality (Inner Product)
∥u+v∥≤∥u∥+∥v∥
Pythagorean Theorem
u⋅v=0⇒∥u+v∥2=∥u∥2+∥v∥2
Inner Product Axioms
Symmetry:Linearity:Positive definite:⟨u,v⟩=⟨v,u⟩⟨cu+dw,v⟩=c⟨u,v⟩+d⟨w,v⟩⟨v,v⟩>0 for v=0
Distance Formula (Inner Product)
d(u,v)=∥u−v∥=∑i=1n(ui−vi)2
Orthogonal Complement Definition
W⊥={v∈Rn:v⋅w=0 for all w∈W}
Complement Dimension Sum
dim(W)+dim(W⊥)=n
Orthogonal Decomposition (Subspace)
v=v^+z,v^∈W,z∈W⊥
Orthogonal Set Independence
vi⋅vj=0(i=j),vi=0⇒{v1,…,vk} linearly independent
Orthonormal Set
qi⋅qj=δij={10i=ji=j
Coordinates via Orthonormal Basis
x=∑i=1n(x⋅qi)qi,ci=x⋅qi
Parseval Identity
∥x∥2=∑i=1n(x⋅qi)2=∑i=1nci2
Projection onto Subspace
b^=A(ATA)−1ATb,P=A(ATA)−1AT
Projection onto Orthonormal Basis
projWb=∑i=1k(qi⋅b)qi
Orthonormal Columns Projection
P=QQT,QTQ=Ik
Projection Matrix Properties
P2=P,PT=P
Complementary Projection
PW⊥=I−PW,PWb+(I−PW)b=b
Gram-Schmidt Process
u1=v1,uj=vj−∑i=1j−1ui⋅uiui⋅vjui,qj=∥uj∥uj
Normal Equations
ATAx^=ATb
Least-Squares Solution
x^=(ATA)−1ATb,A+=(ATA)−1AT
Least-Squares via QR
A=QR⇒Rx^=QTb
LU Decomposition
A=LU
PA LU Partial Pivoting
PA=LU
Determinant via LU
det(A)=(−1)s∏i=1nuii
LU Solve Steps
Ax=b⟺{Ly=PbUx=y(forward sub)(back sub)
Cholesky Decomposition
A=LLT
Cholesky Diagonal Formula
ljj=ajj−∑k=1j−1ljk2
Cholesky Off-Diagonal Formula
lij=ljj1(aij−∑k=1j−1likljk),i>j
QR Decomposition
A=QR
QR Gram-Schmidt R Entries
Rij=qi⋅aj(i≤j),Rij=0(i>j),Rjj=∥uj∥
QR Algorithm for Eigenvalues
Ak=QkRk,Ak+1=RkQk
SVD
A=UΣVT
Singular Values
σi=λi(ATA)=λi(AAT)
SVD Rank
rank(A)=#{i:σi>0}
SVD Outer Product Form
A=∑i=1rσiuiviT
Moore-Penrose Pseudoinverse
A+=VΣ+UT
Eckart-Young Low-Rank Approximation
Ak=∑i=1kσiuiviT,∥A−Ak∥2=σk+1,∥A−Ak∥F=∑i=k+1rσi2
Condition Number
κ(A)=σrσ1
Operator Norm
∥A∥2=σ1=max∥x∥=1∥Ax∥
Frobenius Norm via Singular Values
∥A∥F=∑i=1rσi2
SVD Four Fundamental Subspaces
Col(A)Null(AT)Row(A)Null(A)=Span{u1,…,ur}=Span{ur+1,…,um}=Span{v1,…,vr}=Span{vr+1,…,vn}
Quadratic Form Diagonalization
xTAx=yTDy=∑i=1nλiyi2,x=Qy
Vector Component Form
v=(v1,v2,…,vn)∈Rn
Standard Basis Decomposition
v=v1e1+v2e2+⋯+vnen
Direction Cosines
cosα=∥v∥v1,cosβ=∥v∥v2,cosγ=∥v∥v3
Direction Cosines Identity
cos2α+cos2β+cos2γ=1
Vector Addition
a+b=(a1+b1, a2+b2, …, an+bn)
Vector Subtraction
a−b=a+(−b)=(a1−b1, a2−b2, …, an−bn)
Scalar Multiplication of Vectors
ca=(ca1, ca2, …, can)
Linear Combination
c1v1+c2v2+⋯+ckvk
Span
Span{v1,…,vk}={c1v1+⋯+ckvk∣ci∈R}
Euclidean Norm
∥v∥=v12+v22+⋯+vn2=∑i=1nvi2
Distance Formula
d(a,b)=∥a−b∥=(a1−b1)2+(a2−b2)2+⋯+(an−bn)2
Vector Normalization
v^=∥v∥v
Norm Scaling Property
∥cv∥=∣c∣∥v∥
Triangle Inequality
∥a+b∥≤∥a∥+∥b∥
Cauchy-Schwarz Inequality
∣a⋅b∣≤∥a∥∥b∥
Dot Product (Algebraic)
a⋅b=a1b1+a2b2+⋯+anbn=∑i=1naibi
Dot Product (Geometric)
a⋅b=∥a∥∥b∥cosθ
Angle Between Vectors
cosθ=∥a∥∥b∥a⋅b
Self Dot Product
v⋅v=v12+v22+⋯+vn2=∥v∥2
Orthogonality Condition
a⋅b=0⟺a⊥b
Scalar Projection
compba=∥b∥a⋅b
Vector Projection
projba=∥b∥2a⋅bb=b⋅ba⋅bb
Orthogonal Decomposition
a=projba+a⊥,a⊥=a−projba
Cross Product (Component Form)
a×b=(a2b3−a3b2, a3b1−a1b3, a1b2−a2b1)
Cross Product (Determinant Form)
a×b=ia1b1ja2b2ka3b3
Cross Product Magnitude
∥a×b∥=∥a∥∥b∥sinθ
Standard Basis Cross Products
i×j=k,j×k=i,k×i=j
Cross Product Anti-Commutativity
a×b=−(b×a)
Parallelism Test (Cross Product)
a×b=0⟺a∥b
Vector Triple Product
a×(b×c)=(a⋅c)b−(a⋅b)c
Lagrange Identity
(a×b)⋅(c×d)=(a⋅c)(b⋅d)−(a⋅d)(b⋅c)
Scalar Triple Product
a⋅(b×c)=a1b1c1a2b2c2a3b3c3
Parallelogram Area
Area=∥a×b∥
Parallelepiped Volume
V=∣a⋅(b×c)∣
Pyramid Volume
V=61∣a⋅(b×c)∣
Vector Space Axioms
For all u,v,w∈V and all c,d∈F:(1) u+v∈V(2) u+v=v+u(3) (u+v)+w=u+(v+w)(4) ∃0∈V:v+0=v(5) ∃−v∈V:v+(−v)=0(6) cv∈V(7) c(dv)=(cd)v(8) c(u+v)=cu+cv(9) (c+d)v=cv+dv(10) 1v=v
Scalar-Zero Property
0v=0,c0=0
Negative One Scalar
(−1)v=−v
Subspace Test
W⊆V is a subspace⟺⎩⎨⎧W=∅u,v∈W⇒u+v∈Wv∈W, c∈F⇒cv∈W
Subspace Test Combined
W⊆V is a subspace⟺W=∅ and cu+dv∈W for all u,v∈W, c,d∈F
Span (Set Definition)
Span{v1,…,vk}={c1v1+c2v2+⋯+ckvk∣ci∈F}
Span Membership Criterion
b∈Span{v1,…,vk}⟺Ac=b is consistent
Span Is Smallest Subspace
Span(K)=⋂W subspaceK⊆WW
Linear Independence Equation
{v1,…,vk} is independent⟺(c1v1+⋯+ckvk=0⇒c1=⋯=ck=0)
Linear Independence Matrix Test
{v1,…,vk}⊂Rm is independent⟺Ac=0 has only the trivial solution
Linear Independence Determinant Test
{v1,…,vn}⊂Rn is independent⟺det[v1 ⋯ vn]=0
Max Independent Set Size
∣S∣>dimV⇒S is dependent
Wronskian Test
W(f1,…,fn)(x)=detf1(x)f1′(x)⋮f1(n−1)(x)⋯⋯⋱⋯fn(x)fn′(x)⋮fn(n−1)(x)
Basis Definition
B={v1,…,vn} is a basis for V⟺{B is linearly independentSpan(B)=V
Unique Basis Representation
∀v∈V, ∃!(c1,…,cn):v=c1v1+c2v2+⋯+cnvn
Coordinate Vector
[v]B=c1c2⋮cnwhere v=c1v1+⋯+cnvn
Standard Basis (Rn)
ei=(0,…,0,i-th1,0,…,0),i=1,…,n
Change of Basis Formula
[v]C=PC←B[v]B
Change of Basis Inverse
PB←C=(PC←B)−1
Coordinate Map Linearity
[u+v]B=[u]B+[v]B,[cv]B=c[v]B
Dimension Definition
dim(V)=∣B∣for any basis B of V
Subspace Dimension Inequality
W⊆V⇒dim(W)≤dim(V),with equality⟺W=V
Dimension Sum Formula
dim(W1+W2)=dim(W1)+dim(W2)−dim(W1∩W2)
Direct Sum Criterion
V=W1⊕W2⟺V=W1+W2 and W1∩W2={0}
Direct Sum Dimension
V=W1⊕W2⇒dim(V)=dim(W1)+dim(W2)
Rank-Nullity Theorem (Matrix Form)
dim(ColA)+dim(NullA)=n
Four Fundamental Subspaces Dimensions
dim(ColA)dim(NullA)=r=n−rdim(RowA)dim(NullAT)=r=m−r
Row Rank Equals Column Rank
dim(RowA)=dim(ColA)=rank(A)
Matrix Equality
A=B⟺aij=bij for all i,j
Matrix Addition
(A+B)ij=aij+bij
Matrix Subtraction
(A−B)ij=aij−bij
Scalar Multiplication of Matrices
(cA)ij=c⋅aij
Matrix Multiplication
(AB)ij=∑k=1naikbkj
Matrix-Vector Product (Column Form)
Ax=x1a1+x2a2+⋯+xnan
Matrix Multiplication Associativity
(AB)C=A(BC)
Matrix Multiplication Distributivity
A(B+C)=AB+AC,(A+B)C=AC+BC
Matrix Multiplication Non-Commutativity
AB=BAin general
Matrix Power
A0=I,Ak=k factorsA⋅A⋯A,A−k=(A−1)k
Transpose Definition
(AT)ij=aji
Transpose Involution
(AT)T=A
Transpose of Sum
(A+B)T=AT+BT
Transpose of Scalar Multiple
(cA)T=cAT
Transpose of Product
(AB)T=BTAT
Symmetric Matrix Definition
A=AT⟺aij=aji for all i,j
Skew-Symmetric Matrix Definition
AT=−A⟺aij=−aji
Symmetric Skew Decomposition
A=21(A+AT)+21(A−AT)
Gram Matrix Symmetry
(ATA)T=ATA,(AAT)T=AAT
Identity Matrix Definition
In=[δij],δij={10i=ji=j
Identity Matrix Property
AI=IA=A
Diagonal Matrix Definition
D=diag(d1,d2,…,dn)⟺dij=0 for i=j
Diagonal Matrix Power
Dk=diag(d1k,d2k,…,dnk)
Diagonal Matrix Determinant
det(diag(d1,…,dn))=d1d2⋯dn
Triangular Matrix Determinant
det(T)=t11t22⋯tnn
Orthogonal Matrix Definition
QTQ=QQT=I
Orthogonal Matrix Determinant
det(Q)=±1
Idempotent Matrix Definition
A2=A
Idempotent Rank Trace
A2=A⟹rank(A)=tr(A)
Nilpotent Matrix Definition
Ak=Ofor some k≥1
Neumann Series Nilpotent
Ak=O⟹(I−A)−1=I+A+A2+⋯+Ak−1
Involutory Matrix Definition
A2=I
Cross Product Skew Matrix
a×b=[a]×b,[a]×=0a3−a2−a30a1a2−a10
Inverse Definition
AA−1=A−1A=I
Inverse 2x2 Formula
(acbd)−1=ad−bc1(d−c−ba)
Inverse via Adjugate
A−1=det(A)1adj(A)
Inverse via Row Reduction
[A∣I]row ops[I∣A−1]
Inverse Involution
(A−1)−1=A
Inverse of Product
(AB)−1=B−1A−1
Inverse of Transpose
(AT)−1=(A−1)T
Inverse of Scalar Multiple
(cA)−1=c1A−1
Inverse of Power
(Ak)−1=(A−1)k=A−k
Determinant of Inverse
det(A−1)=det(A)1
Diagonal Matrix Inverse
diag(d1,…,dn)−1=diag(d11,…,dn1)
Orthogonal Matrix Inverse
Q−1=QT
Solve System via Inverse
Ax=b⟹x=A−1b
Invertible Matrix Theorem
For A∈Rn×n, the following are equivalent:(1) A is invertible(2) det(A)=0(3) rank(A)=n(4) columns of A are linearly independent(5) rows of A are linearly independent(6) columns of A span Rn(7) columns form a basis of Rn(8) Ax=0 has only the trivial solution(9) Ax=b has a unique solution for every b(10) Null(A)={0}(11) rref(A)=I(12) A is a product of elementary matrices(13) 0 is not an eigenvalue of A
Singular Matrix Definition
A singular⟺det(A)=0⟺rank(A)<n
Rank Bounds
0≤rank(A)≤min(m,n)
Rank of Transpose
rank(AT)=rank(A)
Rank Product Inequality
rank(AB)≤min(rank(A),rank(B))
Sylvester Rank Inequality
rank(A)+rank(B)−n≤rank(AB)
Rank Sum Inequality
rank(A+B)≤rank(A)+rank(B)
Rank Invariance Invertible
rank(PAQ)=rank(A)
Gram Rank Identity
rank(ATA)=rank(AAT)=rank(A)
Rank-One Outer Product
A=uvT⟹rank(A)=1(u,v=0)
Trace Definition
tr(A)=∑i=1naii=a11+a22+⋯+ann
Trace Linearity
tr(cA+dB)=ctr(A)+dtr(B)
Trace of Transpose
tr(AT)=tr(A)
Trace Cyclic Property
tr(AB)=tr(BA)
Trace Sum of Eigenvalues
tr(A)=∑i=1nλi
Trace Similarity Invariance
tr(P−1AP)=tr(A)
Trace of Commutator
tr(AB−BA)=0
Trace Symmetric Skew Product
tr(SK)=0(ST=S,KT=−K)
Trace Orthonormal Basis
tr(A)=∑i=1nqiTAqi
Frobenius Inner Product
⟨A,B⟩F=tr(ATB)=∑i,jaijbij
Frobenius Norm
∥A∥F=tr(ATA)=∑i,jaij2
Determinant 2x2
det(acbd)=ad−bc
Determinant 3x3
det(A)=a11(a22a33−a23a32)−a12(a21a33−a23a31)+a13(a21a32−a22a31)
Determinant Recursive Definition
det(A)=⎩⎨⎧a11j=1∑n(−1)1+ja1jM1jn=1n≥2
Determinant Permutation Formula
det(A)=∑σ∈Snsgn(σ)aσ(1),1aσ(2),2⋯aσ(n),n
Minor Definition
Mij=det(A(i,j))
Cofactor Definition
Cij=(−1)i+jMij
Cofactor Matrix Definition
cof(A)=[Cij]n×n
Adjugate Definition
adj(A)=cof(A)T
Laplace Row Expansion
det(A)=∑j=1naijCijfor any fixed row i
Laplace Column Expansion
det(A)=∑i=1naijCijfor any fixed column j
Determinant Row Swap
det(B)=−det(A)
Determinant Row Scaling
det(B)=kdet(A)
Determinant Row Addition
det(B)=det(A)
Determinant of Transpose
det(AT)=det(A)
Determinant of Product
det(AB)=det(A)det(B)
Determinant of Scalar Multiple
det(kA)=kndet(A)
Determinant of Power
det(Ak)=(det(A))k
Determinant of Identity
det(In)=1
Block Triangular Determinant
det(A110A12A22)=det(A11)det(A22)
Vandermonde Determinant
det(V)=∏1≤i<j≤n(xj−xi)
Adjugate Identity
A⋅adj(A)=adj(A)⋅A=det(A)I
Cramers Rule
xi=det(A)det(Ai)
Determinant Signed Area 2D
signed area(u,v)=det(uv)=ad−bc
Determinant Signed Volume 3D
signed volume(a,b,c)=det(abc)=a⋅(b×c)
Determinant Volume Scaling Factor
vol(A(S))=∣det(A)∣⋅vol(S)
Triangle Area via Determinant
Area=21det(x2−x1y2−y1x3−x1y3−y1)
Tetrahedron Volume via Determinant
V=61det(e1e2e3)
Determinant Product of Eigenvalues
det(A)=λ1λ2⋯λn
Linear Equation Standard Form
a1x1+a2x2+⋯+anxn=b
Linear System Matrix Form
Ax=b
Vector Equation Form
x1a1+x2a2+⋯+xnan=b
Augmented Matrix Construction
[A∣b]=a11a21⋮am1a12a22⋮am2⋯⋯⋱⋯a1na2n⋮amnb1b2⋮bm
Row Echelon Form Definition
REF: ∗000∙∗00∙∙00∙∙∗0∙∙∙0
Reduced Row Echelon Form Definition
RREF: 10000100∙∙000010∙∙∙0
RREF Uniqueness
RREF(A) is unique
Pivot Definition
pivot=leading nonzero entry of a row in echelon form
Elementary Row Operations
RikRiRi+cRj↔Rj(swap)→Ri,k=0(scaling)→Ri(addition)
Row Equivalence Preserves Solutions
[A∣b]∼[A′∣b′]⟹Sol(Ax=b)=Sol(A′x=b′)
Free Variables Count
(number of free variables)=n−rank(A)
Solvability Rank Criterion
Ax=b is consistent⟺rank(A)=rank([A∣b])
Solution Structure Decomposition
x=xp+xh,xh∈Null(A)
Homogeneous Solution Space Dimension
dimNull(A)=n−rank(A)
Underdetermined Homogeneous Has Nontrivial
n>m⟹Ax=0 has a nontrivial solution
Linear Transformation Definition
T(cu+dv)=cT(u)+dT(v)
Zero Vector Preservation
T(0V)=0W
Composition Is Linear
(S∘T)(u)=S(T(u)),[S∘T]=[S][T]
Standard Matrix
A=[T(e1)T(e2)⋯T(en)]
Linear Map as Matrix Multiplication
T(x)=Axfor every x∈Rn
Matrix Representation Abstract Bases
[T]C←B=[[T(v1)]C⋯[T(vn)]C]
Image Definition
Im(T)={T(v):v∈V}⊆W
Kernel Definition
ker(T)={v∈V:T(v)=0}⊆V
Injectivity Kernel Criterion
T injective⟺ker(T)={0}
Rank-Nullity for Maps
dimIm(T)+dimker(T)=dimV
Bijectivity Equal Dim Case
dimV=dimW⇒(T injective⟺T surjective⟺T bijective)
Similarity Relation
A′=P−1AP
Similarity Invariants
A′=P−1AP⇒⎩⎨⎧det(A′)=det(A)tr(A′)=tr(A)rank(A′)=rank(A)eigenvalues(A′)=eigenvalues(A)
Diagonalization Formula
A=PDP−1,D=diag(λ1,…,λn),P=[v1⋯vn]
Rotation Matrix 2D
Rθ=(cosθsinθ−sinθcosθ)
Rotation Matrices 3D
Rx(θ)=1000cosθsinθ0−sinθcosθ,Ry(θ)=cosθ0−sinθ010sinθ0cosθ,Rz(θ)=cosθsinθ0−sinθcosθ0001
Reflection Across Line 2D
Hα=(cos2αsin2αsin2α−cos2α)
Householder Reflection
H=I−2nnT
Projection onto Line
P=uTuuuT
Projection onto Plane
P=I−nTnnnT
Shear Matrix
Shearx=(10k1),Sheary=(1k01)
Eigenvalue Definition
Av=λv,v=0
Characteristic Equation
det(A−λI)=0
Eigenspace
Eλ=Null(A−λI)={v:Av=λv}
Characteristic Polynomial
p(λ)=det(A−λI)
Characteristic Polynomial 2x2
p(λ)=λ2−tr(A)λ+det(A)
Cayley-Hamilton
p(A)=O
Multiplicity Inequality
1≤mg(λ)≤ma(λ)
Independence of Distinct Eigenvectors
λ1,…,λk distinct⇒{v1,…,vk} linearly independent
Eigenvalue of Power
Av=λv⇒Akv=λkv
Eigenvalue of Inverse
Av=λv⇒A−1v=λ1v
Eigenvalue of Polynomial
q(A)v=q(λ)v
Eigenvalue Shift
Av=λv⇒(A+cI)v=(λ+c)v
Diagonalizability Condition
A diagonalizable⟺mg(λ)=ma(λ) for every eigenvalue λ
Distinct Eigenvalues Imply Diagonalizable
A has n distinct eigenvalues⇒A is diagonalizable
Special Matrix Eigenvalue Restrictions
symmetric (real):skew-symmetric (real):orthogonal:idempotent:nilpotent:involutory:positive definite:λ∈Rλ=0 or λ∈iR∣λ∣=1λ∈{0,1}λ=0λ∈{−1,+1}λ>0
Spectral Theorem
A=AT⇒A=QDQT,QTQ=I,D=diag(λ1,…,λn)∈Rn×n
Spectral Decomposition
A=∑i=1nλiqiqiT
Matrix Exponential
eAt=PeDtP−1=Pdiag(eλ1t,…,eλnt)P−1
Complex Conjugate Pairs
A∈Rn×n,Av=λv⇒Avˉ=λˉvˉ
Discriminant Classification 2x2
Δ=tr(A)2−4det(A)⎩⎨⎧Δ>0:Δ=0:Δ<0:two distinct real eigenvaluesone repeated real eigenvaluecomplex conjugate pair
Real Canonical Form 2x2
λ=a±bi⇒P−1AP=(ab−ba)=r(cosθsinθ−sinθcosθ)
Cauchy-Schwarz Inequality (General)
∣u⋅v∣≤∥u∥∥v∥
Triangle Inequality (Inner Product)
∥u+v∥≤∥u∥+∥v∥
Pythagorean Theorem
u⋅v=0⇒∥u+v∥2=∥u∥2+∥v∥2
Inner Product Axioms
Symmetry:Linearity:Positive definite:⟨u,v⟩=⟨v,u⟩⟨cu+dw,v⟩=c⟨u,v⟩+d⟨w,v⟩⟨v,v⟩>0 for v=0
Distance Formula (Inner Product)
d(u,v)=∥u−v∥=∑i=1n(ui−vi)2
Orthogonal Complement Definition
W⊥={v∈Rn:v⋅w=0 for all w∈W}
Complement Dimension Sum
dim(W)+dim(W⊥)=n
Orthogonal Decomposition (Subspace)
v=v^+z,v^∈W,z∈W⊥
Orthogonal Set Independence
vi⋅vj=0(i=j),vi=0⇒{v1,…,vk} linearly independent
Orthonormal Set
qi⋅qj=δij={10i=ji=j
Coordinates via Orthonormal Basis
x=∑i=1n(x⋅qi)qi,ci=x⋅qi
Parseval Identity
∥x∥2=∑i=1n(x⋅qi)2=∑i=1nci2
Projection onto Subspace
b^=A(ATA)−1ATb,P=A(ATA)−1AT
Projection onto Orthonormal Basis
projWb=∑i=1k(qi⋅b)qi
Orthonormal Columns Projection
P=QQT,QTQ=Ik
Projection Matrix Properties
P2=P,PT=P
Complementary Projection
PW⊥=I−PW,PWb+(I−PW)b=b
Gram-Schmidt Process
u1=v1,uj=vj−∑i=1j−1ui⋅uiui⋅vjui,qj=∥uj∥uj
Normal Equations
ATAx^=ATb
Least-Squares Solution
x^=(ATA)−1ATb,A+=(ATA)−1AT
Least-Squares via QR
A=QR⇒Rx^=QTb
LU Decomposition
A=LU
PA LU Partial Pivoting
PA=LU
Determinant via LU
det(A)=(−1)s∏i=1nuii
LU Solve Steps
Ax=b⟺{Ly=PbUx=y(forward sub)(back sub)
Cholesky Decomposition
A=LLT
Cholesky Diagonal Formula
ljj=ajj−∑k=1j−1ljk2
Cholesky Off-Diagonal Formula
lij=ljj1(aij−∑k=1j−1likljk),i>j
QR Decomposition
A=QR
QR Gram-Schmidt R Entries
Rij=qi⋅aj(i≤j),Rij=0(i>j),Rjj=∥uj∥
QR Algorithm for Eigenvalues
Ak=QkRk,Ak+1=RkQk
SVD
A=UΣVT
Singular Values
σi=λi(ATA)=λi(AAT)
SVD Rank
rank(A)=#{i:σi>0}
SVD Outer Product Form
A=∑i=1rσiuiviT
Moore-Penrose Pseudoinverse
A+=VΣ+UT
Eckart-Young Low-Rank Approximation
Ak=∑i=1kσiuiviT,∥A−Ak∥2=σk+1,∥A−Ak∥F=∑i=k+1rσi2
Condition Number
κ(A)=σrσ1
Operator Norm
∥A∥2=σ1=max∥x∥=1∥Ax∥
Frobenius Norm via Singular Values
∥A∥F=∑i=1rσi2
SVD Four Fundamental Subspaces
Col(A)Null(AT)Row(A)Null(A)=Span{u1,…,ur}=Span{ur+1,…,um}=Span{v1,…,vr}=Span{vr+1,…,vn}
Quadratic Form Diagonalization
xTAx=yTDy=∑i=1nλiyi2,x=Qy
Linear Algebra Terms and Definitions
Discover essential linear algebra definitions that form the mathematical foundation for understanding vectors, matrices, and their relationships. This guide breaks down key terms from basic vector concepts like magnitude and direction to advanced matrix classifications and properties. Each definition includes precise mathematical notation, clear explanations, and visual examples to help grasp the concept. Whether you're learning about vector spaces, exploring matrix types like triangular and symmetric matrices, or studying transformations, this organized reference makes complex linear algebra terminology accessible. The page serves as both a learning tool and a quick reference for students and practitioners, featuring interactive mathematical notation and practical examples throughout.
Vector
An ordered list of $n$ real numbers: $\mathbf{v} = (v_1, v_2, \ldots, v_n) \in \mathbb{R}^n$
Scalar
An element of the underlying field — in standard linear algebra, a real number $c \in \mathbb{R}$
Magnitude (Norm)
The length of a [vector](!/linear-algebra/definitions#vector), measured as its distance from the origin:
$$\|\mathbf{v}\| = \sqrt{v_1^2 + v_2^2 + \cdots + v_n^2}$$
Unit Vector
A vector $\hat{\mathbf{u}}$ with $\|\hat{\mathbf{u}}\| = 1$
Dot Product
An operation that takes two [vectors](!/linear-algebra/definitions#vector) and returns a [scalar](!/linear-algebra/definitions#scalar), computed by summing the products of corresponding components:
$$\mathbf{u} \cdot \mathbf{v} = u_1 v_1 + u_2 v_2 + \cdots + u_n v_n = \|\mathbf{u}\|\,\|\mathbf{v}\|\cos\theta$$
Cross Product
A binary operation on two vectors in $\mathbb{R}^3$ that produces a vector perpendicular to both inputs:
$$\mathbf{u} \times \mathbf{v} = \begin{pmatrix} u_2 v_3 - u_3 v_2 \\ u_3 v_1 - u_1 v_3 \\ u_1 v_2 - u_2 v_1 \end{pmatrix}$$
Linear Combination
A sum of [vectors](!/linear-algebra/definitions#vector), each multiplied by a [scalar](!/linear-algebra/definitions#scalar) coefficient:
$$c_1\mathbf{v}_1 + c_2\mathbf{v}_2 + \cdots + c_k\mathbf{v}_k$$
Vector Space
A set $V$ equipped with vector addition and scalar multiplication satisfying the [vector space axioms](!/linear-algebra/vector-spaces/axioms)
Subspace
A nonempty subset $W \subseteq V$ that is itself a [vector space](!/linear-algebra/definitions#vector_space) under the same operations
Span
The set of all [linear combinations](!/linear-algebra/definitions#linear_combination) of a given collection of vectors:
$$\text{Span}\{\mathbf{v}_1, \ldots, \mathbf{v}_k\} = \{c_1\mathbf{v}_1 + \cdots + c_k\mathbf{v}_k \mid c_i \in \mathbb{R}\}$$
Linear Independence
Vectors $\mathbf{v}_1, \ldots, \mathbf{v}_k$ are linearly independent if the only solution to
$$c_1\mathbf{v}_1 + \cdots + c_k\mathbf{v}_k = \mathbf{0}$$
is $c_1 = c_2 = \cdots = c_k = 0$
Basis
A set $\{\mathbf{v}_1, \ldots, \mathbf{v}_n\}$ that is [linearly independent](!/linear-algebra/definitions#linear_independence) and [spans](!/linear-algebra/definitions#span) the entire [vector space](!/linear-algebra/definitions#vector_space)
Dimension
The number of vectors in any [basis](!/linear-algebra/definitions#basis) of a [vector space](!/linear-algebra/definitions#vector_space) $V$, denoted $\dim(V)$
Column Space
The set of all vectors expressible as $A\mathbf{x}$ — equivalently, the [span](!/linear-algebra/definitions#span) of the columns of $A$:
$$\text{Col}(A) = \{A\mathbf{x} \mid \mathbf{x} \in \mathbb{R}^n\}$$
Null Space (Kernel)
The set of all solutions to the [homogeneous system](!/linear-algebra/definitions#homogeneous_system) $A\mathbf{x} = \mathbf{0}$:
$$\text{Nul}(A) = \{\mathbf{x} \in \mathbb{R}^n \mid A\mathbf{x} = \mathbf{0}\}$$
Row Space
The [span](!/linear-algebra/definitions#span) of the rows of a [matrix](!/linear-algebra/definitions#matrix), equivalently the [column space](!/linear-algebra/definitions#column_space) of its transpose:
$$\text{Row}(A) = \text{Col}(A^T)$$
Left Null Space
The [null space](!/linear-algebra/definitions#null_space) of the transpose $A^T$ — the set of all vectors $\mathbf{y}$ satisfying $A^T\mathbf{y} = \mathbf{0}$:
$$\text{Nul}(A^T) = \{\mathbf{y} \in \mathbb{R}^m \mid A^T\mathbf{y} = \mathbf{0}\}$$
Matrix
A rectangular array of numbers with $m$ rows and $n$ columns: $A \in \mathbb{R}^{m \times n}$
Square Matrix
A [matrix](!/linear-algebra/definitions#matrix) with equal numbers of rows and columns: $A \in \mathbb{R}^{n \times n}$
Identity Matrix
The [square matrix](!/linear-algebra/definitions#square_matrix) with $1$s on the main diagonal and $0$s elsewhere, denoted $I_n$:
$$I_n = \begin{pmatrix} 1 & 0 & \cdots & 0 \\ 0 & 1 & \cdots & 0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \cdots & 1 \end{pmatrix}$$
Symmetric Matrix
A [square matrix](!/linear-algebra/definitions#square_matrix) satisfying $A = A^T$
Inverse Matrix
A [square matrix](!/linear-algebra/definitions#square_matrix) $A^{-1}$ such that $AA^{-1} = A^{-1}A = I$
Singular Matrix
A [square matrix](!/linear-algebra/definitions#square_matrix) $A$ with $\det(A) = 0$
Rank
The number of [linearly independent](!/linear-algebra/definitions#linear_independence) columns (equivalently, rows) in a [matrix](!/linear-algebra/definitions#matrix):
$$\text{rank}(A) = \dim(\text{Col}(A)) = \dim(\text{Row}(A))$$
Trace
The sum of the main diagonal entries of a [square matrix](!/linear-algebra/definitions#square_matrix):
$$\text{tr}(A) = a_{11} + a_{22} + \cdots + a_{nn} = \sum_{i=1}^{n} a_{ii}$$
Diagonal Matrix
A [square matrix](!/linear-algebra/definitions#square_matrix) where $a_{ij} = 0$ for all $i \neq j$
Positive Definite Matrix
A [symmetric matrix](!/linear-algebra/definitions#symmetric_matrix) $A$ satisfying $\mathbf{x}^T A \mathbf{x} > 0$ for all nonzero $\mathbf{x}$
Determinant
A scalar $\det(A) \in \mathbb{R}$ assigned to every [square matrix](!/linear-algebra/definitions#square_matrix), defined recursively via [cofactor](!/linear-algebra/definitions#cofactor) expansion
Minor
The [determinant](!/linear-algebra/definitions#determinant) of the submatrix obtained by deleting row $i$ and column $j$ from a [matrix](!/linear-algebra/definitions#matrix):
$$M_{ij} = \det(\hat{A}_{ij})$$
Cofactor
A signed [minor](!/linear-algebra/definitions#minor), with sign determined by the position $(i,j)$:
$$C_{ij} = (-1)^{i+j} M_{ij}$$
Cofactor Matrix (Adjugate)
The transpose of the matrix of [cofactors](!/linear-algebra/definitions#cofactor) of $A$:
$$\text{adj}(A) = C^T$$
System of Linear Equations
A collection of equations $A\mathbf{x} = \mathbf{b}$ where $A$ is an $m \times n$ [matrix](!/linear-algebra/definitions#matrix) and $\mathbf{b} \in \mathbb{R}^m$
Augmented Matrix
The [matrix](!/linear-algebra/definitions#matrix) formed by appending the right-hand side vector $\mathbf{b}$ as an additional column to the coefficient matrix $A$, written $[A \mid \mathbf{b}]$
Row Echelon Form
A matrix where:
• all zero rows are at the bottom
• each leading entry ([pivot](!/linear-algebra/definitions#pivot)) is to the right of the pivot in the row above
• all entries below each pivot are zero
Reduced Row Echelon Form
[Row echelon form](!/linear-algebra/definitions#row_echelon_form) with the additional requirements:
• every [pivot](!/linear-algebra/definitions#pivot) is $1$
• each pivot is the only nonzero entry in its column
Pivot
The first nonzero entry in each row of a matrix in [row echelon form](!/linear-algebra/definitions#row_echelon_form)
Homogeneous System
A [system of linear equations](!/linear-algebra/definitions#system_of_linear_equations) in which every equation equals zero: $A\mathbf{x} = \mathbf{0}$
Linear Transformation
A function $T: V \to W$ between [vector spaces](!/linear-algebra/definitions#vector_space) that preserves addition and scalar multiplication:
$$T(\mathbf{u} + \mathbf{v}) = T(\mathbf{u}) + T(\mathbf{v})$$
$$T(c\mathbf{u}) = cT(\mathbf{u})$$
Image (Range)
The set of all output vectors of a [linear transformation](!/linear-algebra/definitions#linear_transformation):
$$\text{Im}(T) = \{T(\mathbf{v}) \mid \mathbf{v} \in V\}$$
Matrix Representation
A [matrix](!/linear-algebra/definitions#matrix) $A$ such that $T(\mathbf{v}) = A[\mathbf{v}]_{\mathcal{B}}$ for a chosen [basis](!/linear-algebra/definitions#basis) $\mathcal{B}$
Change of Basis Matrix
A matrix $P$ that converts coordinates from one [basis](!/linear-algebra/definitions#basis) to another: $[\mathbf{v}]_{\mathcal{B}'} = P^{-1}[\mathbf{v}]_{\mathcal{B}}$
Similar Matrices
Matrices $A$ and $B$ are similar if $B = P^{-1}AP$ for some invertible matrix $P$
Eigenvalue
A scalar $\lambda$ such that $A\mathbf{v} = \lambda\mathbf{v}$ for some nonzero [vector](!/linear-algebra/definitions#vector) $\mathbf{v}$
Eigenvector
A nonzero vector $\mathbf{v}$ such that $A\mathbf{v} = \lambda\mathbf{v}$ for some scalar $\lambda$
Eigenspace
The set of all [eigenvectors](!/linear-algebra/definitions#eigenvector) for a given [eigenvalue](!/linear-algebra/definitions#eigenvalue) $\lambda$, together with the zero vector — equivalently, the [null space](!/linear-algebra/definitions#null_space) of $(A - \lambda I)$:
$$E_\lambda = \text{Nul}(A - \lambda I)$$
Characteristic Polynomial
The polynomial whose roots are the [eigenvalues](!/linear-algebra/definitions#eigenvalue) of $A$, obtained by computing:
$$p(\lambda) = \det(A - \lambda I)$$
Algebraic Multiplicity
The multiplicity of $\lambda$ as a root of the [characteristic polynomial](!/linear-algebra/definitions#characteristic_polynomial)
Geometric Multiplicity
The [dimension](!/linear-algebra/definitions#dimension) of the [eigenspace](!/linear-algebra/definitions#eigenspace) associated with an [eigenvalue](!/linear-algebra/definitions#eigenvalue) $\lambda$:
$$\text{geo. mult.}(\lambda) = \dim(E_\lambda) = \dim(\text{Nul}(A - \lambda I))$$
Singular Value
A nonnegative scalar measuring how much a matrix stretches space along each principal direction, derived from the [eigenvalues](!/linear-algebra/definitions#eigenvalue) of $A^TA$:
$$\sigma_i = \sqrt{\lambda_i(A^TA)}$$
Inner Product
A function $\langle \cdot, \cdot \rangle: V \times V \to \mathbb{R}$ satisfying symmetry, linearity, and positive-definiteness
Orthogonal Vectors
Vectors $\mathbf{u}$ and $\mathbf{v}$ are orthogonal if $\langle \mathbf{u}, \mathbf{v} \rangle = 0$
Orthogonal Set
A set of vectors $\{\mathbf{v}_1, \ldots, \mathbf{v}_k\}$ where $\langle \mathbf{v}_i, \mathbf{v}_j \rangle = 0$ for all $i \neq j$
Orthonormal Set
An [orthogonal set](!/linear-algebra/definitions#orthogonal_set) where every vector is a [unit vector](!/linear-algebra/definitions#unit_vector): $\langle \mathbf{v}_i, \mathbf{v}_j \rangle = \delta_{ij}$
Orthogonal Complement
The set of all vectors in $V$ that are [orthogonal](!/linear-algebra/definitions#orthogonal_vectors) to every vector in a [subspace](!/linear-algebra/definitions#subspace) $W$:
$$W^\perp = \{\mathbf{v} \in V \mid \langle \mathbf{v}, \mathbf{w} \rangle = 0 \text{ for all } \mathbf{w} \in W\}$$
Orthogonal Matrix
A [square matrix](!/linear-algebra/definitions#square_matrix) $Q$ satisfying $Q^TQ = QQ^T = I$
Vector
An ordered list of $n$ real numbers: $\mathbf{v} = (v_1, v_2, \ldots, v_n) \in \mathbb{R}^n$
Scalar
An element of the underlying field — in standard linear algebra, a real number $c \in \mathbb{R}$
Magnitude (Norm)
The length of a [vector](!/linear-algebra/definitions#vector), measured as its distance from the origin:
$$\|\mathbf{v}\| = \sqrt{v_1^2 + v_2^2 + \cdots + v_n^2}$$
Unit Vector
A vector $\hat{\mathbf{u}}$ with $\|\hat{\mathbf{u}}\| = 1$
Dot Product
An operation that takes two [vectors](!/linear-algebra/definitions#vector) and returns a [scalar](!/linear-algebra/definitions#scalar), computed by summing the products of corresponding components:
$$\mathbf{u} \cdot \mathbf{v} = u_1 v_1 + u_2 v_2 + \cdots + u_n v_n = \|\mathbf{u}\|\,\|\mathbf{v}\|\cos\theta$$
Cross Product
A binary operation on two vectors in $\mathbb{R}^3$ that produces a vector perpendicular to both inputs:
$$\mathbf{u} \times \mathbf{v} = \begin{pmatrix} u_2 v_3 - u_3 v_2 \\ u_3 v_1 - u_1 v_3 \\ u_1 v_2 - u_2 v_1 \end{pmatrix}$$
Linear Combination
A sum of [vectors](!/linear-algebra/definitions#vector), each multiplied by a [scalar](!/linear-algebra/definitions#scalar) coefficient:
$$c_1\mathbf{v}_1 + c_2\mathbf{v}_2 + \cdots + c_k\mathbf{v}_k$$
Vector Space
A set $V$ equipped with vector addition and scalar multiplication satisfying the [vector space axioms](!/linear-algebra/vector-spaces/axioms)
Subspace
A nonempty subset $W \subseteq V$ that is itself a [vector space](!/linear-algebra/definitions#vector_space) under the same operations
Span
The set of all [linear combinations](!/linear-algebra/definitions#linear_combination) of a given collection of vectors:
$$\text{Span}\{\mathbf{v}_1, \ldots, \mathbf{v}_k\} = \{c_1\mathbf{v}_1 + \cdots + c_k\mathbf{v}_k \mid c_i \in \mathbb{R}\}$$
Linear Independence
Vectors $\mathbf{v}_1, \ldots, \mathbf{v}_k$ are linearly independent if the only solution to
$$c_1\mathbf{v}_1 + \cdots + c_k\mathbf{v}_k = \mathbf{0}$$
is $c_1 = c_2 = \cdots = c_k = 0$
Basis
A set $\{\mathbf{v}_1, \ldots, \mathbf{v}_n\}$ that is [linearly independent](!/linear-algebra/definitions#linear_independence) and [spans](!/linear-algebra/definitions#span) the entire [vector space](!/linear-algebra/definitions#vector_space)
Dimension
The number of vectors in any [basis](!/linear-algebra/definitions#basis) of a [vector space](!/linear-algebra/definitions#vector_space) $V$, denoted $\dim(V)$
Column Space
The set of all vectors expressible as $A\mathbf{x}$ — equivalently, the [span](!/linear-algebra/definitions#span) of the columns of $A$:
$$\text{Col}(A) = \{A\mathbf{x} \mid \mathbf{x} \in \mathbb{R}^n\}$$
Null Space (Kernel)
The set of all solutions to the [homogeneous system](!/linear-algebra/definitions#homogeneous_system) $A\mathbf{x} = \mathbf{0}$:
$$\text{Nul}(A) = \{\mathbf{x} \in \mathbb{R}^n \mid A\mathbf{x} = \mathbf{0}\}$$
Row Space
The [span](!/linear-algebra/definitions#span) of the rows of a [matrix](!/linear-algebra/definitions#matrix), equivalently the [column space](!/linear-algebra/definitions#column_space) of its transpose:
$$\text{Row}(A) = \text{Col}(A^T)$$
Left Null Space
The [null space](!/linear-algebra/definitions#null_space) of the transpose $A^T$ — the set of all vectors $\mathbf{y}$ satisfying $A^T\mathbf{y} = \mathbf{0}$:
$$\text{Nul}(A^T) = \{\mathbf{y} \in \mathbb{R}^m \mid A^T\mathbf{y} = \mathbf{0}\}$$
Matrix
A rectangular array of numbers with $m$ rows and $n$ columns: $A \in \mathbb{R}^{m \times n}$
Square Matrix
A [matrix](!/linear-algebra/definitions#matrix) with equal numbers of rows and columns: $A \in \mathbb{R}^{n \times n}$
Identity Matrix
The [square matrix](!/linear-algebra/definitions#square_matrix) with $1$s on the main diagonal and $0$s elsewhere, denoted $I_n$:
$$I_n = \begin{pmatrix} 1 & 0 & \cdots & 0 \\ 0 & 1 & \cdots & 0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \cdots & 1 \end{pmatrix}$$
Symmetric Matrix
A [square matrix](!/linear-algebra/definitions#square_matrix) satisfying $A = A^T$
Inverse Matrix
A [square matrix](!/linear-algebra/definitions#square_matrix) $A^{-1}$ such that $AA^{-1} = A^{-1}A = I$
Singular Matrix
A [square matrix](!/linear-algebra/definitions#square_matrix) $A$ with $\det(A) = 0$
Rank
The number of [linearly independent](!/linear-algebra/definitions#linear_independence) columns (equivalently, rows) in a [matrix](!/linear-algebra/definitions#matrix):
$$\text{rank}(A) = \dim(\text{Col}(A)) = \dim(\text{Row}(A))$$
Trace
The sum of the main diagonal entries of a [square matrix](!/linear-algebra/definitions#square_matrix):
$$\text{tr}(A) = a_{11} + a_{22} + \cdots + a_{nn} = \sum_{i=1}^{n} a_{ii}$$
Diagonal Matrix
A [square matrix](!/linear-algebra/definitions#square_matrix) where $a_{ij} = 0$ for all $i \neq j$
Positive Definite Matrix
A [symmetric matrix](!/linear-algebra/definitions#symmetric_matrix) $A$ satisfying $\mathbf{x}^T A \mathbf{x} > 0$ for all nonzero $\mathbf{x}$
Determinant
A scalar $\det(A) \in \mathbb{R}$ assigned to every [square matrix](!/linear-algebra/definitions#square_matrix), defined recursively via [cofactor](!/linear-algebra/definitions#cofactor) expansion
Minor
The [determinant](!/linear-algebra/definitions#determinant) of the submatrix obtained by deleting row $i$ and column $j$ from a [matrix](!/linear-algebra/definitions#matrix):
$$M_{ij} = \det(\hat{A}_{ij})$$
Cofactor
A signed [minor](!/linear-algebra/definitions#minor), with sign determined by the position $(i,j)$:
$$C_{ij} = (-1)^{i+j} M_{ij}$$
Cofactor Matrix (Adjugate)
The transpose of the matrix of [cofactors](!/linear-algebra/definitions#cofactor) of $A$:
$$\text{adj}(A) = C^T$$
System of Linear Equations
A collection of equations $A\mathbf{x} = \mathbf{b}$ where $A$ is an $m \times n$ [matrix](!/linear-algebra/definitions#matrix) and $\mathbf{b} \in \mathbb{R}^m$
Augmented Matrix
The [matrix](!/linear-algebra/definitions#matrix) formed by appending the right-hand side vector $\mathbf{b}$ as an additional column to the coefficient matrix $A$, written $[A \mid \mathbf{b}]$
Row Echelon Form
A matrix where:
• all zero rows are at the bottom
• each leading entry ([pivot](!/linear-algebra/definitions#pivot)) is to the right of the pivot in the row above
• all entries below each pivot are zero
Reduced Row Echelon Form
[Row echelon form](!/linear-algebra/definitions#row_echelon_form) with the additional requirements:
• every [pivot](!/linear-algebra/definitions#pivot) is $1$
• each pivot is the only nonzero entry in its column
Pivot
The first nonzero entry in each row of a matrix in [row echelon form](!/linear-algebra/definitions#row_echelon_form)
Homogeneous System
A [system of linear equations](!/linear-algebra/definitions#system_of_linear_equations) in which every equation equals zero: $A\mathbf{x} = \mathbf{0}$
Linear Transformation
A function $T: V \to W$ between [vector spaces](!/linear-algebra/definitions#vector_space) that preserves addition and scalar multiplication:
$$T(\mathbf{u} + \mathbf{v}) = T(\mathbf{u}) + T(\mathbf{v})$$
$$T(c\mathbf{u}) = cT(\mathbf{u})$$
Image (Range)
The set of all output vectors of a [linear transformation](!/linear-algebra/definitions#linear_transformation):
$$\text{Im}(T) = \{T(\mathbf{v}) \mid \mathbf{v} \in V\}$$
Matrix Representation
A [matrix](!/linear-algebra/definitions#matrix) $A$ such that $T(\mathbf{v}) = A[\mathbf{v}]_{\mathcal{B}}$ for a chosen [basis](!/linear-algebra/definitions#basis) $\mathcal{B}$
Change of Basis Matrix
A matrix $P$ that converts coordinates from one [basis](!/linear-algebra/definitions#basis) to another: $[\mathbf{v}]_{\mathcal{B}'} = P^{-1}[\mathbf{v}]_{\mathcal{B}}$
Similar Matrices
Matrices $A$ and $B$ are similar if $B = P^{-1}AP$ for some invertible matrix $P$
Eigenvalue
A scalar $\lambda$ such that $A\mathbf{v} = \lambda\mathbf{v}$ for some nonzero [vector](!/linear-algebra/definitions#vector) $\mathbf{v}$
Eigenvector
A nonzero vector $\mathbf{v}$ such that $A\mathbf{v} = \lambda\mathbf{v}$ for some scalar $\lambda$
Eigenspace
The set of all [eigenvectors](!/linear-algebra/definitions#eigenvector) for a given [eigenvalue](!/linear-algebra/definitions#eigenvalue) $\lambda$, together with the zero vector — equivalently, the [null space](!/linear-algebra/definitions#null_space) of $(A - \lambda I)$:
$$E_\lambda = \text{Nul}(A - \lambda I)$$
Characteristic Polynomial
The polynomial whose roots are the [eigenvalues](!/linear-algebra/definitions#eigenvalue) of $A$, obtained by computing:
$$p(\lambda) = \det(A - \lambda I)$$
Algebraic Multiplicity
The multiplicity of $\lambda$ as a root of the [characteristic polynomial](!/linear-algebra/definitions#characteristic_polynomial)
Geometric Multiplicity
The [dimension](!/linear-algebra/definitions#dimension) of the [eigenspace](!/linear-algebra/definitions#eigenspace) associated with an [eigenvalue](!/linear-algebra/definitions#eigenvalue) $\lambda$:
$$\text{geo. mult.}(\lambda) = \dim(E_\lambda) = \dim(\text{Nul}(A - \lambda I))$$
Singular Value
A nonnegative scalar measuring how much a matrix stretches space along each principal direction, derived from the [eigenvalues](!/linear-algebra/definitions#eigenvalue) of $A^TA$:
$$\sigma_i = \sqrt{\lambda_i(A^TA)}$$
Inner Product
A function $\langle \cdot, \cdot \rangle: V \times V \to \mathbb{R}$ satisfying symmetry, linearity, and positive-definiteness
Orthogonal Vectors
Vectors $\mathbf{u}$ and $\mathbf{v}$ are orthogonal if $\langle \mathbf{u}, \mathbf{v} \rangle = 0$
Orthogonal Set
A set of vectors $\{\mathbf{v}_1, \ldots, \mathbf{v}_k\}$ where $\langle \mathbf{v}_i, \mathbf{v}_j \rangle = 0$ for all $i \neq j$
Orthonormal Set
An [orthogonal set](!/linear-algebra/definitions#orthogonal_set) where every vector is a [unit vector](!/linear-algebra/definitions#unit_vector): $\langle \mathbf{v}_i, \mathbf{v}_j \rangle = \delta_{ij}$
Orthogonal Complement
The set of all vectors in $V$ that are [orthogonal](!/linear-algebra/definitions#orthogonal_vectors) to every vector in a [subspace](!/linear-algebra/definitions#subspace) $W$:
$$W^\perp = \{\mathbf{v} \in V \mid \langle \mathbf{v}, \mathbf{w} \rangle = 0 \text{ for all } \mathbf{w} \in W\}$$
Orthogonal Matrix
A [square matrix](!/linear-algebra/definitions#square_matrix) $Q$ satisfying $Q^TQ = QQ^T = I$
Matrices
Explore matrices in linear algebra through our detailed guide.Starting with matrix definitions and notations, the page explains matrix structure, elements, and indexing. You will learn to distinguish between different matrix types - from basic row and column matrices to more complex square matrices. The guide also covers essential matrix properties and dives into special cases of square matrices like diagonal and triangular forms. Each topic features clear mathematical notation and visual examples to reinforce your understanding of these fundamental concepts.
- Definitions and Notations - Explains how matrices are written using different types of brackets (square, parentheses, vertical bars) and introduces basic matrix notation conventions.
- Elements, Structure and Indexing - Covers how matrix elements are organized in rows and columns, explains the 1-based indexing system, and demonstrates how to reference specific elements using row and column indices.
- Types of Matrices - Describes different classifications of matrices based on their shape (column, row, rectangular, and square matrices) and content type (numeric, variable/symbolic, mixed, and zero matrices).
- Matrix Properties - Introduces essential characteristics like size/dimension, rank, determinant, eigenvalues/eigenvectors, and trace, explaining their importance in matrix operations and transformations.
- Square Matrices and Special Cases - Focuses on unique types of square matrices, including those with special diagonal patterns (diagonal, upper triangular, lower triangular) and element relationships (symmetric, skew-symmetric, identity, scalar).
Linear Algebra Symbols Reference
Our Linear Algebra Symbols page presents a well-organized collection of notation fundamental to matrix theory and vector spaces. This reference serves as a valuable resource for students and practitioners working with linear systems.
The page features symbols categorized by their mathematical applications, including matrix operations (A⊤, det(A), tr(A)), vector spaces (ℝⁿ, ⟨v,w⟩, ∥v∥), and eigenvalue concepts (Av=λv). It covers advanced topics like matrix decompositions (LU, QR, SVD) and linear transformations, alongside practical notation for representing matrices and vectors in LaTeX.
Every symbol includes its proper mathematical notation, corresponding LaTeX code for typesetting, and a brief explanation of its mathematical significance—making this an indispensable reference for anyone working with linear algebra in academic research or applications.RetryClaude can make mistakes. Please double-check responses.
The page features symbols categorized by their mathematical applications, including matrix operations (A⊤, det(A), tr(A)), vector spaces (ℝⁿ, ⟨v,w⟩, ∥v∥), and eigenvalue concepts (Av=λv). It covers advanced topics like matrix decompositions (LU, QR, SVD) and linear transformations, alongside practical notation for representing matrices and vectors in LaTeX.
Every symbol includes its proper mathematical notation, corresponding LaTeX code for typesetting, and a brief explanation of its mathematical significance—making this an indispensable reference for anyone working with linear algebra in academic research or applications.RetryClaude can make mistakes. Please double-check responses.
Tools
Determinant Visual Calculator with Steps
Use visualinteractive Determinant Calculator with step-by-step explanations
Try it