Skip to main content
edited tags
Link
Vogel612
  • 25.5k
  • 7
  • 59
  • 141
Made matrices MathJax matrices
Source Link
Graipher
  • 41.7k
  • 7
  • 70
  • 134

A transformation is a function defined from $$R^2$$\$R^2\$ to $$R^2$$\$R^2\$ that may take any point and translate (move) it to any other point, but in this instance I will only work with Linear Transformations (adapting the program for any transformation is easy though).

A = | a b |
    | c d |

$$A=\begin{pmatrix}a&b\\c&d\end{pmatrix}$$

A = |1  -2|
    |0.5 2|

$$A= \begin{pmatrix} 1 & -2\\ 0.5 & 2 \end{pmatrix}$$

A = |1 -2 |
    |2 -4 |

$$A= \begin{pmatrix} 1 & -2\\ 2 & -4 \end{pmatrix}$$

A = |1   -2   |
    |k*1 -2k* |

For any real $$k$$$$A= \begin{pmatrix} 1 & -2\\ k & -2k \end{pmatrix}$$

For any real \$k\$.

A = | 0 0 |
    | 0 0 |

$$A= \begin{pmatrix} 0 & 0\\ 0 & 0 \end{pmatrix}$$

A transformation is a function defined from $$R^2$$ to $$R^2$$ that may take any point and translate (move) it to any other point, but in this instance I will only work with Linear Transformations (adapting the program for any transformation is easy though).

A = | a b |
    | c d |
A = |1  -2|
    |0.5 2|
A = |1 -2 |
    |2 -4 |
A = |1   -2   |
    |k*1 -2k* |

For any real $$k$$

A = | 0 0 |
    | 0 0 |

A transformation is a function defined from \$R^2\$ to \$R^2\$ that may take any point and translate (move) it to any other point, but in this instance I will only work with Linear Transformations (adapting the program for any transformation is easy though).

$$A=\begin{pmatrix}a&b\\c&d\end{pmatrix}$$

$$A= \begin{pmatrix} 1 & -2\\ 0.5 & 2 \end{pmatrix}$$

$$A= \begin{pmatrix} 1 & -2\\ 2 & -4 \end{pmatrix}$$

$$A= \begin{pmatrix} 1 & -2\\ k & -2k \end{pmatrix}$$

For any real \$k\$.

$$A= \begin{pmatrix} 0 & 0\\ 0 & 0 \end{pmatrix}$$

Tweeted twitter.com/StackCodeReview/status/950895828641697793
correction of color
Source Link
Caridorc
  • 28.1k
  • 7
  • 55
  • 138

A transformation is a function defined from $R^2$$$R^2$$ to $R^2$$$R^2$$ that may take any point and translate (move) it to any other point, but in this instance I will only work with Linear Transformations (adapting the program for any transformation is easy though).

For any real $k$$$k$$

Here you can see a video demo of the program

  • Just the basis
  • Red the "right-er", Green the widerhigher
  • Whither the nearest to the center

A transformation is a function defined from $R^2$ to $R^2$ that may take any point and translate (move) it to any other point, but in this instance I will only work with Linear Transformations (adapting the program for any transformation is easy though).

For any real $k$

  • Just the basis
  • Red the "right-er", Green the wider
  • Whither the nearest to the center

A transformation is a function defined from $$R^2$$ to $$R^2$$ that may take any point and translate (move) it to any other point, but in this instance I will only work with Linear Transformations (adapting the program for any transformation is easy though).

For any real $$k$$

Here you can see a video demo of the program

  • Just the basis
  • Red the "right-er", Green the higher
  • Whither the nearest to the center
Source Link
Caridorc
  • 28.1k
  • 7
  • 55
  • 138
Loading