| 1 | initial version |
Log rules do workfor symbolic values ; they just aren't autimatically applied :
sage: var("a, b")
(a, b)
sage: bool(log(a*b)==log(a)+log(b))
False
sage: bool((log(a*b)==log(a)+log(b)).log_expand())
True
HTH,
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.