-
Hi, I wanted to solve a Algebraic equation in matrix form that looks like:
![屏幕截图 2022-11-21 194159](https://user-images.githubusercontent.com/94948250/203197727-bbee5a14-290d-4588-80bb-7b567262465d.…
-
Currently the type of a Singular matrix over Q is smatrix{spoly{n_Q}}:
```
R, (x, y) = PolynomialRing(QQ, ["x", "y"])
I = Ideal(R, x, y)
M = Singular.Matrix(I)
typeof(M)
```
But the ty…
-
see https://ask.sagemath.org/question/48431/why-this-integral-fail-using-fricas-algorithm/
for the original bug report:
```
integrate(sqrt(2)*x^2 + 2*x,x, algorithm="fricas")
```
CC: @mantepse @…
-
```
sage: M=matrix(((2,2,2),(0,0,0),(-2,-2,-2)))
sage: M.jordan_form(transformation=true)
(
[0 1|0]
[0 0|0] [ 2 1 1]
[---+-] [ 0 0 0]
[0 0|0], [-2 0 -1]
)
```
If the output fro…
-
The goal of this ticket is a basic implementation of algebraic closures of finite fields. Most importantly, it provides the following:
- class `AlgebraicClosureFiniteField_generic` (abstract base …
-
Just came out, fixes some regressions in Python-2.7.4
http://boxen.math.washington.edu/home/jpflori/spkg/python-2.7.5.p1.spkg
**upstream** bug reports:
* [http://bugs.python.org/issue17998](http:/…
-
The flint library has a builtin type for rational matrices: `fmpq_mat_t`. This ticket proposes to replace the current array of `mpq_t` wrapped by `Matrix_rational_dense` in favor of `fmpq_mat_t`.
(…
-
:wave: Cloned the repo, installed all requirements and dev requirements, and had 12 failures: all 4 parameter sets in `test_optimizers.test_trapping_inequality_constraints` and all 8 parameter sets wi…
-
1. The functions save/load do not save correctly if the ground field was a cyclotomic field.
```
julia> K,ζ=cyclotomic_field(6)
(Cyclotomic field of order 6, z_6)
julia> x=ζ+1
z_6 + 1
ju…
-
In #11900, some regressions were fixed that have been introduced in #9138. It seems that one of the examples from #11900 shows a regression again:
```
sage: E = J0(46).endomorphism_ring()
sage: %ti…