We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To start sympy in debug mode set the SYMPY_DEBUG variable. For instance in a unix-like system you would do
$ SYMPY_DEBUG=true bin/isympy
or in Windows
> set SYMPY_DEBUG=true > python bin/isympy
Now just use for example the limit() function. You will get a nice printed tree, which is very useful for debugging.
limit()