Matrix Transformation
📂Matrix AlgebraMatrix Transformation
Definition
A function from Rn to Rm is called a matrix transformation with respect to the matrix m×n A if it maps as follows, and is denoted as TA:Rn→Rm.
w=TA(x)=Ax(x∈Rn,w∈Rm)
It can also be represented as x→TAw.
This mapping can be represented in matrix form as follows.
w1w2⋮wm=a11a21⋮am1a12a22⋮am2⋯⋯⋱⋯a1na2n⋮amnx1x2⋮xn
When represented in the form of a linear system, it is as follows.
w1w2wm=a11x1+a12x2+⋯+a1nxn=a21x1+a22x2+⋯+a2nxn⋮=am1x1+am2x2+⋯+amnxn
Description
Matrix transformation is a type of linear transformation.