All Samples(214) | Call(0) | Derive(0) | Import(214)
SymPy is a Python library for symbolic mathematics. It aims to become a
full-featured computer algebra system (CAS) while keeping the code as
simple as possible in order to be comprehensible and easily extensible.
SymPy is written entirely in Python and does not require any external
libraries, except optionally for plotting support.
See the webpage for more information and documentation:
http://code.google.com/p/sympy/
src/s/y/sympy-HEAD/sympy/galgebra/examples/Maxwell.py sympy(Download)
#!/usr/bin/python import sys, sympy import sympy.galgebra.GA as GA import sympy.galgebra.latex_ex as tex
src/s/y/sympy-HEAD/sympy/galgebra/examples/Dirac.py sympy(Download)
import sympy.galgebra.GA as GA import sympy.galgebra.latex_ex as tex import sys, sympy if __name__ == '__main__':
src/s/y/sympy-HEAD/sympy/galgebra/examples/coords.py sympy(Download)
import sympy.galgebra.GA as GA import sympy.galgebra.latex_ex as tex import sympy,numpy,time if __name__ == '__main__':
src/s/y/sympy-0.7.2/examples/beginner/substitution.py sympy(Download)
""" import sympy from sympy import pprint
src/s/y/sympy-0.7.2/examples/beginner/precision.py sympy(Download)
""" import sympy from sympy import Mul, Pow, S
src/s/y/sympy-0.7.2/examples/beginner/functions.py sympy(Download)
""" import sympy from sympy import pprint
src/s/y/sympy-0.7.2/examples/beginner/expansion.py sympy(Download)
""" import sympy from sympy import pprint
src/s/y/sympy-0.7.2/examples/beginner/differentiation.py sympy(Download)
""" import sympy from sympy import pprint
src/s/y/sympy-0.7.2/examples/beginner/basic.py sympy(Download)
""" import sympy from sympy import pprint
src/n/i/NiPy-OLD-HEAD/examples/formula/simple_contrast.py NiPy-OLD(Download)
import numpy as np import nipy.testing as niptest import sympy from nipy.modalities.fmri import formula, utils, hrf from nipy.modalities.fmri.fmristat import hrf as delay
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next