ConditionSet not iterable from Order.subs
Labels: series
from sympy import *
cos(x).series(n=8).subs(x,cos(x).series(n=8))
this return type error

but if we use sin
from sympy import *
sin(x).series(n=8).subs(x,sin(x).series(n=8)).expand()

Labels: series
from sympy import *
cos(x).series(n=8).subs(x,cos(x).series(n=8))
this return type error

but if we use sin
from sympy import *
sin(x).series(n=8).subs(x,sin(x).series(n=8)).expand()

Search for a command to run...