pub fn try_by_parts(
expr: &Expression,
var: &Symbol,
depth: usize,
) -> Option<Expression>Expand description
Try integration by parts using the LIATE heuristic
Applies the product rule in reverse for expressions like x*exp(x).
pub fn try_by_parts(
expr: &Expression,
var: &Symbol,
depth: usize,
) -> Option<Expression>Try integration by parts using the LIATE heuristic
Applies the product rule in reverse for expressions like x*exp(x).