fog/gof
[notes.git] / methods / transformations.md
index 05f5c3b08cd964cdd7d2f1c49afdc993b61b07dc..c9e5cd115d20963f03760f4d109482acf30e5be6 100644 (file)
@@ -106,4 +106,14 @@ 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)$.
+
+## Composite functions
+
+$(f \circ g)(x)$ is defined iff $\operatorname{ran}(g) \subseteq \operatorname{dom}(f)$
+
+