The Matrix Representation of Linear Transformation

2023. 9. 5. 18:35·Mathematics/Linear Algebra
목차
  1. Ordered basis
  2. Coordinate vector
  3. Matrix representation of linear transformation
  4. Theorem 1
  5. Theorem 2
  6. Theorem 3

    이 포스트에서 V,WV,W는 모두 유한차원 FF-벡터공간으로 취급한다.

Ordered basis

Definition 1. An ordered basis for VV is a basis for VV endowed with a specific order.

    기저에 순서를 부여한 것을 ordered basis, 순서기저라고 부른다. 즉 순서기저로 생각하면 {e1,e2,e3}≠{e2,e1,e3}{e1,e2,e3}≠{e2,e1,e3}이다. 

Coordinate vector

Definition 2. Let β={v1,...,vn}β={v1,...,vn} be an ordered basis for V. We define the coordinate vector of xx relative to ββ, denoted [x]β[x]β, by [x]β=⎛⎜ ⎜⎝a1⋮an⎞⎟ ⎟⎠[x]β=(a1⋮an), where x=∑ni=1aivix=∑i=1naivi.
The standard representation of VV with respect to ββ is the function ϕ:V→Fnϕ:V→Fn defined by ϕβ(x)=[x]β,∀x∈Vϕβ(x)=[x]β,∀x∈V.

    xx와 xx의 linear combination의 계수들로 만든 열벡터를 대응시켜 함수를 정의할 수 있고, 이러한 열벡터를 xx의 좌표벡터라고 부른다. 이때 자명하게 함수 ϕβϕβ는 linear transformation임을 알 수 있고, ϕ(vi)=ei(i=1,...,n)ϕ(vi)=ei(i=1,...,n)이 성립한다. 이때 eiei는 FnFn의 standard basis이다.

Matrix representation of linear transformation

Definition 3. Let T∈L(V,W)T∈L(V,W) and β={v1,...,vn}β={v1,...,vn} and γ={w1,...,wn}γ={w1,...,wn} be ordered bases for VV and WW, respectively. We define the matrix representation of TT in the ordered bases ββ and γγ, denoted [T]γβ[T]βγ, by ([T]γβ)ij=aij([T]βγ)ij=aij, where T(vj)=∑mi=1aijwiT(vj)=∑i=1maijwi.

    그러니까 적당히 기저가 주어지면 linear transformation TT는 하나의 행렬로 나타낼 수 있고, 이를 TT의 행렬 표현이라고 한다. 어떤 선형 변환의 행렬 표현은 그 변환의 모든 정보를 담고 있다고 볼 수 있으며, 때문에 사실상 선형 변환을 행렬처럼 다루어도 문제가 없다는 것이 보장된다. Theorem 4을 미루어 보았을 때, 사실상 선형 변환을 결정하는 것은 정의역인 벡터 공간의 기저를 대입했을 때의 함숫값들, 즉 T(β)T(β)인 것을 알 수 있다. 즉 T(β)T(β)가 어떻게 생겨먹었는지가 선형 변환 TT를 결정하는 것인데, 이때 기저로 표현하면 유니크하게 계수를 결정할 수 있기 때문에 그 계수들을 가지고 행렬을 만드는 것이다. 

    정의에 의해 [T]γβ[T]βγ의 jjth column은 [T(vj)]γ[T(vj)]γ임을 알 수 있다. 

Theorem 1

Theorem 1. Let T,U∈L(V,W)T,U∈L(V,W), and let β,γβ,γ be ordered bases for V,WV,W, respectively. Then the followings hold:
(a) If [T]γβ=[U]γβ[T]βγ=[U]βγ, then U=TU=T.

(b) [T+U]γβ=[T]γβ+[U]γβ[T+U]βγ=[T]βγ+[U]βγ.
(c) [aT]γβ=a[T]γβ,∀a∈F[aT]βγ=a[T]βγ,∀a∈F.

Theorem 2

Theorem 2. Let A∈Mm×n(F),B∈Mn×p(F)A∈Mm×n(F),B∈Mn×p(F). Then for each j(1≤j≤p)j(1≤j≤p),
(a) [AB]j=A[B]j[AB]j=A[B]j,
(b) [B]j=B[Ip]j[B]j=B[Ip]j.
Proof.
(a) [AB]j=⎛⎜ ⎜⎝∑A1kBkj⋮∑AmkBkj⎞⎟ ⎟⎠=∑⎛⎜ ⎜⎝A1kBkj⋮AmkBkj⎞⎟ ⎟⎠=∑[A]k([B]j)k=A[B]j[AB]j=(∑A1kBkj⋮∑AmkBkj)=∑(A1kBkj⋮AmkBkj)=∑[A]k([B]j)k=A[B]j.
(b) By (a), it is clear. ■◼

[A]j[A]j는 AA의 jj번째 column을 표기한 것이다.

Theorem 3

Theorem 3. Let T∈L(V,W)T∈L(V,W), and let β,γβ,γ be ordered bases for V,WV,W, respectively. Then ∀u∈V∀u∈V, [T(u)]γ=[T]γβ[u]β.[T(u)]γ=[T]βγ[u]β.
Proof.
- Sol 1)
Define A:=[T]γβA:=[T]βγ. Let denote β={v1,...,n}β={v1,...,n} and γ={w1,...,wm}γ={w1,...,wm}. For u∈Vu∈V, u=∑aiviu=∑aivi for some ai∈Fai∈F. Then we have [T(u)]γ=[∑aiT(vi)]γ=∑ai[T(vi)]γ=∑ai[A]i=A[u]β=[T]γβ[u]β[T(u)]γ=[∑aiT(vi)]γ=∑ai[T(vi)]γ=∑ai[A]i=A[u]β=[T]βγ[u]β. 

- Sol 2)
Fix u∈Vu∈V. Define f∈L(F,V)f∈L(F,V) by f(a)=au,∀a∈Ff(a)=au,∀a∈F and g∈L(F,W)g∈L(F,W) by g(a)=aT(u),∀a∈Fg(a)=aT(u),∀a∈F. Let α={1}α={1} be the standard ordered basis for FF. Note that g=Tfg=Tf. Then we have [T(u)]γ=[g(1)]γ=[g]γα=[Tf]γα=[T]γβ[f]βα=[T]γβ[u]β[T(u)]γ=[g(1)]γ=[g]αγ=[Tf]αγ=[T]βγ[f]αβ=[T]βγ[u]β. 
■◼ 

Reference is here: https://product.kyobobook.co.kr/detail/S000003155051

 

Linear Algebra | Stephen Friedberg - 교보문고

Linear Algebra | For courses in Advanced Linear Algebra. This top-selling, theorem-proof text presents a careful treatment of the principle topics of linear algebra, and illustrates the power of the subject through a variety of applications. It emphasizes

product.kyobobook.co.kr

 

저작자표시 (새창열림)
  1. Ordered basis
  2. Coordinate vector
  3. Matrix representation of linear transformation
  4. Theorem 1
  5. Theorem 2
  6. Theorem 3
'Mathematics/Linear Algebra' 카테고리의 다른 글
  • Kronecker Delta and Identity Matrix
  • Matrix Multiplication
  • The Dimension Theorem
  • The Null Space and Range
Erdos
Erdos
수학과, 물리학과 학부생들이 운영하는 팀블로그입니다.
  • Erdos
    SAMICO
    Erdos
  • 전체
    오늘
    어제
    • 분류 전체보기 (273)
      • Mathematics (183)
        • Real analysis (30)
        • Linear Algebra (64)
        • Number Thoery (11)
        • Calculus (55)
        • Probability (6)
        • Set Theory (13)
        • Writing (2)
        • Problems (1)
        • Abstract Algebra (1)
      • Physics (71)
        • 일반물리 (2)
        • 상대성이론과 양자역학 입문 (35)
        • 열물리 (15)
        • 수리물리 (13)
        • 고전역학 (6)
      • Computer (7)
      • 독서 (12)
        • 과학 (5)
        • 문학 (2)
        • 자기계발서 (4)
  • 공지사항

    • 참고서적
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.2
Erdos
The Matrix Representation of Linear Transformation

개인정보

  • 티스토리 홈
  • 포럼
  • 로그인
상단으로

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.