| 1 | initial version |
Maybe this example can help
%display latex
show(integrate(tan(x),x,hold=True),'=', integrate(tan(x),x))
| 2 | No.2 Revision |
Maybe this example can help
%display latex
C=var('C')
show(integrate(tan(x),x,hold=True),'=', integrate(tan(x),x))
integrate(tan(x),x),'+',C)
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.