README
setup.py
bin/isympy
sympy/__init__.py
sympy/abc.py
sympy/conftest.py
sympy.egg-info/PKG-INFO
sympy.egg-info/SOURCES.txt
sympy.egg-info/dependency_links.txt
sympy.egg-info/top_level.txt
sympy/assumptions/__init__.py
sympy/assumptions/ask.py
sympy/assumptions/assume.py
sympy/assumptions/refine.py
sympy/assumptions/handlers/__init__.py
sympy/assumptions/handlers/calculus.py
sympy/assumptions/handlers/ntheory.py
sympy/assumptions/handlers/order.py
sympy/assumptions/handlers/sets.py
sympy/assumptions/tests/test_assumptions_2.py
sympy/assumptions/tests/test_query.py
sympy/assumptions/tests/test_refine.py
sympy/concrete/__init__.py
sympy/concrete/gosper.py
sympy/concrete/products.py
sympy/concrete/summations.py
sympy/concrete/tests/test_gosper.py
sympy/concrete/tests/test_products.py
sympy/concrete/tests/test_sums_products.py
sympy/core/__init__.py
sympy/core/add.py
sympy/core/assumptions.py
sympy/core/basic.py
sympy/core/cache.py
sympy/core/compatibility.py
sympy/core/containers.py
sympy/core/core.py
sympy/core/coreerrors.py
sympy/core/decorators.py
sympy/core/evalf.py
sympy/core/expr.py
sympy/core/exprtools.py
sympy/core/facts.py
sympy/core/function.py
sympy/core/logic.py
sympy/core/mul.py
sympy/core/multidimensional.py
sympy/core/numbers.py
sympy/core/operations.py
sympy/core/power.py
sympy/core/relational.py
sympy/core/sets.py
sympy/core/singleton.py
sympy/core/symbol.py
sympy/core/sympify.py
sympy/core/tests/test_arit.py
sympy/core/tests/test_assumptions.py
sympy/core/tests/test_basic.py
sympy/core/tests/test_cache.py
sympy/core/tests/test_complex.py
sympy/core/tests/test_containers.py
sympy/core/tests/test_count_ops.py
sympy/core/tests/test_diff.py
sympy/core/tests/test_equal.py
sympy/core/tests/test_eval.py
sympy/core/tests/test_eval_power.py
sympy/core/tests/test_evalf.py
sympy/core/tests/test_expand.py
sympy/core/tests/test_expr.py
sympy/core/tests/test_exprtools.py
sympy/core/tests/test_facts.py
sympy/core/tests/test_functions.py
sympy/core/tests/test_logic.py
sympy/core/tests/test_match.py
sympy/core/tests/test_numbers.py
sympy/core/tests/test_operations.py
sympy/core/tests/test_priority.py
sympy/core/tests/test_relational.py
sympy/core/tests/test_sets.py
sympy/core/tests/test_subs.py
sympy/core/tests/test_symbol.py
sympy/core/tests/test_sympify.py
sympy/core/tests/test_truediv.py
sympy/core/tests/test_var.py
sympy/external/__init__.py
sympy/external/importtools.py
sympy/external/tests/test_autowrap.py
sympy/external/tests/test_codegen.py
sympy/external/tests/test_numpy.py
sympy/external/tests/test_sage.py
sympy/external/tests/test_scipy.py
sympy/functions/__init__.py
sympy/functions/combinatorial/__init__.py
sympy/functions/combinatorial/factorials.py
sympy/functions/combinatorial/numbers.py
sympy/functions/combinatorial/tests/test_comb_factorials.py
sympy/functions/combinatorial/tests/test_comb_numbers.py
sympy/functions/elementary/__init__.py
sympy/functions/elementary/complexes.py
sympy/functions/elementary/exponential.py
sympy/functions/elementary/hyperbolic.py
sympy/functions/elementary/integers.py
sympy/functions/elementary/miscellaneous.py
sympy/functions/elementary/piecewise.py
sympy/functions/elementary/trigonometric.py
sympy/functions/elementary/tests/test_complexes.py
sympy/functions/elementary/tests/test_exponential.py
sympy/functions/elementary/tests/test_hyperbolic.py
sympy/functions/elementary/tests/test_integers.py
sympy/functions/elementary/tests/test_interface.py
sympy/functions/elementary/tests/test_miscellaneous.py
sympy/functions/elementary/tests/test_piecewise.py
sympy/functions/elementary/tests/test_trigonometric.py
sympy/functions/special/__init__.py
sympy/functions/special/bessel.py
sympy/functions/special/bsplines.py
sympy/functions/special/delta_functions.py
sympy/functions/special/error_functions.py
sympy/functions/special/gamma_functions.py
sympy/functions/special/hyper.py
sympy/functions/special/polynomials.py
sympy/functions/special/spherical_harmonics.py
sympy/functions/special/tensor_functions.py
sympy/functions/special/zeta_functions.py
sympy/functions/special/tests/test_bessel.py
sympy/functions/special/tests/test_bsplines.py
sympy/functions/special/tests/test_delta_functions.py
sympy/functions/special/tests/test_error_functions.py
sympy/functions/special/tests/test_gamma_functions.py
sympy/functions/special/tests/test_hyper.py
sympy/functions/special/tests/test_spec_polynomials.py
sympy/functions/special/tests/test_spherical_harmonics.py
sympy/functions/special/tests/test_tensor_functions.py
sympy/functions/special/tests/test_zeta_functions.py
sympy/galgebra/GA.py
sympy/galgebra/__init__.py
sympy/galgebra/latex_ex.py
sympy/galgebra/tests/test_GA.py
sympy/geometry/__init__.py
sympy/geometry/curve.py
sympy/geometry/ellipse.py
sympy/geometry/entity.py
sympy/geometry/exceptions.py
sympy/geometry/line.py
sympy/geometry/point.py
sympy/geometry/polygon.py
sympy/geometry/util.py
sympy/geometry/tests/test_geometry.py
sympy/integrals/__init__.py
sympy/integrals/deltafunctions.py
sympy/integrals/heurisch2.py
sympy/integrals/integrals.py
sympy/integrals/rationaltools.py
sympy/integrals/risch.py
sympy/integrals/trigonometry.py
sympy/integrals/tests/test_integrals.py
sympy/integrals/tests/test_lineintegrals.py
sympy/integrals/tests/test_rationaltools.py
sympy/integrals/tests/test_risch.py
sympy/integrals/tests/test_trigonometry.py
sympy/interactive/__init__.py
sympy/interactive/printing.py
sympy/interactive/session.py
sympy/logic/__init__.py
sympy/logic/boolalg.py
sympy/logic/inference.py
sympy/logic/algorithms/__init__.py
sympy/logic/algorithms/dpll.py
sympy/logic/algorithms/dpll2.py
sympy/logic/tests/test_boolalg.py
sympy/logic/tests/test_dimacs.py
sympy/logic/tests/test_inference.py
sympy/logic/utilities/__init__.py
sympy/logic/utilities/dimacs.py
sympy/matrices/__init__.py
sympy/matrices/matrices.py
sympy/matrices/tests/test_matrices.py
sympy/mpmath/__init__.py
sympy/mpmath/conftest.py
sympy/mpmath/ctx_base.py
sympy/mpmath/ctx_fp.py
sympy/mpmath/ctx_iv.py
sympy/mpmath/ctx_mp.py
sympy/mpmath/ctx_mp_python.py
sympy/mpmath/function_docs.py
sympy/mpmath/identification.py
sympy/mpmath/math2.py
sympy/mpmath/rational.py
sympy/mpmath/usertools.py
sympy/mpmath/visualization.py
sympy/mpmath/calculus/__init__.py
sympy/mpmath/calculus/approximation.py
sympy/mpmath/calculus/calculus.py
sympy/mpmath/calculus/differentiation.py
sympy/mpmath/calculus/extrapolation.py
sympy/mpmath/calculus/odes.py
sympy/mpmath/calculus/optimization.py
sympy/mpmath/calculus/polynomials.py
sympy/mpmath/calculus/quadrature.py
sympy/mpmath/functions/__init__.py
sympy/mpmath/functions/bessel.py
sympy/mpmath/functions/elliptic.py
sympy/mpmath/functions/expintegrals.py
sympy/mpmath/functions/factorials.py
sympy/mpmath/functions/functions.py
sympy/mpmath/functions/hypergeometric.py
sympy/mpmath/functions/orthogonal.py
sympy/mpmath/functions/qfunctions.py
sympy/mpmath/functions/rszeta.py
sympy/mpmath/functions/theta.py
sympy/mpmath/functions/zeta.py
sympy/mpmath/functions/zetazeros.py
sympy/mpmath/libmp/__init__.py
sympy/mpmath/libmp/backend.py
sympy/mpmath/libmp/exec_py2.py
sympy/mpmath/libmp/exec_py3.py
sympy/mpmath/libmp/gammazeta.py
sympy/mpmath/libmp/libelefun.py
sympy/mpmath/libmp/libhyper.py
sympy/mpmath/libmp/libintmath.py
sympy/mpmath/libmp/libmpc.py
sympy/mpmath/libmp/libmpf.py
sympy/mpmath/libmp/libmpi.py
sympy/mpmath/matrices/__init__.py
sympy/mpmath/matrices/calculus.py
sympy/mpmath/matrices/linalg.py
sympy/mpmath/matrices/matrices.py
sympy/mpmath/tests/__init__.py
sympy/mpmath/tests/extratest_bessel.py
sympy/mpmath/tests/extratest_gamma.py
sympy/mpmath/tests/extratest_zeta.py
sympy/mpmath/tests/runtests.py
sympy/mpmath/tests/test_basic_ops.py
sympy/mpmath/tests/test_bitwise.py
sympy/mpmath/tests/test_calculus.py
sympy/mpmath/tests/test_compatibility.py
sympy/mpmath/tests/test_convert.py
sympy/mpmath/tests/test_diff.py
sympy/mpmath/tests/test_division.py
sympy/mpmath/tests/test_elliptic.py
sympy/mpmath/tests/test_fp.py
sympy/mpmath/tests/test_functions.py
sympy/mpmath/tests/test_functions2.py
sympy/mpmath/tests/test_gammazeta.py
sympy/mpmath/tests/test_hp.py
sympy/mpmath/tests/test_identify.py
sympy/mpmath/tests/test_interval.py
sympy/mpmath/tests/test_linalg.py
sympy/mpmath/tests/test_matrices.py
sympy/mpmath/tests/test_mpmath.py
sympy/mpmath/tests/test_ode.py
sympy/mpmath/tests/test_pickle.py
sympy/mpmath/tests/test_power.py
sympy/mpmath/tests/test_quad.py
sympy/mpmath/tests/test_rootfinding.py
sympy/mpmath/tests/test_special.py
sympy/mpmath/tests/test_str.py
sympy/mpmath/tests/test_summation.py
sympy/mpmath/tests/test_trig.py
sympy/mpmath/tests/test_visualization.py
sympy/mpmath/tests/torture.py
sympy/ntheory/__init__.py
sympy/ntheory/bbp_pi.py
sympy/ntheory/factor_.py
sympy/ntheory/generate.py
sympy/ntheory/modular.py
sympy/ntheory/multinomial.py
sympy/ntheory/partitions_.py
sympy/ntheory/primetest.py
sympy/ntheory/residue_ntheory.py
sympy/ntheory/tests/test_ntheory.py
sympy/parsing/__init__.py
sympy/parsing/ast_parser.py
sympy/parsing/ast_parser_python25.py
sympy/parsing/mathematica.py
sympy/parsing/maxima.py
sympy/parsing/sympy_parser.py
sympy/parsing/sympy_tokenize.py
sympy/parsing/tests/test_mathematica.py
sympy/parsing/tests/test_maxima.py
sympy/physics/__init__.py
sympy/physics/hydrogen.py
sympy/physics/matrices.py
sympy/physics/paulialgebra.py
sympy/physics/qho_1d.py
sympy/physics/secondquant.py
sympy/physics/sho.py
sympy/physics/units.py
sympy/physics/wigner.py
sympy/physics/quantum/__init__.py
sympy/physics/quantum/anticommutator.py
sympy/physics/quantum/cartesian.py
sympy/physics/quantum/cg.py
sympy/physics/quantum/circuitplot.py
sympy/physics/quantum/commutator.py
sympy/physics/quantum/constants.py
sympy/physics/quantum/dagger.py
sympy/physics/quantum/gate.py
sympy/physics/quantum/grover.py
sympy/physics/quantum/hilbert.py
sympy/physics/quantum/innerproduct.py
sympy/physics/quantum/kronecker.py
sympy/physics/quantum/matrixcache.py
sympy/physics/quantum/matrixutils.py
sympy/physics/quantum/operator.py
sympy/physics/quantum/piab.py
sympy/physics/quantum/qapply.py
sympy/physics/quantum/qexpr.py
sympy/physics/quantum/qft.py
sympy/physics/quantum/qubit.py
sympy/physics/quantum/represent.py
sympy/physics/quantum/shor.py
sympy/physics/quantum/spin.py
sympy/physics/quantum/state.py
sympy/physics/quantum/tensorproduct.py
sympy/physics/quantum/tests/test_anticommutator.py
sympy/physics/quantum/tests/test_cartesian.py
sympy/physics/quantum/tests/test_cg.py
sympy/physics/quantum/tests/test_commutator.py
sympy/physics/quantum/tests/test_constants.py
sympy/physics/quantum/tests/test_dagger.py
sympy/physics/quantum/tests/test_gate.py
sympy/physics/quantum/tests/test_grover.py
sympy/physics/quantum/tests/test_hilbert.py
sympy/physics/quantum/tests/test_innerproduct.py
sympy/physics/quantum/tests/test_kronecker.py
sympy/physics/quantum/tests/test_matrixutils.py
sympy/physics/quantum/tests/test_operator.py
sympy/physics/quantum/tests/test_piab.py
sympy/physics/quantum/tests/test_qapply.py
sympy/physics/quantum/tests/test_qexpr.py
sympy/physics/quantum/tests/test_qft.py
sympy/physics/quantum/tests/test_qubit.py
sympy/physics/quantum/tests/test_represent.py
sympy/physics/quantum/tests/test_shor.py
sympy/physics/quantum/tests/test_spin.py
sympy/physics/quantum/tests/test_state.py
sympy/physics/quantum/tests/test_tensorproduct.py
sympy/physics/tests/test_clebsch_gordan.py
sympy/physics/tests/test_hydrogen.py
sympy/physics/tests/test_paulialgebra.py
sympy/physics/tests/test_physics_matrices.py
sympy/physics/tests/test_qho_1d.py
sympy/physics/tests/test_secondquant.py
sympy/physics/tests/test_sho.py
sympy/physics/tests/test_units.py
sympy/plotting/__init__.py
sympy/plotting/color_scheme.py
sympy/plotting/managed_window.py
sympy/plotting/plot.py
sympy/plotting/plot_axes.py
sympy/plotting/plot_camera.py
sympy/plotting/plot_controller.py
sympy/plotting/plot_curve.py
sympy/plotting/plot_interval.py
sympy/plotting/plot_mode.py
sympy/plotting/plot_mode_base.py
sympy/plotting/plot_modes.py
sympy/plotting/plot_object.py
sympy/plotting/plot_rotation.py
sympy/plotting/plot_surface.py
sympy/plotting/plot_window.py
sympy/plotting/textplot.py
sympy/plotting/util.py
sympy/plotting/tests/test_plotting.py
sympy/polys/__init__.py
sympy/polys/constructor.py
sympy/polys/densearith.py
sympy/polys/densebasic.py
sympy/polys/densepolys.py
sympy/polys/densetools.py
sympy/polys/euclidtools.py
sympy/polys/factortools.py
sympy/polys/galoistools.py
sympy/polys/groebnertools.py
sympy/polys/monomialtools.py
sympy/polys/numberfields.py
sympy/polys/orthopolys.py
sympy/polys/partfrac.py
sympy/polys/polyclasses.py
sympy/polys/polyconfig.py
sympy/polys/polycontext.py
sympy/polys/polyerrors.py
sympy/polys/polyfuncs.py
sympy/polys/polyoptions.py
sympy/polys/polyroots.py
sympy/polys/polytools.py
sympy/polys/polyutils.py
sympy/polys/rationaltools.py
sympy/polys/rootisolation.py
sympy/polys/rootoftools.py
sympy/polys/sparsearith.py
sympy/polys/sparsebasic.py
sympy/polys/sparsepolys.py
sympy/polys/sparsetools.py
sympy/polys/specialpolys.py
sympy/polys/sqfreetools.py
sympy/polys/domains/__init__.py
sympy/polys/domains/algebraicfield.py
sympy/polys/domains/characteristiczero.py
sympy/polys/domains/compositedomain.py
sympy/polys/domains/domain.py
sympy/polys/domains/expressiondomain.py
sympy/polys/domains/field.py
sympy/polys/domains/finitefield.py
sympy/polys/domains/fractionfield.py
sympy/polys/domains/gmpyfinitefield.py
sympy/polys/domains/gmpyintegerring.py
sympy/polys/domains/gmpyrationalfield.py
sympy/polys/domains/groundtypes.py
sympy/polys/domains/integerring.py
sympy/polys/domains/modularinteger.py
sympy/polys/domains/mpmathcomplexdomain.py
sympy/polys/domains/mpmathrealdomain.py
sympy/polys/domains/polynomialring.py
sympy/polys/domains/pythoncomplexdomain.py
sympy/polys/domains/pythonfinitefield.py
sympy/polys/domains/pythonintegerring.py
sympy/polys/domains/pythonrationalfield.py
sympy/polys/domains/pythonrationaltype.py
sympy/polys/domains/pythonrealdomain.py
sympy/polys/domains/rationalfield.py
sympy/polys/domains/realdomain.py
sympy/polys/domains/ring.py
sympy/polys/domains/simpledomain.py
sympy/polys/domains/sympyfinitefield.py
sympy/polys/domains/sympyintegerring.py
sympy/polys/domains/sympyrationalfield.py
sympy/polys/domains/sympyrealdomain.py
sympy/polys/tests/test_constructor.py
sympy/polys/tests/test_densearith.py
sympy/polys/tests/test_densebasic.py
sympy/polys/tests/test_densetools.py
sympy/polys/tests/test_domains.py
sympy/polys/tests/test_euclidtools.py
sympy/polys/tests/test_factortools.py
sympy/polys/tests/test_galoistools.py
sympy/polys/tests/test_groebnertools.py
sympy/polys/tests/test_monomialtools.py
sympy/polys/tests/test_numberfields.py
sympy/polys/tests/test_orthopolys.py
sympy/polys/tests/test_partfrac.py
sympy/polys/tests/test_polyclasses.py
sympy/polys/tests/test_polyfuncs.py
sympy/polys/tests/test_polyoptions.py
sympy/polys/tests/test_polyroots.py
sympy/polys/tests/test_polytools.py
sympy/polys/tests/test_polyutils.py
sympy/polys/tests/test_rationaltools.py
sympy/polys/tests/test_rootisolation.py
sympy/polys/tests/test_rootoftools.py
sympy/polys/tests/test_specialpolys.py
sympy/polys/tests/test_sqfreetools.py
sympy/printing/__init__.py
sympy/printing/ccode.py
sympy/printing/codeprinter.py
sympy/printing/conventions.py
sympy/printing/fcode.py
sympy/printing/gtk.py
sympy/printing/lambdarepr.py
sympy/printing/latex.py
sympy/printing/mathml.py
sympy/printing/precedence.py
sympy/printing/preview.py
sympy/printing/printer.py
sympy/printing/python.py
sympy/printing/repr.py
sympy/printing/str.py
sympy/printing/tree.py
sympy/printing/pretty/__init__.py
sympy/printing/pretty/pretty.py
sympy/printing/pretty/pretty_symbology.py
sympy/printing/pretty/stringpict.py
sympy/printing/pretty/tests/test_pretty.py
sympy/printing/tests/test_ccode.py
sympy/printing/tests/test_codeprinter.py
sympy/printing/tests/test_conventions.py
sympy/printing/tests/test_fcode.py
sympy/printing/tests/test_gtk.py
sympy/printing/tests/test_lambdarepr.py
sympy/printing/tests/test_latex.py
sympy/printing/tests/test_mathml.py
sympy/printing/tests/test_precedence.py
sympy/printing/tests/test_python.py
sympy/printing/tests/test_repr.py
sympy/printing/tests/test_str.py
sympy/series/__init__.py
sympy/series/acceleration.py
sympy/series/gruntz.py
sympy/series/limits.py
sympy/series/order.py
sympy/series/residues.py
sympy/series/series.py
sympy/series/tests/test_demidovich.py
sympy/series/tests/test_gruntz.py
sympy/series/tests/test_limits.py
sympy/series/tests/test_lseries.py
sympy/series/tests/test_nseries.py
sympy/series/tests/test_order.py
sympy/series/tests/test_residues.py
sympy/series/tests/test_series.py
sympy/simplify/__init__.py
sympy/simplify/cse_main.py
sympy/simplify/cse_opts.py
sympy/simplify/epathtools.py
sympy/simplify/hyperexpand.py
sympy/simplify/hyperexpand_doc.py
sympy/simplify/simplify.py
sympy/simplify/sqrtdenest.py
sympy/simplify/traversaltools.py
sympy/simplify/tests/test_cse.py
sympy/simplify/tests/test_epathtools.py
sympy/simplify/tests/test_hyperexpand.py
sympy/simplify/tests/test_rewrite.py
sympy/simplify/tests/test_simplify.py
sympy/simplify/tests/test_sqrtdenest.py
sympy/simplify/tests/test_traversaltools.py
sympy/slow_tests/test_core.py
sympy/solvers/__init__.py
sympy/solvers/inequalities.py
sympy/solvers/ode.py
sympy/solvers/pde.py
sympy/solvers/polysys.py
sympy/solvers/recurr.py
sympy/solvers/solvers.py
sympy/solvers/tests/test_constantsimp.py
sympy/solvers/tests/test_inequalities.py
sympy/solvers/tests/test_numeric.py
sympy/solvers/tests/test_ode.py
sympy/solvers/tests/test_pde.py
sympy/solvers/tests/test_polysys.py
sympy/solvers/tests/test_recurr.py
sympy/solvers/tests/test_solvers.py
sympy/statistics/__init__.py
sympy/statistics/distributions.py
sympy/statistics/tests/test_statistics.py
sympy/tensor/__init__.py
sympy/tensor/index_methods.py
sympy/tensor/indexed.py
sympy/tensor/tests/test_index_methods.py
sympy/tensor/tests/test_indexed.py
sympy/utilities/__init__.py
sympy/utilities/autowrap.py
sympy/utilities/benchmarking.py
sympy/utilities/codegen.py
sympy/utilities/compilef.py
sympy/utilities/cythonutils.py
sympy/utilities/decorator.py
sympy/utilities/iterables.py
sympy/utilities/lambdify.py
sympy/utilities/memoization.py
sympy/utilities/misc.py
sympy/utilities/pkgdata.py
sympy/utilities/pytest.py
sympy/utilities/randtest.py
sympy/utilities/runtests.py
sympy/utilities/source.py
sympy/utilities/timeutils.py
sympy/utilities/mathml/__init__.py
sympy/utilities/tests/test_autowrap.py
sympy/utilities/tests/test_code_quality.py
sympy/utilities/tests/test_codegen.py
sympy/utilities/tests/test_decorator.py
sympy/utilities/tests/test_iterables.py
sympy/utilities/tests/test_lambdify.py
sympy/utilities/tests/test_pickling.py
sympy/utilities/tests/test_pytest.py
sympy/utilities/tests/test_source.py