목록전체 글 110
strangerRidingCaml
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..
Systems of Linear EquationsGaussian Elimination and Row Echelon FormGaussian elimination is a method used to solve systems of linear equations by performing row operations on the augmented matrix of the system until it is in row echelon form.Matrix Equations, Existence, and Uniqueness of SolutionsA system of linear equations can be represented as a matrix equation Ax=b, whe..