docs.sympy.org
Open in
urlscan Pro
185.199.109.153
Public Scan
Submitted URL: http://docs.sympy.org/
Effective URL: https://docs.sympy.org/latest/index.html
Submission: On September 13 via manual from US — Scanned from DE
Effective URL: https://docs.sympy.org/latest/index.html
Submission: On September 13 via manual from US — Scanned from DE
Form analysis
1 forms found in the DOMGET search.html
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel">
<input type="submit" value="Go">
</form>
Text Content
NAVIGATION * index * modules | * next | * SymPy 1.8 documentation » * Welcome to SymPy’s documentation! WELCOME TO SYMPY’S DOCUMENTATION!¶ A PDF version of these docs can be found here. SymPy is a Python library for symbolic mathematics. If you are new to SymPy, start with the Tutorial. This is the central page for all of SymPy’s documentation. Contents: * Installation * Anaconda * Git * Other Methods * Run SymPy * Mpmath * Questions * SymPy Tutorial * Preliminaries * Introduction * Gotchas * Basic Operations * Printing * Simplification * Calculus * Solvers * Matrices * Advanced Expression Manipulation * Gotchas and Pitfalls * Introduction * Equals Signs (=) * Variables * Symbolic Expressions * Special Symbols * Getting help from within SymPy * SymPy Modules Reference * abc * Algebras * Assumptions * Calculus * Category Theory * Code Generation * Combinatorics * Concrete * Core * Cryptography * Differential Geometry * Diophantine * Discrete * Numerical Evaluation * Functions * Geometry * Holonomic * Inequality Solvers * Integrals * Computing Integrals using Meijer G-Functions * The G-Function Integration Theorems * The Inverse Laplace Transform of a G-function * Implemented G-Function Formulae * Internal API Reference * Interactive * Lie Algebra * Logic * Matrices * Number Theory * Numeric Computation * ODE * Parsing * PDE * Physics * Plotting * Polynomial Manipulation * Printing * Term Rewriting * Series * Sets * Simplify * Solvers * Solveset * Stats * Tensor * Testing * Utilities * Vector * Contributions to Docs * SymPy Special Topics * Introduction * Finite Difference Approximations to Derivatives * Classification of SymPy objects * Wiki * FAQ * SymPy Papers * Planet SymPy * SymPy logos * Blogs, News, Magazines * About * SymPy Development Team * Financial and Infrastructure Support * License * Citing SymPy * SymPy Documentation Style Guide * General Guidelines * Types of Documentation * Getting Started * Narrative Documentation Guidelines * Docstring Guidelines * Sample Docstring * Docstrings for Classes that are Mathematical Functions * Best Practices for Writing Docstrings * Importing Docstrings into the Sphinx Documentation * Cross-Referencing DOCUMENTATION VERSION SymPy 1.8 (latest release) SymPy 1.10.dev (development version) NEXT TOPIC Installation THIS PAGE * Show Source QUICK SEARCH NAVIGATION * index * modules | * next | * SymPy 1.8 documentation » * Welcome to SymPy’s documentation! © Copyright 2021 SymPy Development Team. Last updated on Apr 09, 2021. Created using Sphinx 3.3.1. SYMPY LIVE SHELL Python console for SymPy 1.5.1 (Python 2.7.12) These commands were executed: >>> from __future__ import division >>> from sympy import * >>> x, y, z, t = symbols('x y z t') >>> k, m, n = symbols('k m n', integer=True) >>> f, g, h = symbols('f g h', cls=Function) >>> Completions here EvaluateClearGo to SymPy Live SETTINGS Output FormatReprStrASCIIUnicodeLaTeX Submit withEnterShift-Enter PrivacyOnOff Complete withTabCtrl-Space Ctrl-Up/Down for history Evaluation Mode:EvaluateCopy Dock to Right Show SymPy Live Shell