In [3]:
from __future__ import division
from sympy import *
init_session(quiet=True, use_latex='mathjax')
init_printing()


IPython console for SymPy 0.7.6 (Python 2.7.10-32-bit) (ground types: python)

In [7]:
y = cos(x)
y
display(y)


cos(x)

In [ ]: