David Roe <roed.m...@gmail.com> writes:
> Maxima will use ascii-art to print expressions (http://
> www.sagemath.org/doc/reference/sage/interfaces/maxima.html), but it
> will just leave sqrt as sqrt.  I don't know a way to get an ascii art
> representation for sqrt.
> David

Sympy does this::

    sage: from sympy import sympify, pprint
    sage: pprint(sympify(sqrt(3)))
      ⎽⎽⎽
    ╲╱ 3 

-Keshav

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


Reply via email to