calc_roots_from_seeds_C | R Documentation |
Create Student data frame.
seeds |
seeds |
roots |
roots from polynom equation |
poly |
polynomial coefficients |
calc_roots_from_seeds_C
library(Rcpp)
df <- expand.grid(re = seq(0,10,0.1), im = seq(-10,0,0.1))
seeds <- complex(df$re,df$im)
calc_roots_from_seeds_C(seeds, c(0.2,2.5,3+1i), 1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.