On 5/31/07, Joel B. Mohler <[EMAIL PROTECTED]> wrote:
> I'm giving the new symbolic stuff a bit of a work-out today.  I've come across
> two issues.
>
> 1)  I'm outputing my results to a latex file and viewing them that way and
> also using the view command.  The conversion to latex puts a "\cdot" in for
> multiplication.  I don't mind this so much, but it makes the output of a
> larger width which can be annoying.  It also messes up my visual grouping of
> things since we always see things with implicit multiplication.  Is there a
> way a to drop the "\cdot"?  I looked through the source code and found many
> instances of "\cdot" and I wasn't too thrilled at the idea of figuring out
> which was the correct one.

The file calculus/calculus.py, which is what should be responsible for all
typesetting of symbolic objects, contains exactly one instance of \\cdot
(around line 2700).  Try removing that and letting us know if the behavior
is acceptable to you; if so maybe we'll just remove it.

> 2)  I'm manipulating rather large (10-20 terms numerator and denominator)
> rational functions with the new symbolic support.  When I'm using simplify
> and expand on these things, I'm sometimes getting an output of something
> like "sage40".  I've tried small examples which seem similar to what I'm
> doing with the big expressions, but I'm unable to reproduce it in a smaller
> setting.  Any ideas about what might be going on (or how to find out)?

It's some bug with either parsing data that is output by Maxima,
or with how maxima is interpreting something we give it.
The only way to fix this is for you to post an example.

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to