ecd.cubic | R Documentation |
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)
object |
An object of ecd class |
x |
A vector of x dimension |
solve |
Logical, solve the polynomial, default = TRUE. |
list of the polynomial object, or result of solve.
d <- ecd() ecd.cubic(d) ecd.cubic(d, 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.