| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
Integral Command
Syntax: Integral[function f, number a, number b]
Action: : Definite integral of function f(x) from number a to b. Note:
Side effect: This command also draws the area between the function graph of f and the x-axis.
Example:
- s = Integral[sqrt(1 + f'(x)^2), a, b]
- This will calculate the length of function f:
- The same answer can be found with s = Length[f, a, b].
Go to: