[LA] Linear Transformation

Relation, Function, Transformation, Mapping, Model, System의 정의를 명확히 파악하고, 여기서 linear transform 과 linearity 의 개념을 확실히 기억할 것.

Function (함수) : 간략 정의

[SS] System 이란?

BME228

Linear Transformations

<aside> 💡 A transformation (or function or mapping) $T$ from $\mathbb{R}^n$ to $\mathbb{R}^m$ is a rule that assigns each vector $\textbf{x}$ in $\mathbb{R}^n$ to a vector $T(\textbf{x})$ in $\mathbb{R}^m$.

</aside>

Figure 2

Figure 2


Matrix Transformations (=Linear transformation)

Example 1:

Let $A=\begin{bmatrix} 1 & -3 \\ 3 & 5 \\ -1 & 7 \end{bmatrix}, \textbf{u} =\begin{bmatrix} 2 \\ -1\end{bmatrix}, \textbf{b} =\begin{bmatrix} 3 \\ 2 \\ -5 \end{bmatrix}, \textbf{c} =\begin{bmatrix} 3 \\ 2 \\ 5\end{bmatrix}$ and

define a transformation $T: \mathbb{R}^2 \mapsto \mathbb{R}^3$ by $T(\textbf{x})=A\textbf{x}$,

so that $T(\textbf{x})=A\textbf{x}=\begin{bmatrix} 1 & -3 \\ 3 & 5 \\ -1 & 7 \end{bmatrix}\begin{bmatrix} x_1 \\ x_2 \end{bmatrix} =\begin{bmatrix} x_1-3x_2 \\ 3x_1 + 5x_2 \\ -1x_1 + 7x_2 \end{bmatrix}$.

  1. Find $T(\textbf{u})$, the image of $\textbf{u}$ under the transformation $T$.
  2. Find $\textbf{x} \in \mathbb{R}^2$ whose image under $T$ is $\textbf{b}$.
  3. Is there more than one $\textbf{x}$ whose image under $T$ is $\textbf{b}$?
  4. Determine if $\textbf{c}$ is in the range of the transformation $T$.