vault backup: 2024-09-26 08:48:33
This commit is contained in:
parent
37ba8cbf7c
commit
bb92946542
@ -20,8 +20,10 @@ 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$$ |
|
||||
| ------------------------ | ---------------------------- |
|
||||
| $$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 |
|
||||
|
Loading…
Reference in New Issue
Block a user