Difference between revisions of "LowerSum Command"

From GeoGebra Manual
Jump to: navigation, search
m
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5}}</noinclude>{{command|function}}
 
<noinclude>{{Manual Page|version=5}}</noinclude>{{command|function}}
;LowerSum[ <Function>, <Start x-Value>, <End x-Value>, <Number of Rectangles> ]
+
;LowerSum( <Function>, <Start x-Value>, <End x-Value>, <Number of Rectangles> )
 
: Calculates the ''lower sum'' of the given function on the interval [''Start x-Value, End x-Value''], using ''n'' rectangles.
 
: Calculates the ''lower sum'' of the given function on the interval [''Start x-Value, End x-Value''], using ''n'' rectangles.
 
:{{example|1=<code><nowiki>LowerSum[x^2, -2, 4, 6]</nowiki></code> yields ''15''.}}
 
:{{example|1=<code><nowiki>LowerSum[x^2, -2, 4, 6]</nowiki></code> yields ''15''.}}

Revision as of 17:15, 7 October 2017


LowerSum( <Function>, <Start x-Value>, <End x-Value>, <Number of Rectangles> )
Calculates the lower sum of the given function on the interval [Start x-Value, End x-Value], using n rectangles.
Example: LowerSum[x^2, -2, 4, 6] yields 15.
Note:
© 2024 International GeoGebra Institute