Description Usage Arguments Details Value
Center difference approximationt to first derivative for a numeric vector representing a function evaluated on a grid.
1 | fd_central(y, h)
|
y |
numeric vector to differentiate |
h |
step-size |
Details are well known. At each point we take the next and previous, their difference and divided by the step-size.
vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.