Difference between revisions of "TrapezoidalSum Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
(command syntax: changed [ ] into ( ))
Line 4: Line 4:
 
;TrapezoidalSum( <Function>, <Start x-Value>, <End x-Value>, <Number of Trapezoids> )
 
;TrapezoidalSum( <Function>, <Start x-Value>, <End x-Value>, <Number of Trapezoids> )
 
:Calculates the trapezoidal sum of the function in the interval [''Start x-Value, End x-Value''] using ''n'' trapezoids.
 
:Calculates the trapezoidal sum of the function in the interval [''Start x-Value, End x-Value''] using ''n'' trapezoids.
:{{example|1=<div><code><nowiki>TrapezoidalSum[x^2, -2, 3, 5]</nowiki></code> yields ''12.5''.</div>}}
+
:{{example|1=<code><nowiki>TrapezoidalSum(x^2, -2, 3, 5)</nowiki></code> yields ''12.5''.}}
 
{{Notes|1=<br>
 
{{Notes|1=<br>
 
*This command draws the trapezoids of the trapezoidal sum as well.
 
*This command draws the trapezoids of the trapezoidal sum as well.
 
*See also the commands: [[LowerSum Command|LowerSum]], [[LeftSum Command|LeftSum]], [[RectangleSum Command|RectangleSum]] and [[UpperSum Command|UpperSum]].}}
 
*See also the commands: [[LowerSum Command|LowerSum]], [[LeftSum Command|LeftSum]], [[RectangleSum Command|RectangleSum]] and [[UpperSum Command|UpperSum]].}}

Revision as of 09:55, 9 October 2017



TrapezoidalSum( <Function>, <Start x-Value>, <End x-Value>, <Number of Trapezoids> )
Calculates the trapezoidal sum of the function in the interval [Start x-Value, End x-Value] using n trapezoids.
Example: TrapezoidalSum(x^2, -2, 3, 5) yields 12.5.
Notes:
© 2024 International GeoGebra Institute