Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Jupyter notebook upgrade/2015-09-22-213110.ipynb

Views: 165
Kernel: Python 2
import sympy from sympy.abc import x sympy.init_printing(use_latex='mathjax')
x*x*x + x*x + x + 1
x**3 + x**2 + x + 1
2/3
0.6666666666666666
sin(pi/2)
1
ModularSymbols(37).decomposition()
[ Modular Symbols subspace of dimension 1 of Modular Symbols space of dimension 5 for Gamma_0(37) of weight 2 with sign 0 over Rational Field, Modular Symbols subspace of dimension 2 of Modular Symbols space of dimension 5 for Gamma_0(37) of weight 2 with sign 0 over Rational Field, Modular Symbols subspace of dimension 2 of Modular Symbols space of dimension 5 for Gamma_0(37) of weight 2 with sign 0 over Rational Field ]