Difference between revisions of "NIntegral Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision: new commands)
Line 1: Line 1:
 
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
{{command|CAS}}
 
{{command|CAS}}
;NIntegral[ <Function>, <Start x-Value>, <End x-Value> ]
+
;NIntegral[ <Function f>, <Start x-Value a>, <End x-Value b> ]
:{{description}}
+
:Computes the definite integral <math>\int_a^bf(x)\mathrm{d}x</math> numerically.
;NIntegral[ <Function>, <Variable>, <Start variable-Value>, <End variable-Value> ]
+
;NIntegral[ <Function f>, <Variable t>, <Start variable-Value a>, <End variable-Value b> ]
:{{description}}
+
:Computes the definite integral <math>\int_a^bf(t)\mathrm{d}t</math> numerically.

Revision as of 17:09, 10 June 2011


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.
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.
© 2024 International GeoGebra Institute