-
### Steps To Reproduce
In SageMath 10.3 or 10.4, run
```
W = DifferentialWeylAlgebra(PolynomialRing(SR,['t']))
D = list(W.differentials())
matrix(W,[D[0]])
```
or
```
W = DifferentialWe…
-
Hi, I noticed that some things in the library appear to break when using the newest version of SageMath.
Here's a MRE:
```
from estimator import *
params = LWE.Parameters(n=2048, q=1
-
I am on wsl
I believe I followed all instructions
```jupyter notebook``` gives two choices, none of them `gap-4`
`jupyter kernelspec list` lists
```
Available kernels:
sagemath-dev /home/me…
-
Sagemath is a bundling of several independent math projects in a Jupyter-style notebook interface. It may benefit from CL's optimization, possibly in the FLINT/NTL libraries. It does not appear to b…
-
新版 sagemath 已经不再通过官网分发:
https://www.sagemath.org/download.html
> Note: Linux binaries have been discontinued. See the [Installation guide](https://doc.sagemath.org/html/en/installation/index.htm…
-
@fredstro @slel I have populated the template with information - it's not final - we can update details later, but something that we can check and provide to @NadiaMazza to start to advertise it. Plea…
-
Hello
I love using jupyter and design tray.jupyter is fantastic! you can add the octave kernel, sagemath and maxima to the project?
-
Example:
```python
import galois
p = 2**127 - 1
coefs = [132937, -281708, 210865, -132177, 154492, -119403, 64244, -21729, 12062, -425, 325, 525, 110, 20, 4, 1, 1]
Fp = galois.GF(p)
poly = gal…
-
Hello
I love using jupyter and design tray.jupyter is fantastic! you can add the octave kernel, sagemath kernel and maxima kernel to the project?
-
### Description
In my jupyter notebooks I construct tables with sagemath:
```py
# Define table data
table_data = [
["Name", "Age", "City"],
["Alice", 25, "New York"],
["Bob", 30…