-
We have
```
sage: 3/2 in RIF
True
sage: 2/3 in RIF
False
```
which is a bit surprising. The elements can be converted to RIF:
```
sage: RIF(2/3)
0.6666666666666667?
sage: RIF(3/2)
1.50000000000000…
-
### Observed behaviour
I have two lie algebras, both defined via structure constants. The first SC-table gets computed by hand using the basis {X_i,j = E_i,j-E_j,i | i < j} for so_5. the second is th…
-
- CSS classes from Tailwind CSS should not be prefixed (the subject of this issue, case 1)
- ~~Specific Vitamin CSS classes should be prefixed (not the subject of this issue, case 2)~~
Edit: I bel…
-
In the Message of Value, there is a number_value that defines a double type value.
Is it possible to add something like int_value to distinguish between double and int types?
Currently
`double nu…
-
The following regression seems to be new in Sage7.2.beta5:
```
sage: for x in WeightedIntegerVectors(1, [1]): print type(x[0])
```
CC: @jhpalmieri
Component: **combinatorics**
Keywords: **ste…
-
Inputting rationals in MILP constraints or objective functions should work for the PPL interface (even though PPL doesn't seem to provide an interface for inputting rationals, we need some manual re…
-
The matrix E is clearly symmetric, and by looking at its eigenvalues and the determinants of principal submatrices it is clearly positive definite.
```
sage: E = matrix(QQ, [[2, 1], [1, 1]])
sage…
-
_Important, expensive, large scale or risky architecture decisions including rationals. With "decisions" we mean selecting one alternative based on given criteria._
-
### Extension
https://www.raycast.com/kenshin/simpread
### Description
SyntaxError: Strict mode code may not include a with statement
//@ sourceURL=`+file);with(this)eval(code)},EventHandlerBuil…
-
Ratio Int is much more susceptible to Int overflow than it might first appear, because numerators and denominators of operands are multiplied before reducing.
For example, 4.444444 + 5.555555 comes…