| 1 | initial version |
f = log(x)^2-log(x)
show(f(x=3).substitute_function({log(x):function('ln')(x)}))
show(f.diff().substitute_function({log(x):function('ln')(x)}))
Shows $\ln(3)^2-\ln(3)$ and $\frac{2\ln(x)}{x}-\frac{1}{x}$.
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.