GSoC 2026

issue 1

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

image

but if we use sin

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

image

Command Palette

Search for a command to run...