Matrix Representation of the Sum and Scalar Multiplication of Linear Transformations
📂Linear AlgebraMatrix Representation of the Sum and Scalar Multiplication of Linear Transformations
Theorem
Let V,W be a finite-dimensional vector space with a given ordered basis β,γ. Also, let T,U:V→W. Then, the following hold:
Here, [T]βγ is the matrix representation of T.
Proof
Since the proofs are similar, we will only prove the first equation. Let β={v1,…,vn} and γ={w1,…,wm}. Then, by the uniqueness of basis representation, there exists a unique scalar aij,bij such that:
T(vj)=i=1∑maijwiandU(vj)=i=1∑mbijwi
Therefore,
(T+U)(vj)=T(vj)+U(vj)=i=1∑maijwi+i=1∑mbijwi=i=1∑m(aij+bij)wi
Hence,
([T+U]βγ)ij=aij+bij=([T]βγ)ij+([U]βγ)ij
■