cusp.extrema | R Documentation |
This function computes the locations of the extrema of the cusp catastrophe potential function.
cusp.extrema(alpha, beta)
alpha |
(single) value of normal/symmetry factor |
beta |
(single) value of bifurcation/splitting factor |
The locations are determined by computing the solutions to the equation
\alpha+\beta\,X - X^3 = 0.
Ordered vector with locations of extremes.
Use Vectorize
to allow for array input.
Raoul Grasman
http://www.scholarpedia.org/article/Cusp_bifurcation
cusp.bifset
# simple use
cusp.extrema(2,3)
# using vectorize to allow for array input;
# returns a matrix with locations in each column
Vectorize(cusp.extrema)(-3:3, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.