Saltar la navegación

Escalamiento

Ejercicio de escalamiento respecto al origen

Se tienen los datos:

\begin{equation} \begin{gathered} P = (2, 7) \\ s = \begin{bmatrix} 3 & 2 \end{bmatrix} \end{gathered} \end{equation}

¿Cuál es el resultado de escalar P, 3 unidades en x y 2 unidades en y?

Solución

P' = (6, 14)

Ejercicio de escalamiento general

Se tienen los datos

\begin{equation} \begin{gathered} P = (-2, -3) \\ C = (6, 1) \\ s = \begin{bmatrix} 2 & 3 \end{bmatrix} \end{gathered} \end{equation}

¿Cuál es el resultado de escalar P, en los factores dados por s a partir del punto C?

Solución

P' = (-10, -11)