.gitattributes
.gitignore
.mailmap
.readthedocs.yml
LICENSE.rst
conftest.py
pyproject.toml
setup.cfg
setup.py
.github/CONTRIBUTING.rst
.github/workflows/test.yml
Diofant.egg-info/PKG-INFO
Diofant.egg-info/SOURCES.txt
Diofant.egg-info/dependency_links.txt
Diofant.egg-info/requires.txt
Diofant.egg-info/top_level.txt
Diofant.egg-info/zip-safe
diofant/__init__.py
diofant/__main__.py
diofant/abc.py
diofant/config.py
diofant/calculus/__init__.py
diofant/calculus/euler.py
diofant/calculus/finite_diff.py
diofant/calculus/optimization.py
diofant/calculus/singularities.py
diofant/combinatorics/__init__.py
diofant/combinatorics/generators.py
diofant/combinatorics/graycode.py
diofant/combinatorics/group_constructs.py
diofant/combinatorics/named_groups.py
diofant/combinatorics/partitions.py
diofant/combinatorics/perm_groups.py
diofant/combinatorics/permutations.py
diofant/combinatorics/polyhedron.py
diofant/combinatorics/prufer.py
diofant/combinatorics/subsets.py
diofant/combinatorics/tensor_can.py
diofant/combinatorics/testutil.py
diofant/combinatorics/util.py
diofant/concrete/__init__.py
diofant/concrete/delta.py
diofant/concrete/expr_with_intlimits.py
diofant/concrete/expr_with_limits.py
diofant/concrete/gosper.py
diofant/concrete/products.py
diofant/concrete/summations.py
diofant/core/__init__.py
diofant/core/add.py
diofant/core/alphabets.py
diofant/core/assumptions.py
diofant/core/basic.py
diofant/core/cache.py
diofant/core/compatibility.py
diofant/core/containers.py
diofant/core/coreerrors.py
diofant/core/decorators.py
diofant/core/evalf.py
diofant/core/evaluate.py
diofant/core/expr.py
diofant/core/exprtools.py
diofant/core/facts.py
diofant/core/function.py
diofant/core/logic.py
diofant/core/mod.py
diofant/core/mul.py
diofant/core/multidimensional.py
diofant/core/numbers.py
diofant/core/operations.py
diofant/core/power.py
diofant/core/relational.py
diofant/core/rules.py
diofant/core/singleton.py
diofant/core/strategies.py
diofant/core/symbol.py
diofant/core/sympify.py
diofant/core/trace.py
diofant/diffgeom/__init__.py
diofant/diffgeom/diffgeom.py
diofant/diffgeom/rn.py
diofant/domains/__init__.py
diofant/domains/algebraicfield.py
diofant/domains/characteristiczero.py
diofant/domains/complexfield.py
diofant/domains/compositedomain.py
diofant/domains/domain.py
diofant/domains/domainelement.py
diofant/domains/expressiondomain.py
diofant/domains/field.py
diofant/domains/finitefield.py
diofant/domains/groundtypes.py
diofant/domains/integerring.py
diofant/domains/mpelements.py
diofant/domains/quotientring.py
diofant/domains/rationalfield.py
diofant/domains/realfield.py
diofant/domains/ring.py
diofant/domains/simpledomain.py
diofant/external/__init__.py
diofant/external/importtools.py
diofant/functions/__init__.py
diofant/functions/combinatorial/__init__.py
diofant/functions/combinatorial/factorials.py
diofant/functions/combinatorial/numbers.py
diofant/functions/elementary/__init__.py
diofant/functions/elementary/complexes.py
diofant/functions/elementary/exponential.py
diofant/functions/elementary/hyperbolic.py
diofant/functions/elementary/integers.py
diofant/functions/elementary/miscellaneous.py
diofant/functions/elementary/piecewise.py
diofant/functions/elementary/trigonometric.py
diofant/functions/special/__init__.py
diofant/functions/special/bessel.py
diofant/functions/special/beta_functions.py
diofant/functions/special/bsplines.py
diofant/functions/special/delta_functions.py
diofant/functions/special/elliptic_integrals.py
diofant/functions/special/error_functions.py
diofant/functions/special/gamma_functions.py
diofant/functions/special/hyper.py
diofant/functions/special/polynomials.py
diofant/functions/special/spherical_harmonics.py
diofant/functions/special/tensor_functions.py
diofant/functions/special/zeta_functions.py
diofant/geometry/__init__.py
diofant/geometry/curve.py
diofant/geometry/ellipse.py
diofant/geometry/entity.py
diofant/geometry/exceptions.py
diofant/geometry/line.py
diofant/geometry/point.py
diofant/geometry/polygon.py
diofant/geometry/util.py
diofant/integrals/__init__.py
diofant/integrals/deltafunctions.py
diofant/integrals/heurisch.py
diofant/integrals/integrals.py
diofant/integrals/meijerint.py
diofant/integrals/meijerint_doc.py
diofant/integrals/prde.py
diofant/integrals/quadrature.py
diofant/integrals/rationaltools.py
diofant/integrals/rde.py
diofant/integrals/risch.py
diofant/integrals/transforms.py
diofant/integrals/trigonometry.py
diofant/interactive/__init__.py
diofant/interactive/printing.py
diofant/interactive/session.py
diofant/logic/__init__.py
diofant/logic/boolalg.py
diofant/logic/inference.py
diofant/logic/algorithms/__init__.py
diofant/logic/algorithms/dpll.py
diofant/logic/algorithms/dpll2.py
diofant/logic/utilities/__init__.py
diofant/logic/utilities/dimacs.py
diofant/matrices/__init__.py
diofant/matrices/dense.py
diofant/matrices/immutable.py
diofant/matrices/matrices.py
diofant/matrices/sparse.py
diofant/matrices/expressions/__init__.py
diofant/matrices/expressions/adjoint.py
diofant/matrices/expressions/blockmatrix.py
diofant/matrices/expressions/determinant.py
diofant/matrices/expressions/diagonal.py
diofant/matrices/expressions/fourier.py
diofant/matrices/expressions/funcmatrix.py
diofant/matrices/expressions/hadamard.py
diofant/matrices/expressions/inverse.py
diofant/matrices/expressions/matadd.py
diofant/matrices/expressions/matexpr.py
diofant/matrices/expressions/matmul.py
diofant/matrices/expressions/matpow.py
diofant/matrices/expressions/slice.py
diofant/matrices/expressions/trace.py
diofant/matrices/expressions/transpose.py
diofant/ntheory/__init__.py
diofant/ntheory/continued_fraction.py
diofant/ntheory/egyptian_fraction.py
diofant/ntheory/factor_.py
diofant/ntheory/generate.py
diofant/ntheory/modular.py
diofant/ntheory/multinomial.py
diofant/ntheory/partitions_.py
diofant/ntheory/primetest.py
diofant/ntheory/residue_ntheory.py
diofant/parsing/__init__.py
diofant/parsing/mathematica.py
diofant/parsing/maxima.py
diofant/parsing/sympy_parser.py
diofant/plotting/__init__.py
diofant/plotting/plot.py
diofant/plotting/plot_implicit.py
diofant/polys/__init__.py
diofant/polys/constructor.py
diofant/polys/euclidtools.py
diofant/polys/factorization_alg_field.py
diofant/polys/factortools.py
diofant/polys/fields.py
diofant/polys/groebnertools.py
diofant/polys/modulargcd.py
diofant/polys/monomials.py
diofant/polys/numberfields.py
diofant/polys/orderings.py
diofant/polys/orthopolys.py
diofant/polys/partfrac.py
diofant/polys/polyerrors.py
diofant/polys/polyfuncs.py
diofant/polys/polyoptions.py
diofant/polys/polyquinticconst.py
diofant/polys/polyroots.py
diofant/polys/polytools.py
diofant/polys/polyutils.py
diofant/polys/rationaltools.py
diofant/polys/rings.py
diofant/polys/rootisolation.py
diofant/polys/rootoftools.py
diofant/polys/solvers.py
diofant/polys/specialpolys.py
diofant/polys/sqfreetools.py
diofant/polys/univar.py
diofant/printing/__init__.py
diofant/printing/ccode.py
diofant/printing/codeprinter.py
diofant/printing/conventions.py
diofant/printing/defaults.py
diofant/printing/dot.py
diofant/printing/fcode.py
diofant/printing/lambdarepr.py
diofant/printing/latex.py
diofant/printing/mathematica.py
diofant/printing/mathml.py
diofant/printing/octave.py
diofant/printing/precedence.py
diofant/printing/printer.py
diofant/printing/python.py
diofant/printing/repr.py
diofant/printing/str.py
diofant/printing/pretty/__init__.py
diofant/printing/pretty/pretty.py
diofant/printing/pretty/pretty_symbology.py
diofant/printing/pretty/stringpict.py
diofant/series/__init__.py
diofant/series/gruntz.py
diofant/series/limits.py
diofant/series/order.py
diofant/series/residues.py
diofant/series/series.py
diofant/sets/__init__.py
diofant/sets/contains.py
diofant/sets/fancysets.py
diofant/sets/sets.py
diofant/simplify/__init__.py
diofant/simplify/combsimp.py
diofant/simplify/cse_main.py
diofant/simplify/cse_opts.py
diofant/simplify/epathtools.py
diofant/simplify/fu.py
diofant/simplify/hyperexpand.py
diofant/simplify/hyperexpand_doc.py
diofant/simplify/powsimp.py
diofant/simplify/radsimp.py
diofant/simplify/ratsimp.py
diofant/simplify/simplify.py
diofant/simplify/sqrtdenest.py
diofant/simplify/traversaltools.py
diofant/simplify/trigsimp.py
diofant/solvers/__init__.py
diofant/solvers/bivariate.py
diofant/solvers/deutils.py
diofant/solvers/diophantine.py
diofant/solvers/inequalities.py
diofant/solvers/ode.py
diofant/solvers/pde.py
diofant/solvers/polysys.py
diofant/solvers/recurr.py
diofant/solvers/solvers.py
diofant/solvers/utils.py
diofant/stats/__init__.py
diofant/stats/crv.py
diofant/stats/crv_types.py
diofant/stats/drv.py
diofant/stats/drv_types.py
diofant/stats/frv.py
diofant/stats/frv_types.py
diofant/stats/rv.py
diofant/stats/rv_interface.py
diofant/tensor/__init__.py
diofant/tensor/index_methods.py
diofant/tensor/indexed.py
diofant/tensor/tensor.py
diofant/tensor/array/__init__.py
diofant/tensor/array/arrayop.py
diofant/tensor/array/dense_ndim_array.py
diofant/tensor/array/mutable_ndim_array.py
diofant/tensor/array/ndim_array.py
diofant/tensor/array/sparse_ndim_array.py
diofant/tests/__init__.py
diofant/tests/conftest.py
diofant/tests/test_cli.py
diofant/tests/test_config.py
diofant/tests/test_wester.py
diofant/tests/calculus/__init__.py
diofant/tests/calculus/test_euler.py
diofant/tests/calculus/test_finite_diff.py
diofant/tests/calculus/test_optimization.py
diofant/tests/calculus/test_singularities.py
diofant/tests/combinatorics/__init__.py
diofant/tests/combinatorics/test_generators.py
diofant/tests/combinatorics/test_graycode.py
diofant/tests/combinatorics/test_group_constructs.py
diofant/tests/combinatorics/test_named_groups.py
diofant/tests/combinatorics/test_partitions.py
diofant/tests/combinatorics/test_perm_groups.py
diofant/tests/combinatorics/test_permutations.py
diofant/tests/combinatorics/test_polyhedron.py
diofant/tests/combinatorics/test_prufer.py
diofant/tests/combinatorics/test_subsets.py
diofant/tests/combinatorics/test_tensor_can.py
diofant/tests/combinatorics/test_testutil.py
diofant/tests/combinatorics/test_util.py
diofant/tests/concrete/__init__.py
diofant/tests/concrete/test_delta.py
diofant/tests/concrete/test_gosper.py
diofant/tests/concrete/test_products.py
diofant/tests/concrete/test_sums_products.py
diofant/tests/core/__init__.py
diofant/tests/core/test_args.py
diofant/tests/core/test_arit.py
diofant/tests/core/test_assumptions.py
diofant/tests/core/test_basic.py
diofant/tests/core/test_cache.py
diofant/tests/core/test_compatibility.py
diofant/tests/core/test_complex.py
diofant/tests/core/test_containers.py
diofant/tests/core/test_count_ops.py
diofant/tests/core/test_diff.py
diofant/tests/core/test_equal.py
diofant/tests/core/test_eval.py
diofant/tests/core/test_eval_power.py
diofant/tests/core/test_evalf.py
diofant/tests/core/test_evaluate.py
diofant/tests/core/test_expand.py
diofant/tests/core/test_expr.py
diofant/tests/core/test_exprtools.py
diofant/tests/core/test_facts.py
diofant/tests/core/test_function.py
diofant/tests/core/test_logic.py
diofant/tests/core/test_match.py
diofant/tests/core/test_multidimensional.py
diofant/tests/core/test_noncommutative.py
diofant/tests/core/test_numbers.py
diofant/tests/core/test_operations.py
diofant/tests/core/test_priority.py
diofant/tests/core/test_relational.py
diofant/tests/core/test_rules.py
diofant/tests/core/test_strategies.py
diofant/tests/core/test_subs.py
diofant/tests/core/test_symbol.py
diofant/tests/core/test_sympify.py
diofant/tests/core/test_trace.py
diofant/tests/core/test_truediv.py
diofant/tests/core/test_var.py
diofant/tests/diffgeom/__init__.py
diofant/tests/diffgeom/test_class_structure.py
diofant/tests/diffgeom/test_diffgeom.py
diofant/tests/diffgeom/test_function_diffgeom_book.py
diofant/tests/diffgeom/test_hyperbolic_space.py
diofant/tests/domains/__init__.py
diofant/tests/domains/test_domains.py
diofant/tests/domains/test_gmpy.py
diofant/tests/domains/test_polynomialring.py
diofant/tests/external/__init__.py
diofant/tests/external/test_autowrap.py
diofant/tests/external/test_codegen.py
diofant/tests/external/test_importtools.py
diofant/tests/external/test_numpy.py
diofant/tests/external/test_plot.py
diofant/tests/external/test_plot_implicit.py
diofant/tests/external/test_scipy.py
diofant/tests/functions/__init__.py
diofant/tests/functions/test_bessel.py
diofant/tests/functions/test_beta_functions.py
diofant/tests/functions/test_bsplines.py
diofant/tests/functions/test_comb_factorials.py
diofant/tests/functions/test_comb_numbers.py
diofant/tests/functions/test_complexes.py
diofant/tests/functions/test_delta_functions.py
diofant/tests/functions/test_elliptic_integrals.py
diofant/tests/functions/test_error_functions.py
diofant/tests/functions/test_exponential.py
diofant/tests/functions/test_gamma_functions.py
diofant/tests/functions/test_hyper.py
diofant/tests/functions/test_hyperbolic.py
diofant/tests/functions/test_integers.py
diofant/tests/functions/test_interface.py
diofant/tests/functions/test_miscellaneous.py
diofant/tests/functions/test_piecewise.py
diofant/tests/functions/test_spec_polynomials.py
diofant/tests/functions/test_spherical_harmonics.py
diofant/tests/functions/test_tensor_functions.py
diofant/tests/functions/test_trigonometric.py
diofant/tests/functions/test_zeta_functions.py
diofant/tests/geometry/__init__.py
diofant/tests/geometry/test_geometry.py
diofant/tests/geometry/test_geometrysets.py
diofant/tests/geometry/test_line.py
diofant/tests/geometry/test_point.py
diofant/tests/integrals/__init__.py
diofant/tests/integrals/test_deltafunctions.py
diofant/tests/integrals/test_heurisch.py
diofant/tests/integrals/test_integrals.py
diofant/tests/integrals/test_lineintegrals.py
diofant/tests/integrals/test_meijerint.py
diofant/tests/integrals/test_prde.py
diofant/tests/integrals/test_quadrature.py
diofant/tests/integrals/test_rationaltools.py
diofant/tests/integrals/test_rde.py
diofant/tests/integrals/test_risch.py
diofant/tests/integrals/test_transforms.py
diofant/tests/integrals/test_trigonometry.py
diofant/tests/interactive/__init__.py
diofant/tests/interactive/test_ipython.py
diofant/tests/interactive/test_ipythonprinting.py
diofant/tests/interactive/test_printing.py
diofant/tests/logic/__init__.py
diofant/tests/logic/aim-50-2_0-no-2.cnf
diofant/tests/logic/f3.cnf
diofant/tests/logic/f5.cnf
diofant/tests/logic/hole6.cnf
diofant/tests/logic/quinn.cnf
diofant/tests/logic/simple_v3_c2.cnf
diofant/tests/logic/test_boolalg.py
diofant/tests/logic/test_dimacs.py
diofant/tests/logic/test_inference.py
diofant/tests/matrices/__init__.py
diofant/tests/matrices/test_adjoint.py
diofant/tests/matrices/test_blockmatrix.py
diofant/tests/matrices/test_determinant.py
diofant/tests/matrices/test_diagonal.py
diofant/tests/matrices/test_fourier.py
diofant/tests/matrices/test_funcmatrix.py
diofant/tests/matrices/test_hadamard.py
diofant/tests/matrices/test_immutable.py
diofant/tests/matrices/test_indexing.py
diofant/tests/matrices/test_interactions.py
diofant/tests/matrices/test_inverse.py
diofant/tests/matrices/test_matadd.py
diofant/tests/matrices/test_matexpr.py
diofant/tests/matrices/test_matmul.py
diofant/tests/matrices/test_matpow.py
diofant/tests/matrices/test_matrices.py
diofant/tests/matrices/test_slice.py
diofant/tests/matrices/test_sparse.py
diofant/tests/matrices/test_trace.py
diofant/tests/matrices/test_transpose.py
diofant/tests/ntheory/__init__.py
diofant/tests/ntheory/test_ntheory.py
diofant/tests/parsing/__init__.py
diofant/tests/parsing/test_implicit_multiplication_application.py
diofant/tests/parsing/test_mathematica.py
diofant/tests/parsing/test_maxima.py
diofant/tests/parsing/test_sympy_parser.py
diofant/tests/polys/__init__.py
diofant/tests/polys/test_constructor.py
diofant/tests/polys/test_euclidtools.py
diofant/tests/polys/test_factorization_alg_field.py
diofant/tests/polys/test_factortools.py
diofant/tests/polys/test_fields.py
diofant/tests/polys/test_groebnertools.py
diofant/tests/polys/test_modulargcd.py
diofant/tests/polys/test_monomials.py
diofant/tests/polys/test_numberfields.py
diofant/tests/polys/test_orderings.py
diofant/tests/polys/test_orthopolys.py
diofant/tests/polys/test_partfrac.py
diofant/tests/polys/test_polyerrors.py
diofant/tests/polys/test_polyfuncs.py
diofant/tests/polys/test_polyoptions.py
diofant/tests/polys/test_polyroots.py
diofant/tests/polys/test_polytools.py
diofant/tests/polys/test_polyutils.py
diofant/tests/polys/test_rationaltools.py
diofant/tests/polys/test_rings.py
diofant/tests/polys/test_rootisolation.py
diofant/tests/polys/test_rootoftools.py
diofant/tests/polys/test_solvers.py
diofant/tests/polys/test_specialpolys.py
diofant/tests/polys/test_sqfreetools.py
diofant/tests/printing/__init__.py
diofant/tests/printing/test_ccode.py
diofant/tests/printing/test_codeprinter.py
diofant/tests/printing/test_conventions.py
diofant/tests/printing/test_dot.py
diofant/tests/printing/test_fcode.py
diofant/tests/printing/test_lambdarepr.py
diofant/tests/printing/test_latex.py
diofant/tests/printing/test_mathematica.py
diofant/tests/printing/test_mathml.py
diofant/tests/printing/test_mpmath.py
diofant/tests/printing/test_numpy.py
diofant/tests/printing/test_octave.py
diofant/tests/printing/test_precedence.py
diofant/tests/printing/test_pretty.py
diofant/tests/printing/test_python.py
diofant/tests/printing/test_repr.py
diofant/tests/printing/test_str.py
diofant/tests/printing/test_stringpict.py
diofant/tests/series/__init__.py
diofant/tests/series/test_aseries.py
diofant/tests/series/test_demidovich.py
diofant/tests/series/test_gruntz.py
diofant/tests/series/test_limits.py
diofant/tests/series/test_lseries.py
diofant/tests/series/test_nseries.py
diofant/tests/series/test_order.py
diofant/tests/series/test_residues.py
diofant/tests/series/test_series.py
diofant/tests/sets/__init__.py
diofant/tests/sets/test_contains.py
diofant/tests/sets/test_fancysets.py
diofant/tests/sets/test_sets.py
diofant/tests/simplify/__init__.py
diofant/tests/simplify/test_combsimp.py
diofant/tests/simplify/test_cse.py
diofant/tests/simplify/test_epathtools.py
diofant/tests/simplify/test_fu.py
diofant/tests/simplify/test_function.py
diofant/tests/simplify/test_hyperexpand.py
diofant/tests/simplify/test_powsimp.py
diofant/tests/simplify/test_radsimp.py
diofant/tests/simplify/test_ratsimp.py
diofant/tests/simplify/test_rewrite.py
diofant/tests/simplify/test_simplify.py
diofant/tests/simplify/test_sqrtdenest.py
diofant/tests/simplify/test_traversaltools.py
diofant/tests/simplify/test_trigsimp.py
diofant/tests/solvers/__init__.py
diofant/tests/solvers/test_constantsimp.py
diofant/tests/solvers/test_diophantine.py
diofant/tests/solvers/test_inequalities.py
diofant/tests/solvers/test_ode.py
diofant/tests/solvers/test_pde.py
diofant/tests/solvers/test_polysys.py
diofant/tests/solvers/test_recurr.py
diofant/tests/solvers/test_solvers.py
diofant/tests/stats/__init__.py
diofant/tests/stats/test_continuous_rv.py
diofant/tests/stats/test_discrete_rv.py
diofant/tests/stats/test_finite_rv.py
diofant/tests/stats/test_mix.py
diofant/tests/stats/test_rv.py
diofant/tests/tensor/__init__.py
diofant/tests/tensor/test_arrayop.py
diofant/tests/tensor/test_immutable_ndim_array.py
diofant/tests/tensor/test_index_methods.py
diofant/tests/tensor/test_indexed.py
diofant/tests/tensor/test_mutable_ndim_array.py
diofant/tests/tensor/test_tensor.py
diofant/tests/tensor/test_tensor_numpy.py
diofant/tests/utilities/__init__.py
diofant/tests/utilities/test_autowrap.py
diofant/tests/utilities/test_codegen.py
diofant/tests/utilities/test_codegen_octave.py
diofant/tests/utilities/test_enumerative.py
diofant/tests/utilities/test_exceptions.py
diofant/tests/utilities/test_iterables.py
diofant/tests/utilities/test_lambdify.py
diofant/tests/utilities/test_misc.py
diofant/tests/utilities/test_pickling.py
diofant/tests/utilities/test_randtest.py
diofant/tests/vector/__init__.py
diofant/tests/vector/test_coordsysrect.py
diofant/tests/vector/test_dyadic.py
diofant/tests/vector/test_field_functions.py
diofant/tests/vector/test_functions.py
diofant/tests/vector/test_printing.py
diofant/tests/vector/test_vector.py
diofant/utilities/__init__.py
diofant/utilities/autowrap.py
diofant/utilities/codegen.py
diofant/utilities/decorator.py
diofant/utilities/enumerative.py
diofant/utilities/exceptions.py
diofant/utilities/iterables.py
diofant/utilities/lambdify.py
diofant/utilities/magic.py
diofant/utilities/memoization.py
diofant/utilities/misc.py
diofant/utilities/randtest.py
diofant/vector/__init__.py
diofant/vector/basisdependent.py
diofant/vector/coordsysrect.py
diofant/vector/deloperator.py
diofant/vector/dyadic.py
diofant/vector/functions.py
diofant/vector/orienters.py
diofant/vector/point.py
diofant/vector/scalar.py
diofant/vector/vector.py
docs/README.rst
docs/aboutus.rst
docs/cli.rst
docs/conf.py
docs/guide.rst
docs/index.rst
docs/install.rst
docs/sources.bib
docs/sources.rst
docs/_static/DejaVuSansMonoBook.ttf
docs/_static/custom.css
docs/_static/favicon.ico
docs/_static/logo.png
docs/_static/logo.svg
docs/demo/index.ipynb
docs/internals/evalf.rst
docs/internals/g-functions.rst
docs/internals/gruntz.rst
docs/internals/hyperexpand.rst
docs/internals/index.rst
docs/internals/polys.rst
docs/modules/concrete.rst
docs/modules/config.rst
docs/modules/core.rst
docs/modules/diffgeom.rst
docs/modules/domains.rst
docs/modules/index.rst
docs/modules/integrals.rst
docs/modules/interactive.rst
docs/modules/logic.rst
docs/modules/ntheory.rst
docs/modules/parsing.rst
docs/modules/plotting.rst
docs/modules/polys.rst
docs/modules/printing.rst
docs/modules/series.rst
docs/modules/sets.rst
docs/modules/stats.rst
docs/modules/calculus/index.rst
docs/modules/combinatorics/graycode.rst
docs/modules/combinatorics/group_constructs.rst
docs/modules/combinatorics/index.rst
docs/modules/combinatorics/named_groups.rst
docs/modules/combinatorics/partitions.rst
docs/modules/combinatorics/perm_groups.rst
docs/modules/combinatorics/permutations.rst
docs/modules/combinatorics/polyhedron.rst
docs/modules/combinatorics/prufer.rst
docs/modules/combinatorics/subsets.rst
docs/modules/combinatorics/tensor_can.rst
docs/modules/combinatorics/testutil.rst
docs/modules/combinatorics/util.rst
docs/modules/functions/combinatorial.rst
docs/modules/functions/elementary.rst
docs/modules/functions/index.rst
docs/modules/functions/special.rst
docs/modules/geometry/curves.rst
docs/modules/geometry/ellipses.rst
docs/modules/geometry/entities.rst
docs/modules/geometry/index.rst
docs/modules/geometry/lines.rst
docs/modules/geometry/points.rst
docs/modules/geometry/polygons.rst
docs/modules/geometry/utils.rst
docs/modules/matrices/dense.rst
docs/modules/matrices/expressions.rst
docs/modules/matrices/immutablematrices.rst
docs/modules/matrices/index.rst
docs/modules/matrices/matrices.rst
docs/modules/matrices/sparse.rst
docs/modules/simplify/simplify.rst
docs/modules/solvers/diophantine.rst
docs/modules/solvers/index.rst
docs/modules/solvers/inequalities.rst
docs/modules/solvers/ode.rst
docs/modules/solvers/pde.rst
docs/modules/solvers/recurr.rst
docs/modules/solvers/solvers.rst
docs/modules/solvers/utilities.rst
docs/modules/tensor/array.rst
docs/modules/tensor/index.rst
docs/modules/tensor/index_methods.rst
docs/modules/tensor/indexed.rst
docs/modules/tensor/tensor.rst
docs/modules/utilities/autowrap.rst
docs/modules/utilities/codegen.rst
docs/modules/utilities/decorator.rst
docs/modules/utilities/enumerative.rst
docs/modules/utilities/index.rst
docs/modules/utilities/iterables.rst
docs/modules/utilities/lambdify.rst
docs/modules/utilities/memoization.rst
docs/modules/utilities/misc.rst
docs/modules/utilities/randtest.rst
docs/modules/vector/basics.rst
docs/modules/vector/coordsys.rst
docs/modules/vector/coordsys_rot.svg
docs/modules/vector/examples.rst
docs/modules/vector/fields.rst
docs/modules/vector/index.rst
docs/modules/vector/intro.rst
docs/modules/vector/api/classes.rst
docs/modules/vector/api/orienterclasses.rst
docs/modules/vector/api/vectorfunctions.rst
docs/release/index.rst
docs/release/notes-0.10.rst
docs/release/notes-0.11.rst
docs/release/notes-0.12.rst
docs/release/notes-0.13.rst
docs/release/notes-0.5.0.rst
docs/release/notes-0.5.1.rst
docs/release/notes-0.5.10.rst
docs/release/notes-0.5.11.rst
docs/release/notes-0.5.12.rst
docs/release/notes-0.5.13.rst
docs/release/notes-0.5.14.rst
docs/release/notes-0.5.15.rst
docs/release/notes-0.5.2.rst
docs/release/notes-0.5.3.rst
docs/release/notes-0.5.4.rst
docs/release/notes-0.5.5.rst
docs/release/notes-0.5.6.rst
docs/release/notes-0.5.7.rst
docs/release/notes-0.5.8.rst
docs/release/notes-0.5.9.rst
docs/release/notes-0.6.0.rst
docs/release/notes-0.6.1.rst
docs/release/notes-0.6.2.rst
docs/release/notes-0.6.3.rst
docs/release/notes-0.6.4.rst
docs/release/notes-0.6.5.rst
docs/release/notes-0.6.6.rst
docs/release/notes-0.6.7.rst
docs/release/notes-0.7.0.rst
docs/release/notes-0.7.1.rst
docs/release/notes-0.7.2.rst
docs/release/notes-0.7.3.rst
docs/release/notes-0.7.4.rst
docs/release/notes-0.7.5.rst
docs/release/notes-0.7.6.rst
docs/release/notes-0.8.rst
docs/release/notes-0.9.rst
docs/release/sympy.rst
docs/tutorial/basics.rst
docs/tutorial/calculus.rst
docs/tutorial/gotchas.rst
docs/tutorial/index.rst
docs/tutorial/intro.rst
docs/tutorial/manipulation.rst
docs/tutorial/matrices.rst
docs/tutorial/polys.rst
docs/tutorial/printing.rst
docs/tutorial/simplification.rst
docs/tutorial/solvers.rst