Difference between revisions of "NIntegral Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}}
+
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|geogebra}}
 
{{command|geogebra}}
 
==CAS Syntax==
 
==CAS Syntax==

Revision as of 10:28, 21 December 2012



CAS Syntax

NIntegral[ <Function f>, <Start x-Value a>, <End x-Value b> ]
Computes the definite integral \int_a^bf(x)\mathrm{d}x numerically.
Example:
NIntegral[ℯ^(-x^2), 0, 1] yields 0.746824132812427.
NIntegral[ <Function f>, <Variable t>, <Start variable-Value a>, <End variable-Value b> ]
Computes the definite integral \int_a^bf(t)\mathrm{d}t numerically.
Example:
NIntegral[ℯ^(-a^2), a, 0, 1] yields 0.746824132812427.
© 2024 International GeoGebra Institute