Casio ClassPad II Custom Commands

trans (Function)

Command last updated 6/3/2024.

Download

trans(e, t, x, y)

Returns the equation after the transformation is applied.

Example

\(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)

(1/2) f(2-x)

Contributed by Nhan