Description Usage Arguments Value Examples
Finds points at which turning points are zero for specific sinusoidal linear fn
1 2 3 4 5 6 7 | find_zero_mu_sinusoidal_linear_turning_points(
time,
mu_fn,
mu_diff_fn,
parameters,
print_level = 1
)
|
time |
Current time |
mu_fn |
Mu function |
mu_diff_fn |
Derivative of mu function |
parameters |
Parameters |
print_level |
Level of logger to print |
Returns turning points in the function where mu is zero for sinusoidal_liner fn
1 2 3 4 | find_zero_mu_sinusoidal_linear_turning_points(time = 200, mu_fn = mu_sinusoidal_linear,
mu_diff_fn = mu_diff_sinusoidal,
parameters = list("A" = 1, "B" = -0.1,
"M" = 0.1, "N" = 0.1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.