Find the coordinates of the image after the reflection in the given line (matrix)
[-3, -1, 0, 4, 7]
[5, -6, 1, 3, 9]
y = -x
SOLUTION
The coordinates ( x ; y ) (x; y) ( x ; y ) after the reflection in the given line y = − x y = -x y = − x move to ( − y ; − x ) (-y; -x) ( − y ; − x )
( − 3 ; 5 ) → ( − 5 ; 3 ) (-3; 5) \rightarrow (-5; 3) ( − 3 ; 5 ) → ( − 5 ; 3 ) ;
( − 1 ; − 6 ) → ( 6 ; 1 ) (-1; -6) \rightarrow (6; 1) ( − 1 ; − 6 ) → ( 6 ; 1 ) ;
( 0 ; 1 ) → ( − 1 ; 0 ) (0; 1) \rightarrow (-1; 0) ( 0 ; 1 ) → ( − 1 ; 0 ) ;
( 4 ; 3 ) → ( − 3 ; − 4 ) (4; 3) \rightarrow (-3; -4) ( 4 ; 3 ) → ( − 3 ; − 4 ) ;
( 7 ; 9 ) → ( − 9 ; − 7 ) (7; 9) \rightarrow (-9; -7) ( 7 ; 9 ) → ( − 9 ; − 7 ) ;
∣ − 3 − 1 0 4 7 5 − 6 1 3 9 ∣ ⇒ ∣ − 5 6 − 1 − 3 − 9 3 1 0 − 4 − 7 ∣ \left| \begin{array}{cccccc} -3 & -1 & 0 & 4 & 7 \\ 5 & -6 & 1 & 3 & 9 \end{array} \right| \Rightarrow \left| \begin{array}{cccccc} -5 & 6 & -1 & -3 & -9 \\ 3 & 1 & 0 & -4 & -7 \end{array} \right| ∣ ∣ − 3 5 − 1 − 6 0 1 4 3 7 9 ∣ ∣ ⇒ ∣ ∣ − 5 3 6 1 − 1 0 − 3 − 4 − 9 − 7 ∣ ∣
Comments