powered by
Generate or solve the polynomial from ecd. This is usually transient for solve. Or it can be used for studying singular points.
ecd.cubic(object, x = 0, solve = TRUE)
An object of ecd class
A vector of x dimension
Logical, solve the polynomial, default = TRUE.
list of the polynomial object, or result of solve.
# NOT RUN { d <- ecd() ecd.cubic(d) ecd.cubic(d, 0) # }
Run the code above in your browser using DataLab