I would like to debug the latex printing of an expression that ambiguous.
To reproduce it:
t = var('t')
x = function('x')(t)
latex( diff(x,t)^2 )
This produces ambiguous output, essentially:
partial_t x^2
instead of
(partial_t x)^2
I have tried:
from sage.misc.trace import trace
trace("latex(
I have the python package mesonpy installed...
Perhaps I'm not setting my python path appropriately, but
PYTHONPATH=/usr/lib/python3.11/site-packages
points right to it.
On Monday, September 25, 2023 at 4:30:11 PM UTC-5 Eric Majzoub wrote:
> Fresh clone of git repository of sage.
Fresh clone of git repository of sage. I issued:
cd sage
./bootstrap
./configure --no-create --no-recursion
make
I've attached the log file for the scipy fail.
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group
2023 at 4:53:15 PM UTC-5 John H Palmieri wrote:
> Some recent versions of Singular don't seem to work with Sage. You could
> try "make distclean" (to start over) and "./configure
> --with-system-singular=no" to force Sage to build its own Singular. Then
>