-
This issue tracks the problem discussed in https://github.com/cockroachdb/cockroach/pull/63932#issuecomment-823558935
We emit tuple inequalities for the "in-between" filters for a partitioning-dire…
-
Even after reading the classification tutorial, I did not fully understand when and how to use the `proxy_ineq_defect`.
In my case, I am running a dynamics simulation given a set of inputs that res…
-
I have a function that generates a bunch of polyhedra and computes their volume. All of the polyhedra are bounded by `[0,1]` in all variables (hence, their volume is finite and less than one), and I a…
-
The following pattern does not match, even though comparators ,== can be applied to combinations of integers and fractions:
```
S n;
CF K;
L F = K(3/2);
id K(n?{>1}) = 1;
Print +s;
.end
```
-
ATM Tick offset comparisons try casting strings to offsets with to_offset before doing == or !=, but not for inequalities:
```
>>> m = pd.offsets.Minute(4)
>>> m == "4min"
True
>>> m < "5min"
…
-
https://ziyu0f.github.io/2022/08/19/minkowski-and-holder-inequality/#more
We introduce here two famous inequalities in analysis --- Minkowski's
inequality and Hölder's inequality.
-
Should we somehow run the mathlib linters on the core library. For instance it would catch `mul_nonneg` which uses forbidden inequalities.
-
The expression is kind of odd and I'm not sure right now what should be done with it, but I am just documenting the issue:
``` python
>>> solve(Eq(1/x, 2)>0)
Traceback (most recent call last):
File…
-
## Feature
Inequality factors and graphs support in MATLAB/Python wrappers
## Motivation
Inequalities are already supported in C++, it would be great to also be supported in the wrappers.
…
-
(I tried to post this to sympy@googlegroups.com, but for some reason my mail doesn't show up on the group webpage.)
As a SymPy newbie, do I do something wrong here?
```
In [1]: solve([x**2 …