Integration by substitution
applies integration by substitution to the integrals in G
= changeIntegrationVariable(F
,old
,new
)F
, in which
old
is replaced by new
. old
must depend on the previous integration variable of the integrals in F
and new
must depend on the new integration variable. For more
information, see Integration by Substitution.
When specifying the integrals in F
, you can return the unevaluated
form of the integrals by using the int
function with the 'Hold'
option set to
true
. You can then use changeIntegrationVariable
to
show the steps of integration by substitution.
diff
| int
| integrateByParts
| release
| vpaintegral