-
After discussion with @fieker, we agreed that Oscar should try to minimize the number of global (non-function) objects it defines.
We should write up some rules for that and document this in the st…
-
Basically the opposite of #220. I've got a univariate polynomial over a multivariate polynomial ring, and I'd like to convert it into a multivariate polynomial ring with one more variable. How to do t…
-
I have used this package for a work-flow that is basically: Solve a differential equation (DE) using `DifferentialEquations.jl` and then giving that solution to `SymbolicRegression.jl` to find the ana…
-
Is GeometricEndomorphismRepresentation implemented for genus 4 curves over number fields?
I tried the following example:
```
L := NumberFieldExtra(PolynomialRing(Rationals())![-1,-1,1]);
R := Poly…
-
Apply in order patches:
* [attachment: 14755-reduction-cleaner.patch](https://github.com/sagemath/sage-prod/files/10657965/14755-reduction-cleaner.patch.gz)
* [attachment: 14755-renamed-function.pat…
-
proposing non-zero naturals and positive rationals and completing proofs for their properties with the algebraic morphism modules if necessary.
-
```
P := PolynomialRing(Rationals());
f := 6394*x^6 + 31183*x^5 + 20576*x^4 - 437722*x^3 + 411052*x^2 - 201058*x + 43872;
X := SimplifiedModel(HyperellipticCurveOfGenus(2,f));
for prec in [30, 1…
-
Imported from SourceForge on 2024-07-04 01:44:11
Created by **[arojas-arch](https://sourceforge.net/u/arojas-arch/)** on 2022-04-19 19:53:09
Original: https://sourceforge.net/p/maxima/bugs/3964
---
…
rtoy updated
4 months ago
-
The extension of lcm() and gcd() to both Array and Rational was incorrect. The case of the gcd has been corrected in #34417, but not the lcm:
```julia
lcm([1//2;1//2])
1//1 # false
lcm(1//2,1…
-
Take a closer look at the rationals library to see if this is well supported.