| Definition: A angle . |
Integral[ <Function> ] (Nov2009. Works on all polynomials, standard functions,... else is undefined.)
|
Integral[ <Function>, <Start x-Value>, <End x-Value> ]
|
Integral[ <Function>, <Function>, <Start x-Value>, <End x-Value> ]
|
Integral[ <Function> ]
Yields the indefinite integral for the given function (if it "knows" it; otherwise undefined).
|
Integral[ <Function>, <Start x-Value>, <End x-Value> ]
Returns the definite integral of the function in the interval [a,b].
Note: This command also draws the area between the function graph of f and the x-axis.
Defining g(x)=Integral[f(x),a,b] will give 2 objects!
|
Integral[ <Function>, <Function>, <Start x-Value>, <End x-Value> ]
Yields the definite integral of the difference f(x) - g(x) in the interval [a,b].
Note: This command also draws the area between the function graphs of f and g.
|
Up one level
|

