changeIntegrationVariable
Integration by substitution
Description
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.
Examples
Input Arguments
More About
Version History
Introduced in R2019b
See Also
integrateByParts
| release
| int
| diff
| vpaintegral