Command last updated 6/3/2024.
trans(e, t, x, y)
Returns the equation after the transformation is applied.
\(f(x) = e^x + e^{-x}\) and \(g(x) = \dfrac{1}{2} f(2-x)\). Find a possible sequence of transformations that map \(f\) to \(g\). (2023 Methods Exam 2 Section B Question 5a)
![trans(y=f(x), [[-1 0] [0 1/2]][[x] [y]] + [[2] [0]], x, y)](/files/trans0.png)
