목록Linear algebra 9
strangerRidingCaml
Advanced TopicsSingular Value Decomposition SVDThe Singular Value Decomposition SVD of a matrix A is a factorization of A into the product of three matrices:A=UΣV∗where U and V are unitary matrices, and Σ is a diagonal matrix with the singular values of A on its diagonal.P..
Spectral TheoryHermitian, Unitary, and Normal MatricesA matrix A is: Hermitian if it is equal to its conjugate transpose: A=A∗. Unitary if its conjugate transpose is its inverse: A∗A=AA∗=I. Normal if it commutes with its conjugate transpose: AA∗=A∗A.Spectr..
Inner Product SpacesInner Product, Norms, and Orthogonality in Euclidean SpacesAn inner product on a vector space V is a function ⟨⋅,⋅⟩:V×V→R that satisfies the following properties for all vectors u,v,w and scalars a,b: Linearity: $\langle a\mathbf{u} + b\mathbf{v}, \mathbf{w} \rangle = a\langle \mathbf..
Eigenvalues and EigenvectorsDefinition and Characteristic EquationLet A be an n×n matrix. A scalar λ is called an eigenvalue of A if there exists a non-zero vector v such that:Av=λvThe characteristic equation of A is given by:det(A−λI)=0where I is the ide..
Linear TransformationsDefinition and PropertiesA linear transformation T:Rm→Rn is a function that preserves vector addition and scalar multiplication:T(u+v)=T(u)+T(v) for all vectors u,v in the domain of T.T(cv)=cT(v) for all scalar c and vector v in the domain..
Vector SpacesBasis and DimensionA basis of a vector space V is a set of linearly independent vectors that span V. The dimension of V, denoted as dim(V), is the number of vectors in any basis of V.Orthogonality, Orthogonal Complements, and ProjectionsTwo vectors v and w in a vector space are orthogonal if their dot product is zero, i.e., $\mathbf{v} \cdot \m..