vault backup: 2024-01-18 10:27:01

This commit is contained in:
zleyyij 2024-01-18 10:27:01 -07:00
parent f4a49eda7a
commit 26e8610262

View File

@ -4,7 +4,9 @@ $$ a(b)^{cx-h}+k $$
- $c$ Horizontal stretch/compression - $c$ Horizontal stretch/compression
- $h$: Horizontal translation left or right - $h$: Horizontal translation left or right
- $k$: Vertical translation up or down - $k$: Vertical translation up or down
- $b$:
Without stretch:
$$ a^{x-b}+c $$
A negative exponent is the equivalent of `1/x`, EG A negative exponent is the equivalent of `1/x`, EG
$$ x^{-2} = \frac{1}{x^2} $$ $$ x^{-2} = \frac{1}{x^2} $$