sympy-live
sympy-live copied to clipboard
The source for the code at live.sympy.org
According to [wikiepedia](https://en.wikipedia.org/wiki/Polylogarithm#Relationship_to_other_functions) , polylog(s,-1) = - dirichlet(s) But it gives value of dirichlet in sympy polylog(s,-1) returns dirichlet(s)
Some places code syntax highlighting is not picked up and code is not runnable with SymPy Live. The syntax highlighting might be traced back to whether or not a space...
At http://docs.sympy.org/latest/tutorial/basic_operations.html, if you run the block ``` >>> str_expr = "x**2 + 3*x - 1/2" >>> expr = sympify(str_expr) >>> expr x**2 + 3*x - 1/2 >>> expr.subs(x, 2)...
``` sh >>> git submodule update Cloning into 'static'... Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts. Permission denied (publickey). fatal:...
After copy&pasting the following lines from [this stackexchange question](http://apple.stackexchange.com/questions/135522/iterm2-unicode-and-sympy?noredirect=1#comment160667_135522) ``` python from sympy import * x = Symbol("x") pprint(Integral(sqrt(1/x), x)) ``` the following exception is thrown: ``` python Exception in...
Enter something in the interactive shell, i.e. "5+5" and press Enter. The result (10) is shown. Click the push pin symbol ("Make a link that evaluates the session history") and...
People can get confused as to how the printing works in SymPy Live and not in a regular shell. I think it should show init_printing() as one of the commands...
``` pytb >>> simplify(exp(x)/exp(x - 1)) Exception in SymPy Live of type for reference the last 5 stack trace entries are Traceback (most recent call last): File "/base/data/home/apps/s~sympy-live-hrd/43.373169527249054993/shell.py", line 763,...
Sorry if this is the wrong place to report this issue (Might be MathJax?), but running dir() on something (e.g. '') makes it show plain, unrendered, TeX. > > >...
When you open the live box in the docs, it stays open on all new pages, even if you close it.