I'm experiencing what seems to me to be inconsistent behavior in testing
equality for elements of a quotient ring. In the code below, the first print
statement gives "False", but the second one gives "True". Am I doing something
wrong?
A = Integers(4)
R. = PolynomialRing(A,2)
I = R.ideal(x^2 +
When I execute the following block of code in a Sage worksheet (I did this in a
.sagews file on cocalc.com, kernel 7.6), I get unexpected behavior from the
last pretty_print statement (the LaTeX doesn't render at all).
A = GF(2)
R. = PolynomialRing(A,1)
I = R.ideal(x^5 - 1)
Q. = R.quotient_ring(
Hi all,
I have a working installation of the Sage notebook server on a machine
running RHEL, with ssl enabled (I can connect via https and I'm running the
notebook with secure=True). I just built 7.2 (with ssl support, per the
installation instructions, as I did with 6.5) and now I'm getting th
UPDATE:
I switched to 6.1.1 and the problem went away.
On Friday, June 13, 2014 5:29:59 PM UTC-5, Keir Lockridge wrote:
>
> Hi,
>
> I have Sage v6.2 installed 'in the cloud' (Amazon). The OS is RHEL. I have
> used Sage for a couple of years without incident, but
9:23:50 AM UTC-5, P Purkayastha wrote:
>
> Is your sagenb installation complete? This file is present and
> distributed with the notebook:
>
> https://github.com/sagemath/sagenb/blob/master/sagenb/data/sage/js/mathjax_sage.js
>
>
> On Sat, Jun 14, 2014 at 10:14 PM, Keir Lockridge
completely broken for
> 6.1 but was fixed in 6.1.1. There has been no (released) upgrades of the
> notebook since then. I just checked and inline equations work fine here in
> 6.1.1 and 6.3.beta3. Sorry, I don't have 6.2 to test.
>
>
> On Saturday, June 14, 2014 6:29:59 AM UT
Hi,
I have Sage v6.2 installed 'in the cloud' (Amazon). The OS is RHEL. I have
used Sage for a couple of years without incident, but I am suddenly having
a problem with LaTeX rendering in the notebook. When I enclose a formula in
double dollar signs, it renders just fine as a centered equation.