Re: [sympy] Problem with `series`

2024-08-22 Thread Oscar Benjamin
The general approach for computing series in SymPy is algorithmically misdesigned. See: https://github.com/sympy/sympy/issues/26957 On Thu, 22 Aug 2024 at 13:26, emanuel.c...@gmail.com wrote: > > The series method of a (large) expressin doesn’t return : > > from sympy import * x1, x2, x3, x4, w1

[sympy] Problem with `series`

2024-08-22 Thread emanuel.c...@gmail.com
The series method of a (large) expressin doesn’t return : from sympy import * x1, x2, x3, x4, w1, w2, w3, w4, w5, w5, w6 = symbols("x1, x2, x3, x4, w1, w2, w3, w4, w5, w5, w6") g= 1/4*((w1**2*w3**2*x1**4*x2**6 *x3**8 + 2*(w1**2*w3**2*x1**4*x2**6 + w1**2*w3*x1**3*x2**5)*x3**7 + (w1**2 *w3**2*x1**