vector_function_calc_complex | R Documentation |
Berechntet die Funktionswerte eines Polynoms für gegebenen Vektor.
vector_function_calc_complex(x,poly)
x |
vector |
poly |
polynom vector |
vector_function_calc_complex(-6:6,
polynom::polynomial(coef = c(-0.2, -1.0, 1.0, 0.0, 0.0, 1.0)))|>plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.