All Samples(380) | Call(0) | Derive(0) | Import(380)
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/b/r/Brian2-2.0a8/brian2/core/variables.py Brian2(Download)
import functools import sympy import numpy as np
src/b/r/Brian2-2.0a8/brian2/core/functions.py Brian2(Download)
import types import collections import inspect import sympy
src/a/e/Aesthete-0.4.2/aesthete/sources/Source.py Aesthete(Download)
import re import sympy import pickle from aobject.utils import debug_print import numpy
src/a/e/Aesthete-0.4.2/aesthete/glypher/Word.py Aesthete(Download)
import glypher as g import Dynamic import sympy import re import draw
src/a/e/Aesthete-0.4.2/aesthete/glypher/Widget.py Aesthete(Download)
try : import sympy import sympy.parsing.maxima have_sympy = True
src/a/e/Aesthete-0.4.2/aesthete/glypher/Phrase.py Aesthete(Download)
import copy import traceback import sympy import draw import Entity
src/a/e/Aesthete-0.4.2/aesthete/glypher/InterpretBackend.py Aesthete(Download)
import itertools try : import sympy have_sympy = True except ImportError :
src/a/e/Aesthete-0.4.2/aesthete/glypher/Interpret.py Aesthete(Download)
try : import sympy have_sympy = True except ImportError :
src/a/e/Aesthete-0.4.2/aesthete/glypher/GlyphMaker.py Aesthete(Download)
try : import sympy import sympy.parsing.maxima have_sympy = True
src/a/e/Aesthete-0.4.2/aesthete/glypher/GlypherView.py Aesthete(Download)
try : import sympy import sympy.parsing.maxima have_sympy = True
Previous 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 Next