Difference between revisions of "NIntegral Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}</noinclude>
+
<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}}
 
{{command|CAS}}
 
{{command|CAS}}
 
;NIntegral[ <Function f>, <Start x-Value a>, <End x-Value b> ]
 
;NIntegral[ <Function f>, <Start x-Value a>, <End x-Value b> ]

Revision as of 21:09, 21 July 2012

This command works in CAS View only.

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