Description Usage Arguments Value Examples
This function is used to calculate the root of a equation in a interval and you need promise the signs at both ends of the interval are opposite or it will fail
1 | fzero(f, a, b, eps = 1e-05)
|
f |
the equation which We need to find the root |
a |
The right endpoint of the interval at the root of the equation |
b |
The right endpoint of the interval at the root of the equation |
eps |
Iteration is stopped when both ends of the interval are less than eps |
a root of the equation
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.