2012年09月03日 星期一 22:57
trim在7.0中被移除了,simplify,cancel感觉好奇怪,
不会化简比如(x**2-1)/(x+1),而是变成x**2/(x+1)-1/(x+1)……
2012年09月04日 星期二 08:02
打错了,是包含在函数内的如sin((x**2-1)/(x+1))不会化简
2012年09月04日 星期二 21:33
兼容性有问题吗
2012年09月08日 星期六 07:54
trim的问题SymPy中有说明,用别的函数代替了。
Removed the trim()
function. The function is redundant with the new polys (see below). Use the cancel()
function instead.
不能简化函数内部的算式应该是一个BUG,等着它被修正吧。
Zeuux © 2024
京ICP备05028076号