Processing math: 100%
Kronecker Delta and Identity Matrix
·
Mathematics/Linear Algebra
Kronecker delta Definition 1. We define the Kronecker delta δij by δij={1if i=j0if ij. Identity matrix Definition 2. The n×n identity matrix In is defined by (In)ij=δij. Remark Remark. Let AMn×n(F). Then A is a diagonal matrix $\Longleftrightarrow A_{ij} = \delta_{ij} A..
Matrix Multiplication
·
Mathematics/Linear Algebra
이 포스트에서 V,W,Z는 모두 유한차원 F-벡터공간으로 취급한다. 함수의 합성은 보통 gf로 표기하는데, linear transformation의 경우 gf로 표기하도록 하자.Theorem 1Theorem 1. Let T,U1,U2L(V,W), and let UL(W,Z). Then (a) UTL(V,Z).(b) If UT is injective, then so is T.(c) If UT is surjective, then so is U.(d) IF T and U are bijective, then so is UT. Introduction    ..
The Matrix Representation of Linear Transformation
·
Mathematics/Linear Algebra
이 포스트에서 V,W는 모두 유한차원 F-벡터공간으로 취급한다.Ordered basisDefinition 1. An ordered basis for V is a basis for V endowed with a specific order.    기저에 순서를 부여한 것을 ordered basis, 순서기저라고 부른다. 즉 순서기저로 생각하면 {e1,e2,e3}{e2,e1,e3}이다. Coordinate vectorDefinition 2. Let β={v1,...,vn} be an ordered basis for V. We define the coordinate vector of x relative to β, de..
The Dimension Theorem
·
Mathematics/Linear Algebra
이 포스트에서 V,W는 모두 F-벡터공간으로 취급한다.The nullity and rankDefinition 2. Let TL(V,W). If N(T) and R(T) are finite-dimensional, then we define (1) the nullity of T, denoted nullity(T) := dim(N(T)), (2) the rank of T, denoted rank(T) := dim(R(T)).    N(IV)={0},R(IV)=V, 그리고 N(T0)=V,R(T0)={0} 임을 생각해 볼 때, 직관적으로 nullity가 클수록 rank는 작..
The Null Space and Range
·
Mathematics/Linear Algebra
이 포스트에서 V,W는 모두 F-벡터공간으로 취급한다.The null space and rangeDefinition 1. Let TL(V,W).(a) The null space (or kernel) N(T) of T is the set N(T)={xV|T(x)=0}.(b) The range (or image) R(T) of T is the set R(T)={T(x)W|xV}. Theorem 1Theorem 1. Let TL(V,W). Then N(T)V and R(T)W.Proof. Clearl..
Linear Transformation
·
Mathematics/Linear Algebra
이 포스트에서 V,W는 모두 F-벡터공간으로 취급한다.Linear TransformationDefinition 1. We call a function T:VW a linear transformation from V to W if, x,yV and cF, we have (a) T(x+y)=T(x)+T(y) and(b) T(cx)=cT(x).    어떤 함수가 linear transformation이라는 것을 줄여서 linear라고 말하기도 한다.Linear OperaterDefinition 2. We call T a linear operator on V if T is a linear tr..
Coset and Quotient Space
·
Mathematics/Linear Algebra
이 포스트에서 V,W는 모두 F-벡터공간으로 취급한다.CosetDefinition 1. Let WV. vV, the set {v}+W:={v+w|wW} is called the coset of W containing v. It is customary to denote this coset by v+W rather than {v}+W.Theorem 1Theorem 1. Let WV, and let v+W be a coset of W containing v. (a) v+WVvW.(b) Let $v_1, ..
The Existence of a Basis
·
Mathematics/Linear Algebra
MaximalDefinition 1. Let F be a family of sets. A member M of F is called maximal if M is contained in no member of F other than M itself.    말 그대로 포함 관계에 있어서 가장 최상위에 있는 원소를 maximal 이라고 한다. 예컨대 어떤 집합의 power set에서 그 집합은 자명하게 maximal element 이다. ChainDefinition 2. A collection of sets C is called a chain (or nest or tower) if for each pair of s..
Matrix
·
Mathematics/Linear Algebra
Definition 1Definition 1.(a) An m×n matrix A with entries from a field F is a rectangular array of the formA=(a11a12a1na21a22a2nam1am2amn) where each entry aij(1im,1jn) is an element of F. We often denote $..
Basis and Dimension
·
Mathematics/Linear Algebra
BasisDefinition 1. A basis β for V is a linearly independent subset of V such that = V.    generating set은 해당 벡터 공간의 정보를 알려주는 집합이고, 이때 최대한 그 크기를 줄인 집합이 linearly independent set이었다. 즉 두 조건을 모두 만족시키는 집합이야말로 벡터 공간을 다루기에 가장 좋은 집합이므로, 기저라는 이름으로 정의한다.RemarkRemark.(a) A basis can be infinite.(b) Since = {0} and is linearly independent, is a basis for $..