expreduce icon indicating copy to clipboard operation
expreduce copied to clipboard

ReplaceAll behavior not completely correct

Open corywalker opened this issue 8 years ago • 1 comments

//&TestComment{"Notice how rules are applies until no further rules apply. If we only used ReplaceAll, only the first step of simplification would occur:"},

// Expreduce does not currently return the following: //&SameTest{"Log[a^b] + Log[b^(c^d)]", "Log[a^b*b^(c^d)] /. logRules"},

corywalker avatar Jan 22 '17 23:01 corywalker