-
SYMPY_USE_CACHE=yes
and
```
Sum((-1)**(n+1)/log(n+1), (n, 1, oo)).n()
```
In master very long calculation time.
VS
SYMPY_USE_CACHE=no
and
```
Sum((-1)**(n+1)/log(n+1), (n, 1, oo)).n()
```
resu…
-
Here are some writing assignments. I'm basing this on what people have [volunteered to write](https://github.com/sympy/sympy-paper/wiki/Who-Will-Write-What).
Me: The architecture section.
@fredrik-…
-
I get an error from `abs(O(x**2))`:
```python
from sympy import *
x = Symbol('x')
print(abs(O(x**2)))
```
Leads to:
```
Traceback (most recent call last):
File "g.py", line 3, in
prin…
-
If I call the function poly with the following parameter it fails:
```
julia> denvec(sys)[]
3-element Vector{Sym}:
1
c
b
```
```
julia> poly(denvec(sys)[], s)
ERROR: MethodError: no metho…
-
Write Python Codes to find Integrals of the following function :
1.) xlog(x)
2.) x^2
3.) tan(sin(x))
Use Sympy for the deployment
-
`Mod` operator has not been handled. Is there any reason why this has been skipped ?
`Mod` is a standard operator in sympy supported operators collection.
-
### 🚀 The feature, motivation and pitch
This feature request is inspired by @davidberard98's recent bugfix: https://github.com/pytorch/pytorch/pull/136512
Let's say I write a custom Triton kerne…
-
scipy
numpy
statsmodels
scikit-learn
dask (include dataframe)
pandas
blosc?
To consider:
numba
blaze
sympy
-
https://github.com/sympy/sympy/blob/580478123816a986b27d27f379ad3d0482af2c82/sympy/utilities/iterables.py#L3026-L3030
```
In [15]: from sympy.utilities.iterables import iterable
In [16]: iterab…
-
https://groups.google.com/g/mpmath/c/FyTQpWxCOoM