Maxima Function
expandwrt_factored (expr, x_1, ..., x_n)
is similar to expandwrt
, but treats expressions that are products somewhat differently.
expandwrt_factored
expands only on those factors of expr
that contain the variables x_1, ..., x_n.
This function is autoloaded from simplification/stopex.mac
.