vault backup: 2024-09-26 08:48:33

This commit is contained in:
zleyyij 2024-09-26 08:48:33 -06:00
parent 37ba8cbf7c
commit bb92946542

View File

@ -21,7 +21,9 @@ A function that has the same shape as a sine or cosine wave is known as a sinuso
There are 4 general functions:
| $$A * sin(B*x - C) + D$$ | $$ y = A * cos(B*x -c) + D$$ |
| ------------------------ | ---------------------------- |
| ----------------------------------------- | -------------------------------------- |
| $$ y = A * sin(B(x - \frac{C}{B})) + D $$ | $$ y = A*cos(B(x - \frac{C}{B})) + D$$ |
| Variable | Meaning |