IntegralSymbolic Command

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.

IntegralSymbolic(3x^2) yields x3+c1.

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.

IntegralSymbolic(x³+3x y, x) gives 14x4 + 32x²y+c1 .