-
Minor bug, when writing:
```java
context xs != null;
context xs.length >= 4;
context (\forall* int i; 0
-
I create a large (56.426 x 48.018) spare matrix over the rationals in Singular. For convenience, the entries are saved as a list in the following .txt file:
[entries.txt](https://github.com/homalg-…
-
``` julia
using SymbolicUtils
@syms x
poly = PolyForm(x^2)
div(poly, 4//3)
```
yields the following error.
``` julia
ERROR: MethodError: no method matching div(::PolyForm{Number, Nothing}, …
t0rny updated
1 month ago
-
`AbstractAlgebra.jl` cannot be used. For multivariate rings, this package only supports Integers and Rationals.
![image](https://user-images.githubusercontent.com/27089492/154770771-1f1b1246-15a9-4a…
-
Currently to compute `(1..2)^(1//7)` we are converting the rational to an interval. This loses accuracy.
We should instead use the corresponding MPFR function, `mpfr_rootn_si`. Unfortunately Julia…
-
When creating the copy/paste output for a table, rationals should be projected to roughnums before generating plaintext, since it's not useful to have 0.3̅ in plaintext output, especially when copying…
-
Hi @edelvalle, glad to see that you came back to this project !
Do you have any rationals about your complete rewrite of reactor ?
- transpilation in python,
- pydantic serialization,
- more...
…
-
```
gap> Q:=Quiver(3,[[1,2,"a"], [2,3,"b"]]);
gap> kQ:=PathAlgebra(Rationals, Q);
gap> M:=RightModuleOverPathAlgebra(kQ, [1,2,1], [["a", [[2,0]]], ["b", [[4],[-1]]]]);
gap> IsIdenticalObj(RadicalOf…
-
This issue is a resurection of an [old issue](https://bitbucket.org/gap-system/gap/issues/5/quotient-ring-as-a-field) reported on bitbucket.
If one defines
```gap
gap> x:=Indeterminate(Rationals…
-
Let us make Sage reals and rationals more friendly
to formatting commands that expect Python floats.
For example, with a Python float one can do
```
sage: a = 1.25r
sage: "{:0.3f}".format(a)
'1.25…