Difference between revisions of "IntegralSymbolic Command"

From GeoGebra Manual
Jump to: navigation, search
(added CAS syntax heading)
 
(One intermediate revision by the same user not shown)
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, so that the unknown constant c is not automatically a slider, with respect to the main variable.
+
:Gives the indefinite symbolic integral with respect to the main variable. The constant of integration ''c'' is not shown automatically as a slider.
 
:{{example|1=<code><nowiki>IntegralSymbolic(3x^2)</nowiki></code> yields <math>x^3+c_{1}</math>.}}
 
:{{example|1=<code><nowiki>IntegralSymbolic(3x^2)</nowiki></code> yields <math>x^3+c_{1}</math>.}}
  
 
;IntegralSymbolic(<Function>, <Variable>)
 
;IntegralSymbolic(<Function>, <Variable>)
:Gives the partial symbolic integral, so that the unknown constant c is not automatically a slider, with respect to the given 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|1=<code><nowiki>IntegralSymbolic(x³+3x y, x)</nowiki></code>  gives'' <math> \frac{1}{4}x^4</math> + <math>\frac{3}{2} x² y+c_{1} </math>'' .}}
 
:{{Example|1=<code><nowiki>IntegralSymbolic(x³+3x y, x)</nowiki></code>  gives'' <math> \frac{1}{4}x^4</math> + <math>\frac{3}{2} x² y+c_{1} </math>'' .}}

Latest revision as of 09: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