> We did some basic tutorials for SymPy using ScriptBlocks. Some sample
> results generated can be viewed in the links below:
>
> http://www.touchthinktanks.com/scriptblocks/resultssymbolic/index.html
> http://www.touchthinktanks.com/scriptblocks/resultssymbolic/algebra.html
>

Looks good. I don't have the technology to test it but do hae a pull
request ( https://github.com/sympy/sympy/pull/711 ) that doesn't
require a workaround for expressions with 'abs' anymore (thanks for
pointing this out):

>>> solve(abs(x-7)-8)
[-1, 15]
>>> solve(abs(x**2-7)-8)
[-sqrt(15), sqrt(15), -I, I]

/c

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to