-
Currently the multiplier spectra function for dynamical systems on PN throws a NotImplementedError when N > 1.
This ticket aims to implement that functionality.
Depends on #31944
Depends on #32041…
-
Reported by John Palmieri on [sage-release](http://groups.google.com/group/sage-release/browse_thread/thread/cc0b1929f66e0658/8c77081af31fc7ef#8c77081af31fc7ef):
```
t2.math: seems to build success…
-
Implement a Conic class that is able to
* find rational points on plane conic curves over QQ, finite fields, RR, CC.
* given a conic with a point over a field, compute a parametrization.
CC: @nc…
-
This patch does the following:
* Removes the outdated file sage.rings.number_field.totallyreal_dsage (DSage was removed months ago).
* ReSTifies several number field files and adds them to the ref…
-
As per [#17489 comment:17](https://github.com/sagemath/sage/issues/17489#comment:17) and [#17489 comment:23](https://github.com/sagemath/sage/issues/17489#comment:23), the ticket should improve the …
-
This is the ticket created for part of a GSoC project. It will implement a method for determining the number of nodes required in a numerical integral to achieve a given error bound, and so improve …
-
Cordially compliment to all OPENFAST developers and collaborators
I am writing my Doctor Thesis, and I am massively using the family of program: Fast and open fast.
I have a problems with ExtPtf…
-
== The problems ==
There were three things wrong with the Singular package, the last of which can cause build failures.
* The ability to build 64-bit was restricted to the OS X operating system,…
-
There comes an error "Unsupported gpu architecture 'compute_89'" on my Windows Linux WSL.
System:
3960x 256GB 3060
**nvcc -V**
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 …
-
The following happens at least since sage-4.6.2 and was detected in #4539 by a new doctest:
```
sage: P. = QQ[]
sage: y^2^30
y^1073741824
sage: P. = QQ[]
sage: y^2^30
0
```
According to Hans, the …