From b00e09306767d219a74b989234367681fd1cb5cd Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Mon, 18 Feb 2019 11:18:44 +1100 Subject: [PATCH] matrix transformations --- methods/transformations.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/methods/transformations.md b/methods/transformations.md index 05f5c3b..121c02c 100644 --- a/methods/transformations.md +++ b/methods/transformations.md @@ -106,4 +106,10 @@ Addition of linear piecewise graphs - add $y$-values at key points Product functions: - product will equal 0 if one of the functions is equal to 0 -- turning point on one function does not equate to turning point on product \ No newline at end of file +- turning point on one function does not equate to turning point on product + +## Matrix transformations + +Find new point $(x^\prime, y^\prime)$. Substitute these into original equation to find image with original variables $(x, y)$. + + -- 2.43.2