当我Simplify[Log[4]/Log[2]]在 Mathematica 中时,它会原样返回。如何强制 Mathematica 回馈2?
Log2[4]Log2[x]产出2 符合预期,但yieldLog[x]/Log[2]表明 Mathematica 在这里做了一些不寻常的事情。
当我Simplify[Log[4]/Log[2]]在 Mathematica 中时,它会原样返回。如何强制 Mathematica 回馈2?
Log2[4]Log2[x]产出2 符合预期,但yieldLog[x]/Log[2]表明 Mathematica 在这里做了一些不寻常的事情。