-
This seems like a new problem I have not seen before. If already known or reported, please delete this ticket.
fyi, I also asked about it here
https://ask.sagemath.org/question/61120/latex-command…
-
We transform `build/sage_bootstrap` to a new pip-installable distribution **sage-bootstrap** (with source dir `SAGE_ROOT/pkgs/sage-bootstrap`).
Other bits from SAGE_ROOT and `build/` become pa…
-
Source
```
p=
q=
f=inverse_mod(e,(p-1)*(q-1))
f
```
yields
```
~~~~~~~~~~~~~~~~~~~~~~ ::
sage: p=
sage: q=
sage: f=inverse_mod(e,(…
-
Karl-Dieter Crisman commented about stopgaps that he would find it inappropriate, if *everytime* sage is restarted, a user will get warnings when using routines which return incorrect results; see d…
-
I attempted to build the large Cremona database with sagemath 9.6 and sqlite 3.36.0 on a Fedora 36 x86_64 machine, as follows:
```
import sage.databases.cremona
c = sage.databases.cremona.LargeCrem…
-
I have a problem (context: trying to find radius of convergence of a Taylor series related to Newton's method). Sage throws a bizarre exception without any useful information. Changing from `QQbar…
-
For abelian groups (or modules over any PID for that matter), there are two unique decompositions yielding a list of invariants. The names of those is not consistent in the literature.
Here is @fin…
-
SageMath, in its current state, is not a proof assistant. It does not provide the formal proof capabilities in software specifically designed to construct, check, and verify proofs within a rigorous l…
-
```
sage: x,y = var("x,y")
sage: f = integrate(-2*(2*(x - floor(x))^3 - 3*(x - floor(x))^2 + x - floor(x))*(8*x^3/(x^2 + y^2)^5 - 3*x/(x^2 + y^2)^4), x, 1, +Infinity, hold=True)
sage: f
integrate(…
-
```
File "src/sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py", line 112, in sage.tests.books.computational-mathematics-with-sagemath.graphique_doctest
Failed example:…