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 \(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.

IntegralSymbolic(x³+3x y, x) gives \( \frac{1}\{4}x^4\) + \(\frac{3}\{2} x² y+c_\{1} \) .