Difference between revisions of "IntegralSymbolic Command"

From GeoGebra Manual
Jump to: navigation, search
(style + terminology fix)
(added CAS syntax heading)
 
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|function}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|function}}
 
+
==CAS Syntax==
 
;IntegralSymbolic(<Function>)
 
;IntegralSymbolic(<Function>)
 
:Gives the indefinite symbolic integral with respect to the main variable. The constant of integration ''c'' is not shown automatically as a slider.
 
:Gives the indefinite symbolic integral with respect to the main variable. The constant of integration ''c'' is not shown automatically as a slider.

Latest revision as of 08:35, 19 August 2022


CAS Syntax

IntegralSymbolic(<Function>)
Gives the indefinite symbolic integral with respect to the main variable. The constant of integration c is not shown automatically as a slider.
Example: IntegralSymbolic(3x^2) yields x^3+c_{1}.


IntegralSymbolic(<Function>, <Variable>)
Gives the partial symbolic integral with respect to the given variable. The constant of integration c is not shown automatically as a slider.
Example: IntegralSymbolic(x³+3x y, x) gives \frac{1}{4}x^4 + \frac{3}{2} x² y+c_{1} .
© 2024 International GeoGebra Institute