Sergey B Kirpichev
Sergey B Kirpichev
On Fri, Apr 02, 2021 at 02:49:29AM -0700, R. Bernstein wrote: > Oh, and where is the source to [2]https://mpmath.org ? No idea. Perhaps, on a private github repo. You...
@experiencedft, did you provide a full traceback? I see something like this (numpy 1.21.2 and scipy 1.7.1): ``` $ python a.py Traceback (most recent call last): File "/home/sk/src/mpmath/mpmath/calculus/optimization.py", line 937,...
We already have "compute with gamma" box, I don't think we should have jet another menu entry. btw, you shouldn't modify translations directly. Edit templates instead and read README.
> no match is found in the second case. I think, this is only a reasonable answer in this case. On another hand (here we got the default value for...
> you could for example use it to match XML files (the commutative property may be helpful there, not sure about the associative one) Hmm, why this doesn't fit "algebraic...
> Would you be interested in adding this to ASV? I, as a asv user, certainly. But I'm not sure it's possible. How do you plan to convert cachegrind's output...
Also, dict's should be considered as ordered (dict preserve insertion order in 3.7).
N.B., `PolyElement.compose()` also works like `subs()` with `simultaneous=True`: ``` In [2]: expr = x + 2*y In [3]: expr.subs({x: x*y, y: x**2}) Out[3]: 3 2 x + 2⋅x In [4]:...
Waiting for #169
Oh, maybe this issue also require algebraic function fields (#997). @jksuom, it seems you don't mention this in the [thread](https://groups.google.com/g/sympy/c/Ujznd13xfgw/m/1TB6Yg9G2qkJ), discussing the SymPy's GSoC proposal. Could you explain why?