-
In SageMath 9.3.beta1:
```
sage: R. = QQ[]
....: K = Qp(19)
....: L. = K.extension(x^2 - 19)
....: a = L.hom([b], codomain=L)
....: id = L.Hom(L).identity()
....: a == id
Traceback (most recent cal…
-
CC: @dimpase @kcrisman @jhpalmieri
Component: **documentation**
Author: **Sepehr Eslami**
Branch/Commit: **[u/gh-eslamisepehr/add_persian_language_for_a_tour_of_sage](https://github.…
-
**Tickets and discussions:**
- #29055: Installing any optional package on the binary distribution triggers full recompile of sagelib
- Marc Culler's macOS app: https://groups.google.com/g/sage-deve…
-
Also improve formatting of equations
CC: @mantepse
Component: **linear programming**
_Issue created by migration from https://trac.sagemath.org/ticket/34885_
-
CC: @tscrim @louisng114
Component: **geometry**
Branch/Commit: **[public/29819](https://github.com/sagemath/sagetrac-mirror/tree/public/29819) @ [`ac162da`](https://github.com/sagemath/sagetrac…
-
In http://trac.sagemath.org/18416, the method `set_default_prec` of power series rings was marked deprecated, and the warning states that the default precision should be set at construction. This wa…
-
Doctesting sage-9.0 on a Raspberry Pi 4B on Raspbian Buster
```
sage -t --long src/sage/cpython/dict_del_by_value.pyx
**********************************************************************
File "sr…
-
### Problem Description
Many problems that are NP-complete for arbitrary graphs can be solved efficiently (usually using dynamic programming) for graphs of bounded treewidth and its [tree decompositi…
-
There is an error when one computes the abelian complexity of a word without specifying its alphabet.
The code
```
u = Word('110101')
u.abelian_complexity(2)
```
raises the error:
```div style="fo…
-
In 2017 some .pxd files in the sagelib were cleaned up and various exports removed.
In my case having access to some of these removed functions allows my customized canonical isomorph-free generat…
ed359 updated
4 years ago