Sergey B Kirpichev

Results 441 comments of Sergey B Kirpichev
trafficstars

https://en.wikipedia.org/wiki/Chien_search

https://github.com/diofant/diofant/pull/1380

N.b.: ``` In [2]: solve_surd_system([-x + 1 + sqrt(x**2 - 2*x + 1)]) --------------------------------------------------------------------------- KeyError Traceback (most recent call last) Cell In[2], line 1 ----> 1 solve_surd_system([-x + 1 +...

https://github.com/sympy/sympy/issues/26177

It seems both Mathematica and Maple use some heuristics (see e.g. Gruntz thesis sec. 7.5) to get a *partial* answer sometimes: ``` In[1]:= Limit[Exp[a x], x -> Infinity] Out[1]= ConditionalExpression[Infinity,...